PiXeL_MoNKeY
@pixel_monkey
New Member
Joined: Feb 14, 2024
Topics: 16 / Replies: 962
Reply
RE: Curve Control (SimpleObject Plugin)

You can find some examples on Paul’s website in his DotNet Tutorials, here. -Eric

12 years ago
Forum
Reply
RE: Trigger a block controler animation by script

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…

12 years ago
Forum
Reply
RE: Trigger a block controler animation by script

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…

12 years ago
Forum
Reply
RE: RayMeshGridIntersect returning weird values

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 …

12 years ago
Forum
Reply
RE: RTT with alpha

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…

12 years ago
Forum
Reply
RE: Function run upon Button Pressed

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…

12 years ago
Forum
Reply
RE: Modifier Vertex Rotation Matrix…

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

12 years ago
Forum
Reply
RE: Question about "collapsTo" method

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…

12 years ago
Forum
Reply
RE: Collision Export Name issuse

You could also try removing prefix and instead use: name:(uniquename (“UCX_”+n+”_001″)) -Eric

12 years ago
Forum
Reply
RE: adding rotation controller to the controller list via script

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…

12 years ago
Forum
Reply
RE: recreating bad meshes imported from CAD

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…

12 years ago
Forum
Reply
RE: Create rollouts inside functions or not

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]…

13 years ago
Forum
Reply
RE: Cannot access to modifiers array?

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…

13 years ago
Forum
Reply
RE: PhysX Rope Script

Try the tool posted in this thread. -Eric

13 years ago
Forum
Reply
RE: Can impossible be possible? (The real challenge)

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…

13 years ago
Forum
Page 9 / 66