How do i get group of morph
huntergeen
Posts: 36
// Scane nodes in the sceneNodes=Scene.getNodeList();for ( i = 0; i < Nodes.length; i++) {// Pickup nodes that have object obj = Nodes[i].getObject(); if (obj !== null) {// Scan Modifiers in the object NM = obj.getNumModifiers(); for (j = 0; j < NM; j++) {// Pickup Modifier that are morph Modifier = obj.getModifier(j); if (Modifier.inherits("DzMorph")) { } } } }
How do i get group of morph (General,Actor,Display,PoseControls,Tools,Utilities)
I'm creating a facetransfer and want the software to access certain groups to reduce unnecessary steps in the morphing process.
Post edited by huntergeen on
Comments
Please put your question in the post body and the title - Daz 3D Forums
I've made some edits. How can I post my code snippet in multiple lines? The code snippet seems to cluster together in a single line.
There isn't a way - that I ama ware of. The forum is broken in that regard. Quotes will preserve the lines, but not other aspects of the formatting.