phoelix
@phoelix
New Member
Joined: Feb 15, 2024
Topics: 5 / Replies: 51
Reply
RE: Getting a subanim from a value

Hi Chinwagon, a way that’ i found to get the real string and avoid that bug is to use the string from the exprForMAXObject function, then loop in eac…

18 years ago
Forum
Reply
RE: .value constraint property actually doesn't work

Well, i noticed that in position controller constraints (position constraint and path constraint) the .value property stops being in respect to parent…

18 years ago
Forum
Topic
Forum
Replies: 1
Views: 16
Reply
RE: Align object to a vertex of another one?

well, i’ve heard that use mirrored nodes is not good at all, because it’s using negative scales, i’m not sure about this, maybe it could cause problem…

18 years ago
Forum
Reply
RE: Align object to a vertex of another one?

Hi Iker, There are several methods to convert a vector (the vertex normal in this case) to rotation value, like create the quaternion value from a ve…

18 years ago
Forum
Reply
RE: skinops.getvertexweight – problem

that was answered in this thread: it’s for setvertexweight but i guess it’s the same case with getvertexweight. it seems a legendary max bug.

18 years ago
Forum
Reply
RE: Scripting color of object

Use the property wirecolor of the object. For example: $box01.wirecolor=red or $box01.wirecolor=(color 255 0 0)

18 years ago
Forum
Reply
RE: lil' rotation problem

Try setting the value of the rotation controller: with animate on ( at time 4 $.rotation.controller.value = (eulerangles 14 1 4) ) but that way yo…

18 years ago
Forum
Topic
Forum
Replies: 0
Views: 25
Reply
RE: Math that doesn't make sense.

i think that’s because the kind of variables that max is using in that calculation, the number is too big to fit in an integer common variable. the si…

18 years ago
Forum
Reply
RE: wireparams to FK Sub-Control

you’re wiring the IK sub anim rotation controller, which controls the bone rotation in the IKchain’s FK mode, that isn’t gonna work. you have to use a…

18 years ago
Forum
Page 4 / 4