stigatle
@stigatle
New Member
Joined: Feb 14, 2024
Topics: 49 / Replies: 301
Reply
RE: Massfx PhysXPanelInterface.instance wont update

This works for me: (test with false too and it changes in realtime in your MassFX tools window) PhysXPanelInterface.instance.useMultiThread = true …

12 years ago
Forum
Reply
RE: maxscript to cleanup STL imports ?

this can easily be fixed with maxscript. Could you post a example file? (with let’s say 10 objects, helpers and so on) so that we can work with that? …

12 years ago
Forum
Reply
RE: looking to port Maya plugin to Max

Depends how you want to solve it. but there is python for 3dsmax here: It gives you a feel for if it’s possible or not. I guess your biggest issue …

12 years ago
Forum
Reply
RE: How to write max script loading .prt file

what’s the error message? do you use double slash in your path string? F fileList:”D: est\cache\particles_.prt” try with: F fileList:”D:\ est\\c…

12 years ago
Forum
Reply
RE: accessing ui elements from function triggered by callback

thank you for the help on this one, that’s very useful info! It worked perfectly now.

13 years ago
Forum
Topic
Reply
RE: Coloring a Mesh in 3DS Max SDK

you need to create a material containing the parameters that you mention, then after creating the material(s) you loop through and assign the material…

13 years ago
Forum
Reply
RE: Collision Detection Algorithm

Have you tried the ‘distance’ function? and check for distance closer then X? it check in a “spherical” manner.

13 years ago
Forum
Reply
RE: Array index and rollout slider?

make an array of objects. set the slider’s max value to the count of objects in the array. use the the slider’s value as index into your object array….

13 years ago
Forum
Reply
RE: Plugins – How to write?

Yes, you can send data from maxscript into your plugin. I do this for an exporter I’m making. the function itself is in c++, I then run the function l…

13 years ago
Forum
Reply
RE: SDK – problems with loop that Export at keyframe X

I solved my own question by converting the time to ticks. I mistakenly thought that I could send in the frame number. example code: for (int currbo…

13 years ago
Forum
Topic
Reply
RE: Access persisten global mxs variable from sdk

Thank you for the pointer, I will give that a look

13 years ago
Forum
Topic
Forum
Replies: 2
Views: 36
Page 12 / 24