Nathan Letwory
32004f11aa
Keymap editor now understands NDOF (button) events too.
2011-07-21 21:43:42 +00:00
Campbell Barton
dbc9e36f72
make python3.3 compatible, __class__ is no longer in the class methods namespace.
2011-07-11 05:50:49 +00:00
Campbell Barton
301e5b4ea0
fix for various python bugs and remove unused var.
2011-07-10 17:26:15 +00:00
Brecht Van Lommel
36cbd78bc3
Fix #27490 : export key configuration gave error when trying to export
...
properties from an unknown (e.g. removed) operator.
2011-06-01 14:35:14 +00:00
Campbell Barton
fbdd33f62d
py/ui edit: change InputKeyMapPanel to be a mix-in class only (not a subclass of Panel), it messes up re-registering panels.
2011-05-19 09:52:11 +00:00
Campbell Barton
cd2728ea0d
fix [ #27143 ] Cannot import key configuration with systemwide install
2011-05-03 08:21:11 +00:00
Campbell Barton
265cdf29fb
fix [ #26754 ] Live Edit and Editing UI scripts don't work
2011-04-04 10:13:04 +00:00
Campbell Barton
0c03fa78c1
fix [ #26601 ] Python error when use of autocomplete
...
Was a naming collision with 'keys' python method, reserve keys/items/values/get for python.
Updated animsys_update.py for shapekey data paths.
renamed:
Particle.hair --> hair_keys
Particle.keys --> particle_keys
Key.keys --> key_blocks
EnumProperty.items --> enum_items
KeyMap.items --> keymap_items
noted:
http://wiki.blender.org/index.php/Dev:2.5/Py/API/Updates#Since_2.56a
2011-03-25 02:12:44 +00:00
Campbell Barton
a5867232b1
poll functions were for keymap operators were still raising errors in some cases.
...
remove unused script dirs.
2011-03-22 08:21:16 +00:00
Campbell Barton
2e6a02438e
move script directories for internal blender scripts.
...
ui/ --> startup/bl_ui
op/ --> startup/bl_operators
scripts/startup/ is now the only auto-loading script dir which gives some speedup for blender loading too.
~/.blender/2.56/scripts/startup works for auto-loading scripts too.
2011-03-21 12:35:49 +00:00