Blender Git Commit Log
Git Commits -> Revision 63456ce
Revision 63456ce by Campbell Barton (master) March 7, 2009, 09:46 (GMT) |
added python api function to register an operator into a keymap example... bpyui.registerKey( C, bpyui.spaceTypes.SEQ, 0, "Sequencer", "SEQUENCER_OT_view_selected", bpyui.keyTypes.A, bpyui.keyValTypes.PRESS, 0,0, {}) May want to split this into multiple functions. |
Commit Details:
Full Hash: 63456cefdade407fa2d1b3ee8e481eb1408023a3
SVN Revision: 19217
Parent Commit: 35f0de0
Lines Changed: +205, -19