viro
@viro
New Member
Joined: Feb 15, 2024
Topics: 20 / Replies: 100
Reply
RE: Error: Duplicate Job Name

Okay I found it. So I borrowed a lot from Joshua Newmans script on this thread There is also a lot of reasources here that might help:

14 years ago
Forum
Reply
RE: Error: Duplicate Job Name

I was working on somthing similiar a few weeks ago. Have a look at this. you should be able to find what you need from it or it might just be what you…

14 years ago
Forum
Reply
RE: New to maxscripting need help

You where getting the error becuse of this line for obj in $ do. If there is no selection here you get the error. so it never moved on to the next lin…

14 years ago
Forum
Reply
RE: The Viewport Maxscript Editor – NEW

Thanks for sharing this with us. I like your ideas on node based scripting. I think that might make it a little more approachable by users with less s…

14 years ago
Forum
Reply
RE: help macroRecorder doesn't work

Try Pressing ESC, while your cursor is in the listener.

14 years ago
Forum
Reply
RE: Cant make a slider

No problem, I was going through the same thing about a year and half ago. Glad I could help.

14 years ago
Forum
Reply
RE: Cant make a slider

This is a really good tool I use all the time to edit custom attributes among many other things.

14 years ago
Forum
Reply
RE: Cant make a slider

Then this is waht you need: ca = attributes AttributeHolder ( parameters main rollout:slidertest ( sliderthing type:#float UI:sliderthing defau…

14 years ago
Forum
Reply
RE: Cant make a slider

Have you tried the Parameter Editor under Animation>Parameter Editor? It sounds like this would be the easiest way for you to create a slider and c…

14 years ago
Forum
Reply
RE: Cant make a slider

And if you want to add a slider to the attribute holder. ca = attributes AttributeHolder ( parameters main rollout:slidertest ( sliderthing type…

14 years ago
Forum
Reply
RE: Cant make a slider

oops, sorry looks like I had an extra bracket. Here somthing less comlicated. ( rollout slidertest “slidertest2” ( slider sliderthing “sliderythingy”…

14 years ago
Forum
Reply
RE: Cant make a slider

Is this what your trying to do? ( global slidertestFLOAT try (cui.unregisterDialogBar slidertestFLOAT) catch() — If already registered, then unregis…

14 years ago
Forum
Reply
14 years ago
Forum
Reply
RE: Accessing Mental Ray Material Rollout

for i = 1 to meditmaterials[1].material.count do ( sContour = simple__contour () meditmaterials[1].material[i].mental_ray__material_custom_attribute….

14 years ago
Forum
Reply
RE: Accessing Mental Ray Material Rollout

Thanks that was driving me crazy. Works Perfectly now.

14 years ago
Forum
Page 4 / 8