Hi tobi, you shoudl take a look at collections: newSel = for currObj in geometry where classof currObj == classof obj collect currObj It is also a …
Just a guess: A vrayproxy is a proxy -> the geometry in 3dsmax isn’t what you get at rendertime. If you ‘attach’ an object to an particle you take …
mixed pm and post … sorry
Hi Oli, this should get you started: ( theSel = selection as array — — theStart = theSel[1].pos.x theEnd = theSel[theSel.count].pos.x…
Thanks Bobo for that breakdown. jonahhawk: There was once a maxscript challenge ‘converting bitmaps to planes’. Maybe you can find there some inspira…
Aren’t those textures only existent in the material editor? If not – where do they exist if they are not used in the actual scene? I guess you can us…
But is this actually the right way to do that ? Why not? It is ok. That way you can use encrypted ms files in macroscripts if you want this. And you…
Good work! The maxscript and flash viewer and source code may be adjusted or used for personal projects, not for commercial use. What are the lice…
Thanks PEN! I attached an updated version that uses a float_list with bezier and noise float. Using the weights we can interpolate between interpolat…
Nice man thanks, eek. Curves are very very powerful because all you feeding it is (t) time, and 4 variables. yeah, see my port of easing euquotati…
Here is a max9 sample scene. Start the playback and adjust the sampleLUT to change the shapes. Georg
Mesh’s not dead! j-man you rock. :buttrock: Georg
I guess there is a simpler way, but if nothing helps this might be a good lecture: [i]The purpose of this paper is to derive a “tool” used for deter…