- 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:
2009-01-15 18:28:40 +00:00
parent 2b96a86298
commit 2784d5b995
5 changed files with 250 additions and 86 deletions

View File

@@ -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;
}
/* *************************** */