I believe you can use this function to detect if the dialog is open: windows.getChildrenHWND then use this to press a button: windows.sendMessage …
Awesome approach! I like it. :buttrock: I hope you don’t mind me linking it to a related thread at Orbaz. Cheers!
Just in case anyone missed this tip from the helpfile. You can use a vertical line character ‘|’ to position the caret after expanding the abbreviati…
Hi Enrico, thanks for the insight, you scripts are really well made. I love the clean and welcoming UI. I’ll have a look at those. Thanks! right now…
what maxscript command are you using to copy? I don’t know if this will work, but did you try using maxops.cloneNodes?
Splendid maxscripting tips you got there. These would be a good addition to the “How to Make It Better?” category in the maxscript helpfile. Thank you…
I took a quick look at the Scripted SimpleObject Plug-ins topic in the helpfile… “maxscript reference”: You can either modify the existing Tri…
are you using maxOps.cloneNodes? I think this one maintains the hierarchy (as far as i remember). Although I can still clearly recall bumping onto a…
“julforce”: …im looking for a more static result… Yeah, I think it would be against the logic of the script, since you will need particle movemen…
Hi, what version were you using? On page 2 of the thread, there’s a version with an interface and a couple of added options. On, page 3, JBHaywood add…
The line: FaceID = theClone.selectByMaterial 4 returns a value “OK” In effect, you’re storing the value “OK” to the variable FaceID… so when the sc…
I was particularly interested in this challenge, but as I’m still in the middle of a lot of work, I barely managed to squeeze some time to dig up an o…
could this be the function you’re looking for? options.printAllElements
That’s actually the script I wrote where I encountered this problem.