DaveWortley
@davewortley
New Member
Joined: Feb 14, 2024
Topics: 195 / Replies: 934
Reply
RE: Edit Poly Modifier – Better way to script this?

My base node mesh has vertex animation on it, it’s just one poly, ontop of this a Shell and some other modifiers go on top, we need to change the ID o…

14 years ago
Forum
Topic
Forum
Replies: 2
Views: 13
Reply
RE: Help with first maxscript

$ basically refer to one node…unless all the nodes are of the same class and you’re changing a global parameter like radius for spheres for instance. …

14 years ago
Forum
Reply
RE: Editing Vertex Position under modifier stack…

Yeah I considered doing that but realised it was going to be slow and possibly introduce some errors, but I managed to bake the animation into the ver…

14 years ago
Forum
Topic
Forum
Replies: 3
Views: 19
Reply
RE: Camera matrix?

Take a look at the overscan plugin and the ImagePlane Script, this might help you work out some more precise values for the frustrum. I’ve just teste…

14 years ago
Forum
Reply
RE: Camera matrix?

Would be interested in seeing what you come up with, we use Michal Breidts Overscan script to adjust both frustrum, often when we don’t need a wider f…

14 years ago
Forum
Topic
Forum
Replies: 0
Views: 8
Reply
RE: obtain "materials and colors" values in "gamma and LUT" by maxscript

You have to read the max ini file to get the gamma settings.

14 years ago
Forum
Reply
RE: Merging materials into a scene

That’s how I do it for mine, altho I am thinking about a custom material exporter that would work between max versions, I have written one for specifi…

14 years ago
Forum
Reply
RE: Change diffuse color depending on velocity

I wrote something the other day which does something that might help… It just compares the objects position at one point in time further, and uses the…

14 years ago
Forum
Reply
RE: Documentation for Box2 incorrect?

If you’re comparing UV space and bitmap values then they have different spaces. UV is bottom left corner is 0,0 with a bitmap it’s top-left.

14 years ago
Forum
Reply
RE: Aligning object to UV'd face?

OK assuming your Polys are square… Test each vert to find which way corner is 0,0 in Uv space and which is 1,1 you just then right a couple of case s…

14 years ago
Forum
Reply
RE: Matrix Math Problem…

Many Thanks Bobo, I’ve now got it working and more importantly I now understand what this all means. fn Placepivot theobj vert1 vert2 = ( –Get th…

14 years ago
Forum
Reply
RE: Matrix Math Problem…

Ok so i took the example and just wanted to see whether I could get the helpers aligned to the face normal and it doesn’t work… and I’ve pretty much j…

14 years ago
Forum
Page 57 / 76