Ruramuq
@ruramuq
New Member
Joined: Feb 14, 2024
Topics: 2 / Replies: 169
Reply
RE: Silly rotation based question?

quat / euler | There is a conversion happening… (quaternion has its limits) $Cylinder01.rotation.y_rotation -54.9246 $Cylinder01.rotation.controller[…

15 years ago
Forum
Reply
RE: Copy/Paste skin modifier via script? – Problems.

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…

15 years ago
Forum
Reply
RE: Assign material MXS equivalent

don’t understand exaclty, but if you know the object(mat) you wanna change, this might help: replaceInstances $.material[1] (standard diffusecolor:gr…

15 years ago
Forum
Reply
RE: What's a reference in an Object's Stack and what's not?!

about using modified_objects/derivedObj, if there is a reference split at the baseobject level, max turns the baseobject into an instance, instead of …

15 years ago
Forum
Reply
RE: Autocomplete in the MaxScript Editor

ctrl+space, must be the default, but in my case without : autocomplete.MAXScript.start.characters=$(chars.alpha)$(chars.numeric) (scite allows to chan…

15 years ago
Forum
Reply
RE: Autocomplete in the MaxScript Editor

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…

15 years ago
Forum
Reply
RE: Line from a spline knot to a point helper?

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…

15 years ago
Forum
Reply
RE: Get Event doesn't work

“MXS Help file”: This will occur when the user interface updates itself, a script accesses the parameter, a viewport is redraw, a render occurs. …

15 years ago
Forum
Reply
RE: how to modifier bone's pivot rotation,donot affect bone transform?

$.objectOffsetRot = quaternion (it seems that everytime “Bone On” is turned on, it resets the matrix, without taking in consideration ObjectTransform…

15 years ago
Forum
Reply
RE: Get Normal of a vert in Edit Ploy

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…

15 years ago
Forum
Reply
RE: Bitarray and Edit Poly headache

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…

15 years ago
Forum
Reply
RE: Bitarray and Edit Poly headache

If it really is a bug! probably not. Something for sure, is that Autodesk is aware of this. Macrorecorder uses $.modifiers[#Edit_Poly].SetSelection #…

15 years ago
Forum
Reply
RE: Soft selection data in Edit_poly modifier

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…

15 years ago
Forum
Reply
RE: output text file line end code LF instead of CRLF

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…

15 years ago
Forum
Reply
RE: output text file line end code LF instead of CRLF

in the help file: replace_CRLF_with_LF <string> Avguard Extension edit: but testing DreaTawn suggestion also works

15 years ago
Forum
Page 8 / 12