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…
Well, i noticed that in position controller constraints (position constraint and path constraint) the .value property stops being in respect to parent…
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…
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…
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.
Use the property wirecolor of the object. For example: $box01.wirecolor=red or $box01.wirecolor=(color 255 0 0)
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…
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…
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…