Blender Git Commit Log
Git Commits -> Revision 0c03fa7
Revision 0c03fa7 by Campbell Barton (master) March 25, 2011, 02:12 (GMT) |
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 |
Commit Details:
Full Hash: 0c03fa78c10f04283512f2a5a4557d86c72d6f29
SVN Revision: 35764
Parent Commit: b510019
Lines Changed: +270, -253
13 Modified Paths:
/release/scripts/modules/rna_info.py (+1, -1) (Diff)
/release/scripts/presets/keyconfig/maya.py (+217, -217) (Diff)
/release/scripts/startup/bl_operators/animsys_update.py (+1, -0) (Diff)
/release/scripts/startup/bl_operators/object.py (+4, -4) (Diff)
/release/scripts/startup/bl_ui/properties_data_mesh.py (+2, -2) (Diff)
/release/scripts/startup/bl_ui/properties_physics_cloth.py (+1, -1) (Diff)
/release/scripts/startup/bl_ui/space_info.py (+1, -1) (Diff)
/release/scripts/startup/bl_ui/space_userpref_keymap.py (+17, -17) (Diff)
/source/blender/makesrna/intern/rna_define.c (+15, -0) (Diff)
/source/blender/makesrna/intern/rna_key.c (+6, -6) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_rna.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+2, -1) (Diff)
/release/scripts/presets/keyconfig/maya.py (+217, -217) (Diff)
/release/scripts/startup/bl_operators/animsys_update.py (+1, -0) (Diff)
/release/scripts/startup/bl_operators/object.py (+4, -4) (Diff)
/release/scripts/startup/bl_ui/properties_data_mesh.py (+2, -2) (Diff)
/release/scripts/startup/bl_ui/properties_physics_cloth.py (+1, -1) (Diff)
/release/scripts/startup/bl_ui/space_info.py (+1, -1) (Diff)
/release/scripts/startup/bl_ui/space_userpref_keymap.py (+17, -17) (Diff)
/source/blender/makesrna/intern/rna_define.c (+15, -0) (Diff)
/source/blender/makesrna/intern/rna_key.c (+6, -6) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_rna.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+2, -1) (Diff)