Notifications
Clear all

[Closed] MaxScript Access Freeform – Poly Draw – Draw on: via Script

Hi all,
Im struggeling with how to acess the Freeform – Poly Draw – Draw on Tools via Maxscript. Sure i used the Results from the Max Script Listener (macros.run “PolyTools” “PolyDrawTypeGrid”). But how is it possible to modify the offset and Minimum Parameter in the same Panel. I although didnt find a working way to let my Script automatically start a pick on my selection (maybe with some kind of Even Handlers?). Im pretty nooby in Maxscript and try to build a simple “make my Selection to Reference for Retopo Script.ms ” Script. Any Help would be appreciated.
Greeting Eli

2 Replies

try these


PolyToolsUI.PDOffset =  666
PolyToolsUI.PDDistance = 333

Thanks a lot much appreciated