magicm: This should do the trick: rollout MinMaxTest “Minimize/Maximize Test” width:208 height:28 ( local MyHandle local WM_SYSCOMMAND …
magicm: You can do without any api calls, and use the built-in .placement property: Cheers, Martijn That looked good except for the fact that: …
Please try to explain yourself a bit better now, and the next time (what are you doing, what have you tried you know the standard forum guidelines for…
Wouldnt this be something like:
You could rotate them the easy way by adding a rotation speed space follow and speed by surface out of normal on a speed like 0.01 in the event and th…
Wouldnt something like nrml = [0,0,0] –set normal to 0 fcs = (polyOp.getFacesUsingVert cobj vrts[vrt]) as array –get all faces sharing that vertex…
By reading the MaxScript help if you just open it up and search the index for PArray the first thing on the page is: <PArray>.emitter Node defa…
magicm: You could use refs.dependents … Ah yes thats sweet thanks. Also found makeUniqueArray (Im such a beginner to ms so never thought to look …
Yeah thanks that shortens it up a bit. What im trying to do is create a list of modifiers with their objects behind it instead of the other way around…
Take a look at on the part how I read the string, you might have to execute it seperatly then but that seemed to work on larger files acording to him…
Here is an example of saving/loading an array writing the array is a bit wierd added the main array in another array. Dont know if its me or maxscript…
Check up on the Maz() function that should do the trick
If were on about that i would cut it down even further rollout selectnomat “UnmaterialsObj” ( button click1 “Check” on click1 pressed do (…