shibumenon
@shibumenon
New Member
Joined: Feb 14, 2024
Topics: 25 / Replies: 137
Reply
RE: Help needed – Accessing Rollout items properly, How?

the posted block of code works fine on my machine (Max 8 sp3) doesn’t give me any error if I open another max file (while the rollout is running) Afte…

18 years ago
Forum
Reply
RE: Currently open Max file path

isn’t maxfilepath what you’re looking for?

18 years ago
Forum
Reply
RE: move pivot – reset xform

oops … thanks, bobo macroScript ResetXForm category:”reseting” ( on isEnabled return selection.count > 0 on execute do ( $.pivot = […

18 years ago
Forum
Reply
RE: move pivot – reset xform

And this would also convert the object into a editable poly (only if SHIFT is pressed) So, you could use the same code to generate mesh or poly as the…

18 years ago
Forum
Reply
RE: move pivot – reset xform

macroScript ResetXForm category:”reseting” ( on isEnabled return selection.count > 0 on execute do ( $.pivot = [0,0,0] resetXForm sel…

18 years ago
Forum
Reply
18 years ago
Forum
Reply
RE: Position Controller Problems

You could localize i the following way. If you use this code block again by changing the value of i to say 20, listener will print out 2 values for yo…

18 years ago
Forum
Reply
RE: finding lose parenthesis

to check paranthesis : put the cursor just before the bracket and press CTRL B, it should select all code in that bracketed loop/block. if it doesn’t…

18 years ago
Forum
Topic
Forum
Replies: 0
Views: 28
Reply
RE: A MXS Command for Link and Align

hey … never knew this before ! thanks

18 years ago
Forum
Reply
RE: biped balance factor through maxscript

k, got it … on the page BipedKey : MAXObject in the reference

18 years ago
Forum
Topic
Forum
Replies: 1
Views: 26
Reply
RE: Help needed in scripted manipulator plugin

ok … got it … added a mouse tool in there, and it works fine

18 years ago
Forum
Topic
Forum
Replies: 1
Views: 46
Reply
RE: addModifier question

The sweep modifier converts the line into a mesh, hence the message that the mod is invalid. You could simply disable this modifier before adding norm…

18 years ago
Forum
Page 6 / 11