quat / euler | There is a conversion happening… (quaternion has its limits) $Cylinder01.rotation.y_rotation -54.9246 $Cylinder01.rotation.controller[…
I don’t think there is something to fix except the reference system: Apparently the modifier is ‘only’ referenced by the object ModApp, which is not a…
don’t understand exaclty, but if you know the object(mat) you wanna change, this might help: replaceInstances $.material[1] (standard diffusecolor:gr…
about using modified_objects/derivedObj, if there is a reference split at the baseobject level, max turns the baseobject into an instance, instead of …
ctrl+space, must be the default, but in my case without : autocomplete.MAXScript.start.characters=$(chars.alpha)$(chars.numeric) (scite allows to chan…
JHN: About the api not working all the time I have found that too, and I couldn’t pinpoint exactly, but after a restart after the changes where made…
Another option you could use, is to instance knot controllers; to keep the viewport simple. Align the pivots, and use animateVertex to create the trac…
“MXS Help file”: This will occur when the user interface updates itself, a script accesses the parameter, a viewport is redraw, a render occurs. …
$.objectOffsetRot = quaternion (it seems that everytime “Bone On” is turned on, it resets the matrix, without taking in consideration ObjectTransform…
mesh to poly, is very slow compared to, poly to mesh, $.mesh makes a conversion/copy anyways, it seems, but copying the trimesh in a variable should b…
it seems it happens that way because edit_poly is a modifier and “SetSelection” is meant to baseobjects then $.modifiers[1].select is additive I th…
If it really is a bug! probably not. Something for sure, is that Autodesk is aware of this. Macrorecorder uses $.modifiers[#Edit_Poly].SetSelection #…
I understand that If soft selection is active in edit_poly, then: polyop.getVDataValue $ 1 vert should work because its taking the value from the chan…
Perhaps it is even simpler: createfile “d:\\for_Linux.ms” rufile = openFile “d:\\for_Linux.ms” mode:”wb” format “In a Big Country Dreams stay with yo…
in the help file: replace_CRLF_with_LF <string> Avguard Extension edit: but testing DreaTawn suggestion also works