[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [16803] trunk/blender/release/scripts/ hotkeys.py: Updates to hotkeys.py with some hotkeys I've added/ changed over past few releases (note, this doesn't cover all of them yet)

Joshua Leung aligorith at gmail.com
Mon Sep 29 02:47:21 CEST 2008


Revision: 16803
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=16803
Author:   aligorith
Date:     2008-09-29 02:47:21 +0200 (Mon, 29 Sep 2008)

Log Message:
-----------
Updates to hotkeys.py with some hotkeys I've added/changed over past few releases (note, this doesn't cover all of them yet)

Modified Paths:
--------------
    trunk/blender/release/scripts/hotkeys.py

Modified: trunk/blender/release/scripts/hotkeys.py
===================================================================
--- trunk/blender/release/scripts/hotkeys.py	2008-09-29 00:44:33 UTC (rev 16802)
+++ trunk/blender/release/scripts/hotkeys.py	2008-09-29 00:47:21 UTC (rev 16803)
@@ -139,6 +139,10 @@
 ['LMB', 'Confirm transformation'],
 ['MMB', 'Toggle optional transform feature'],
 ['RMB', 'Abort transformation'],
+['LMB', 'Grease Pencil: when "Draw Mode On", draw new stroke'],
+['RMB', 'Grease Pencil: when "Draw Mode On", eraser tool for stroke segments'],
+['Shift-LMB', 'Grease Pencil: draw new stroke'],
+['Alt-RMB', 'Grease Pencil: eraser tool for stroke segments'],
 ['.', '...']
 ],
 
@@ -394,9 +398,11 @@
 ],
 
 "I":[ 
-['I', 'Keyframe menu'],
-['Alt-I','ARMATURE : posemode, remove IK constraints.'],
-['Ctrl-I','ARMATURE : add IK constraint'],
+['I', 'Insert Keyframe menu'],
+['Alt-I','Delete Keyframe menu'],
+['Ctrl-I','Select Inverse'],
+['Shift-I','ARMATURE : add IK constraint'],
+['Ctrl-Alt-I','ARMATURE : posemode, remove IK constraints.'],
 ['.', '...']
 ],
 
@@ -434,6 +440,10 @@
 ['Ctrl-L', 'Make links menu (for instance : to scene...)'],
 ['Shift-L', 'Select links menu'],
 ['Shift-L', 'NODE window: Select linked to '], #243
+['Ctrl-L', 'POSELIB: browse poses'],
+['Shift-L', 'POSELIB: add/replace pose'],
+['Ctrl-Shift-L', 'POSELIB: rename pose'],
+['Alt-L', 'POSELIB: remove pose'],
 ['.', '...']
 ],
 
@@ -494,6 +504,7 @@
 ['Ctrl-Shift-P', 'Make active object parent of selected object without inverse'],
 ['Ctrl-P', 'Edit mode: Make active vertex parent of selected object'],
 ['Ctrl-P', 'ARMATURE : editmode, make bone parent.'],
+['Ctrl-Alt-P', 'ARMATURE: edimode, separate bones to new object'],
 ['.', '...']
 ],
 
@@ -636,6 +647,7 @@
 ['X', 'IPO : Remove marker'],	
 ['X', 'NODE window : delete'], #243		
 ['Alt-X', 'Text Editor : Cut '],
+['Alt-X', 'Grease Pencil: Delete menu'],
 ['Ctrl-X', 'Restore default state (Erase all)'],
 ['.', '...']
  ],





More information about the Bf-blender-cvs mailing list