Raytracer05
@raytracer05
New Member
Joined: Feb 15, 2024
Topics: 9 / Replies: 177
Reply
RE: Maxscript Editor – File>New Occasionally Results In Max Crashing

Yes, this still happens in Max 2012. In fact it happened to me yesterday. I thought it might be my fault for leaving Max in an unstable state. The lac…

13 years ago
Forum
Reply
RE: CA incremental default value using for loop

That’s ok. Is it all starting to make sense or do you need me to explain what I’ve done?

13 years ago
Forum
Reply
RE: CA incremental default value using for loop

You could do it like this… spheres = $sphere* n = spheres.count testCA = attributes testCA ( parameters main rollout:params ( testAttribute type…

13 years ago
Forum
Reply
RE: assign CA using editText…

what should I be using at: … on manu entered i do … to have the CA stored when pressing the enter key at the end of the string instead of individual …

13 years ago
Forum
Reply
RE: assign CA using editText…

Did you read my post #11? You don’t need: on manu entered i do ( node.manu = manufa.text ) Now you have correctly labelled your rollout co…

13 years ago
Forum
Reply
RE: assign CA using editText…

Glad you’ve got it working but you shouldn’t need to the: on manu entered i do If everything is correctly labelled then it works automatically: doo…

13 years ago
Forum
Reply
RE: assign CA using editText…

I’m sorry, it’s not clear (to me at least) what you’re trying to do. Would you post a bit more of your code and explain how it’s supposed to work?

13 years ago
Forum
Reply
RE: assign CA using editText…

To what are you assigning the CA to then? You need add your custom attrubute to a node or collection of nodes: CustAttributes.add node YourCADef

13 years ago
Forum
Reply
RE: assign CA using editText…

manufacturer is the the name you have given to your edittext rollout control. If you are trying to change the custom attribute manufacturer on a node …

13 years ago
Forum
Reply
RE: Need few pointers to get a list of all animated controllers

apologies if you’ve seen it already but you might get some pointers from this thread…

13 years ago
Forum
Reply
RE: access material browser various libraries

I think Autodesk have just removed the need to load the material libraries manually, ie. when you select material library in the map/material browser …

13 years ago
Forum
Reply
RE: array sort objects by position

You have understood the problem correctly and you’re right the solution I posted fails this test as it deletes all but the first object. I like the i…

13 years ago
Forum
Reply
RE: array sort objects by position

Thanks for posting your solution Denis. I’ll have a look at it later. I’d have to understand it before I could have a go at getting it working.

13 years ago
Forum
Reply
RE: array sort objects by position

Ok I had a think about this and this is the best I can do: ( /* seed 0 for k=1 to 10000 do box name:(k as string) pos:(random [-1,-1,-1] [1,1,1]) …

13 years ago
Forum
Reply
RE: array sort objects by position

I am interested in seeing a faster solution but my mxs skills aren’t good enough for a challenge. I am interested because I had a similar problem to …

13 years ago
Forum
Page 10 / 13