You can find some examples on Paul’s website in his DotNet Tutorials, here. -Eric
The Block Controller is a Global List array, so depending on how your animations are setup yes you can trigger them. For example, if they are all line…
Could you describe a little more about what you are trying to achieve? Your question is a little cryptic and hard to figure out exactly what you are t…
Problem in your case is you need to use the knot pos as your ray position not the t.pos. Currently you are searching from the Teapot position looking …
You need to use the TARGA Interface and define the desired settings prior to processing the RTT. Basically if you manually set the values it is changi…
I did that for an add to SME toolbar I created. Here is how I did it for a dotnetcontrol: dotNetControl smeAdd_cb “System.Windows.Forms.ComboBox” pos…
Are you getting the transformation matrix of the modifier to use that in context of the operation? More info on that in the help here. -Eric
He wants a reverse of Collapse To. Collapse To is a bottom of the stack up procedure, he wants a top of the stack down (collapse/bake state of modifie…
You could also try removing prefix and instead use: name:(uniquename (“UCX_”+n+”_001″)) -Eric
That is because you are trying to set the value of the available controller. To assign a new controller you have to set the DEFobj.rotation.controller…
FYI, in the case of CAD data with vertex normals, never flip using Edit/Editable Mesh or Normal Modifier as it will break the vertex normals and rever…
Check the Maxscript help for ‘This’ Local Variable in Scripted Controllers. In this case I believe that ‘this’ is a wrapper for the rollout (where [x]…
Selection is a collection or array, even if it is only one object. You need to identify a single object in the selection to access those properties. T…
Try the tool posted in this thread. -Eric
eek: Thanks for the link, – the post was actually in response to what Maulik was trying to do – namely multi-directional constraints. Oh, I hi…