Hi Stefan, Thanks for the reply by Dave does not want to create a new managed object : he want to add properties to the PropertyGrid on the fly durin…
Hi Dave, With the PropertyGrid from .NET 2.0 Forms it’s not possible to do that. I’ve tried to do the same things as you but the PropertyGrid control…
Hi Yannick, Thanks for the reply. When you say “only .NET types” what do you mean? Can the grid handle booleans, colors, etc? For example, how easy w…
Hi Dave, Yes, if you use 3ds Max 9 you have the built-in PropertyGrid control from .NET 2.0 Forms. I’ve developed a small script with it and it’s ver…
Hi Georg, Yes, you’re right but it’s better to use 2 rollouts : one for the XMLDOM activex parser (destroyed at init but control still active) and o…
Hey Charles, You can destroy the rollout that houses the ActiveX control and it will still be accessible. We do this by putting our instances of the …
Hi, Here is the way to do that : rollout rXML “XML” silenterrors:true ( local init = true activeXControl axXML “MSXML2.DOMDocument” setupEvents:f…
Is the path in XPath format ? It seems that it’s an XSL pattern query. Take a look at and XML DOM Reference at
Hi charles_magne, In fact selectNodes method returns undefined because the parameter of this method isn’t good. selectNodes() expects the path to the…
HalfVector solution seems easier to use …
Hi kgoreham, With 3ds Max SDK and 3DXI there’s many ways to get diffuse color slot of Standard material : // The entire IGame Way IGameProperty *Ma…
Are you guys using recent framework v 3.0? As per MSDN, it is a using v 2.0 but with some other additional class library. If you are installing it and…
Hi mzartler, It’s not recommended because some .NET 1.1 methods, classes etc. are deprecated in .NET 2.0. And maybe these class libraries could not b…
Hi Rod, What version of Visual Studio are you using ? I’ve used VS 2005 to create this plugin. Also, this plugin only works with 3ds Max 9 with Micro…
Yes, .NET 3.0 is completely compatible with .NET 2.0 because 3.0 versions contains the 2.0 with new parts : WPF, WCF, WWF and CardSpace. More informa…