distract
@distract
New Member
Joined: Feb 15, 2024
Topics: 4 / Replies: 18
Topic
Forum
Replies: 0
Views: 10
Reply
RE: maxscripting Realflow start time

Thank you. Duplicating the mesh files worked. Still a bit strange that the callback script breaks the RfLoader, but this works fine for my case at the…

14 years ago
Forum
Topic
Forum
Replies: 2
Views: 16
Reply
RE: Open a script file thorugh scripting

newEditor = newscript() format “hello world ” to:newEditor don´t know if this helps, it´s the old editor.

16 years ago
Forum
Reply
RE: float script

Maybe using the node ID helps. Look for: id = $.inode.handle maxops.getNodeByHandle id julian

16 years ago
Forum
Reply
RE: Callbacks and #prerender

to have scripts run on the renderfarm you could make the callback #persistent. but since it will be evaluated on every machine, you might have inconsi…

18 years ago
Forum
Reply
RE: renaming standard-materials

same thing. just in a different line. if you want more code you could check your nubberpadding. there are probably more stylish methods to do it, but …

18 years ago
Forum
Reply
RE: renaming standard-materials

after assigning the new material (): meditmaterials[i].name = (i as string + ” – Default”)

18 years ago
Forum
Reply
RE: modifier check help

sorry for bracketing, forgot the code tag…

18 years ago
Forum
Reply
RE: modifier check help

fn turboCtrl state = ( for obj in geometry do ( for modif in obj.modifiers do ( if (classof modif == turbosmooth) do ( modif.enabled = state ) ) ) ) …

18 years ago
Forum
Reply
RE: modifier check help

>>Why does the line $.modifiers[1].turbosmooth == turbosmooth return false do a check on the class: classof $.modifiers[1] == turbosmooth s…

18 years ago
Forum
Reply
RE: isvalid controller

thanks a lot for your answer. julian so i think the principal is the same and it´s ok to do it that way. I used this at the moment. because I also wa…

18 years ago
Forum
Reply
RE: isvalid controller

that didn´t work anyway. I think I could check if one of the refs.dependents is a validNode or if referenceTarget:scene (if it´s a controller in the t…

18 years ago
Forum
Topic
Forum
Replies: 3
Views: 14
Reply
RE: script help…with brazil r/s !!! pls help !!!

sorry, I misread it. just make a rollout definition inside your main rollout definition and as buttonhandler you do: createdialog <YourRolloutDefin…

18 years ago
Forum
Page 1 / 2