Skip to content

Commit

Permalink
Pose mode hotkey gone again
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerBforartists committed Apr 5, 2017
1 parent 7fb9fe8 commit c9ca78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/scripts/presets/keyconfig/bforartists.py
Expand Up @@ -499,7 +499,7 @@ def kmi_props_setattr(kmi_props, attr, value):
kmi = km.keymap_items.new('object.mode_set', 'SIX', 'PRESS')
kmi_props_setattr(kmi.properties, 'mode', 'TEXTURE_PAINT')
kmi = km.keymap_items.new('object.mode_set', 'SEVEN', 'PRESS')
kmi_props_setattr(kmi.properties, 'mode', 'OBJECT')
kmi_props_setattr(kmi.properties, 'mode', 'POSE')
kmi = km.keymap_items.new('object.mode_set', 'ONE', 'PRESS')
kmi_props_setattr(kmi.properties, 'mode', 'OBJECT')

Expand Down

0 comments on commit c9ca78b

Please sign in to comment.