groutcho
@groutcho
New Member
Joined: Feb 15, 2024
Topics: 25 / Replies: 114
Reply
RE: Different 3dsmax languages = different maxscript results?

si means if in French. It is strange that the Maxscript error message keeps the first if in english and the second one in French…

15 years ago
Forum
Reply
RE: Bug?

Well if it’s the same than the “flip” tool in the Editable poly panel, you need at least one face selected. If you want to flip the whole object you c…

16 years ago
Forum
Reply
RE: Do not Show Frozen In Gray

Instead of frozing, you can just lock the object’s transform : setTransformLockFlags theObject #all //to freeze an object’s transform setTransfo…

16 years ago
Forum
Reply
RE: Freeze objects animation (excepted cameras)

frozenObjectsProperties = #() — Element type : #(NAME, POSITION, ROTATION) theFrozenObjects = for o in objects /* masked conditions */ collect o …

16 years ago
Forum
Reply
RE: Freeze objects animation (excepted cameras)

Not bad, but not what I’m looking for because it hides the objects… I want them still, but visible… Thanks anyway.

16 years ago
Forum
Reply
Topic
Forum
Replies: 4
Views: 12
Reply
RE: The primary question regarding spinner

You can’t use the fillet function with maxscript because it is not connected to it. I guess it is the same with the other functions.

16 years ago
Forum
Reply
RE: assigning values to vertexes

Maybe you should store a custom attribute on your whole object. In this custom attribute, you add some variables that store your vertices’ attributes …

16 years ago
Forum
Reply
RE: Really simple question.

the expression a > 1 is evaluated as a block and its value is replaced by TRUE or FALSE as soon it is evaluated, so if (a > 1 AND a < 2) the…

16 years ago
Forum
Reply
RE: Really simple question.

if (a > 1 AND a < 2) then … You don’t need true/false evaluation

16 years ago
Forum
Reply
RE: Long arrays display truncated

That is exactly what i did.

16 years ago
Forum
Reply
RE: Long arrays display truncated

Great ! That is exactly what I needed. I know that the variable is not truncated, only its display, but it is just what i needed. Thanks !

16 years ago
Forum
Topic
Forum
Replies: 4
Views: 14
Reply
RE: Barycentric point

Of course you can create, modify and apply materials using MAXscript only, without accessing the Material editor, but what we are telling you is that …

16 years ago
Forum
Page 8 / 10