2.5
- Finished adding primitives in Mesh editmode. For test pleasure: hotkeys CTRL 0-9 add them. More fun for testers: - F3: gives menu of all registered ops. You can use it too, it then execs it again, and makes it the last executed operator. - F4: executes last registered operator without menu.
This commit is contained in:
@@ -3053,7 +3053,6 @@ void OBJECT_OT_toggle_editmode(wmOperatorType *ot)
|
||||
ot->exec= toggle_editmode_exec;
|
||||
|
||||
ot->poll= ED_operator_object_active;
|
||||
ot->flag= OPTYPE_REGISTER;
|
||||
}
|
||||
|
||||
/* *************************** */
|
||||
|
||||
Reference in New Issue
Block a user