📋 Metadata

💬 Content

Michael_Knubben:

Any chance you could add something to help users need less code, like a simple ‘if this, then that’ system, where users can fill in boxes with, for example: if ‘selection’ ‘=’ ‘number of objects’ ‘>’ ‘2’, do ‘command’.

Not worth it. This requires tons of work.
You can use stack keys to store complex ‘commands’ in the slots and call the commands like this:

open_menu("My Stack Key", "Command 1") if 'number of objects' > '2' else open_menu("My Stack Key", "Command 2")

❤️ 1 likes


🔗 View on Blender Artists