rdg
@rdg
New Member
Joined: Feb 15, 2024
Topics: 29 / Replies: 388
Reply
RE: small selection script problem

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 …

18 years ago
Forum
Reply
RE: Seeding VRayproxies with PFlow

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 …

18 years ago
Forum
Reply
RE: Need Help – Consistend Space

mixed pm and post … sorry

18 years ago
Forum
Reply
RE: Need Help – Consistend Space

Hi Oli, this should get you started: ( theSel = selection as array — — theStart = theSel[1].pos.x theEnd = theSel[theSel.count].pos.x…

18 years ago
Forum
Reply
RE: Bitmap to rotation – particle challenge

Thanks Bobo for that breakdown. jonahhawk: There was once a maxscript challenge ‘converting bitmaps to planes’. Maybe you can find there some inspira…

18 years ago
Forum
Reply
RE: Remove unused textures from scene

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…

18 years ago
Forum
Reply
RE: Flash 3d Viewer (using maxscript rendering)

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…

18 years ago
Forum
Reply
RE: Flash 3d Viewer (using maxscript rendering)

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…

18 years ago
Forum
Reply
RE: interpolation experiments

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…

18 years ago
Forum
Reply
RE: interpolation experiments

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…

18 years ago
Forum
Reply
RE: interpolation experiments

Here is a max9 sample scene. Start the playback and adjust the sampleLUT to change the shapes. Georg

18 years ago
Forum
Topic
Forum
Replies: 5
Views: 73
Reply
RE: How to get whether a specified point is inside a spline

Mesh’s not dead! j-man you rock. :buttrock: Georg

18 years ago
Forum
Reply
RE: How to get whether a specified point is inside a spline

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…

18 years ago
Forum
Page 8 / 28