How to Apply a modeling command?
-
Hello, i'm trying to make a quick flatten command with custom settings, but i can't find it in MCOMMAND list so it looks like i can't use SendModelingCommand which would be ideal for this. Right now i can change settings for the tool, but don't know how to hit 'Apply' button in Python.
How can i do that?Thanks.
-
Hello @Gaal-Dornik,
I think this example on the github does exactly what you're looking for using the c4d.ID_MODELING_FLATTEN_TOOL id for the SendModelingCommand.
Let me know if there're any further questions.
Cheers,
Ilia -
Thanks man, i'll take a look at it!