You can use polyOp.createPolygon object vertArray
I found out it happens while camera is placed at 0,0,0. It seems to be exception in mouse tool screen to scene calculations.
Maybe not exactlty a hook, but way to capture global mouse events (so like-a-hook :)). Is it possible to get callback when keyes/device updated, inst…
I love your tips because of your pro level. I can’t understand two things: Why you have used: this.params.pickTarget.text = “txt” not just pickTarget…
Thank you for example DenisT, but what is NodeMonitor? Even uncle google haven’t tell me that.
I found what’s going on. I tried to use parameter type of #node, but seems no works how I supposed to. For obtaining current scripted plugin node I …
I wrote this function: fn getNode = ( local theNode = undefined local con = true — continue loop for obj in refs.dependents this where co…
Hmm, I have extra ‘s’ just in my reply. Seems my refs not contains member dependentNodes: Unknown property: “dependentNodes” in #Struct:refs( depe…
Error message says that there is no refs.dependentsNodes I’m using Max 9.
Yes, I want implement similar functionality, but the problem is user interface. I wont to have extra dialogue floating around. I need to provide easy …