Questions
- Which operator method runs before the operator is launched?
- Can a user launch an operator if its
poll
method returnsFalse
? - Can we set a default value on our operator parameters in a function?
- The
modal
method can only return the'RUNNING_MODAL'
status – true or false? - Does returning
'CANCELLED'
undo everything we did in a method? - Can we override the operator context of a menu or a panel layout?
- Can we change the layout of an operator panel?