Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: Trackview Select…

mxs reference: <boolean>selectTrack <maxObject>object <boolean>clearSelection trackviews.currentTrackview.selectTrack $[3][1] …

7 years ago
Forum
Reply
RE: Parameter Wiring naming?

You need to get node by name like so: charMaster = getNodeByName (charRollout.character_dd.selected + “__moCap_head”) charSlave = getNodeByName (…

7 years ago
Forum
Reply
RE: Manipulate while in mouseTrack/mouseTool

Should it work or this error is expected?

7 years ago
Forum
Reply
RE: Variable selection count in labels

Works fine for me with and without macro line.

7 years ago
Forum
Reply
RE: Variable selection count in labels

make your rollout global … global Attacher try(destroydialog ::Attacher)catch() …

7 years ago
Forum
Reply
RE: remoove submaterial from multimaterial

ID is the face material ID index is the material index in materiallist And yes, you definitely need to delete names as well.

7 years ago
Forum
Reply
RE: remoove submaterial from multimaterial

fn RemoveSubMaterial mtl ID = if isKindOf mtl Multimaterial do ( index = findItem mtl.materialIDList ID if index > 0 do ( dele…

7 years ago
Forum
Reply
RE: remoove submaterial from multimaterial

Try harder on documentation mxs reference: setSubMtl <material> <index> <material> This method sets the indexed sub materi…

7 years ago
Forum
Reply
RE: assignNewName gives not always unique name to material

I guess you need to run assignNewName function each time new material is created ( resetMaxFile #noPrompt mat2 = standard name:”Material #25″ assign…

7 years ago
Forum
Reply
RE: matchpattern help

matchPattern returns bool

7 years ago
Forum
Reply
RE: remoove nodes matching some defined condition from an array

Correct. As of node marking I guess it depends on whether you need to store this data within scene or node.

7 years ago
Forum
Reply
RE: remoove nodes matching some defined condition from an array

You don’t actually need to remove anything from the initial array. Create new array containing nodes that are valid to export and pass it to your expo…

7 years ago
Forum
Reply
RE: remoove nodes matching some defined condition from an array

I did a little test with mine and Jorge’s code and now it is clear that deleteItem was a bad idea. It is almost four times slower then collect on 100k…

7 years ago
Forum
Reply
RE: remoove nodes matching some defined condition from an array

for i=array.count to 1 by -1 where checkUserProp array[i] do deleteItem array i checkUserProp is your function that checks particular property and re…

7 years ago
Forum
Reply
RE: Isolate polygons

This one works with editable_poly and edit_poly mod case classof (_mod = modPanel.getCurrentObject()) of ( Edit_Poly : ( if subObjec…

7 years ago
Forum
Page 57 / 84