Raytracer05
@raytracer05
New Member
Joined: Feb 15, 2024
Topics: 9 / Replies: 177
Reply
RE: Using a CA checkbox to toggle ik / fk?

Where were you putting your event handler? the_IkFkSwitch = attributes IkSwitch ( parameters main rollout:params ( IkFkState type:#boolean ui:IkF…

12 years ago
Forum
Reply
RE: for i = geometry issue

That sounds like the best solution and it is neater and should be faster than a try/catch. I saw your post on the Chaos forum and I don’t know how to…

12 years ago
Forum
Reply
RE: for i = geometry issue

That’s right I remember finding that out myself. It might be worth asking on the Chaos forum whether there is a way of getting VRay to add the user pr…

12 years ago
Forum
Reply
RE: for i = geometry issue

Are you trying to make each object’s wirecolor a shade of grey dependent on its alpha contribution?

12 years ago
Forum
Reply
RE: for i = geometry issue

Or to avoid similar problems in the future check that the object has the property you are trying to change: for o in objects where isProperty o #wire…

12 years ago
Forum
Reply
RE: Search local Max Script help not working

Paul, Are you using Chrome? Search was broken for me last week but was working again today.

12 years ago
Forum
Reply
RE: Simple way to save arbitrary data in a scene?

Hi John, Here’s a quick example of how to add two variables myFloat and myString to the scene root. ( myData_CA_Def = attributes myDataCA version:1…

12 years ago
Forum
Reply
RE: REQ – Condense Shader in the MEdit!

I have a VRay license and could have a look if it helps…

13 years ago
Forum
Reply
RE: Struct not working need help.

Right I get it now. I’ll have play on Monday when I’m back in work. Thanks for the explanation.

13 years ago
Forum
Reply
RE: Struct not working need help.

Excuse my ignorance but what does this line do: local parent = if parent != undefined do parent I’ve seen it before but I don’t understand it’s purp…

13 years ago
Forum
Reply
RE: Maxscript on sliders

You’re welcome. You should be able to adapt it to other values or even write new macros.

13 years ago
Forum
Reply
RE: Maxscript on sliders

Ok, after running the script go to the ‘Toolbars’ tab on ‘Customize User Interface’. Then look in the category pulldown and you should find a new cate…

13 years ago
Forum
Reply
RE: Maxscript on sliders

Ok, and are the buttons on a rollout or are they on a running macros from a toolbar?

13 years ago
Forum
Reply
RE: Maxscript on sliders

I think what you are trying to do is possible. Is the slider you are trying to control a manipulator from that you have created in the scene or a ui o…

13 years ago
Forum
Reply
RE: class of different materials

Try inserting the line: varGenericTextureName = varMat.Generic_Image.Parameters_Source print (classOf varGenericTextureName) print varGenericTextureN…

13 years ago
Forum
Page 5 / 13