blender/release/scripts/modules
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
..
bpy fix for incorrect prints with RNA errors (own fault, CONTAINER_RNA_ID was incorrect) & close keymap file after running. 2011-03-25 01:55:00 +00:00
console mailed Stani Michiels and he's ok to switch his console autocomplete to GPLv2 or later. 2011-02-08 00:01:15 +00:00
add_object_utils.py pep8 cleanup 2011-02-25 16:06:14 +00:00
addon_utils.py pep8 cleanup 2011-02-25 16:06:14 +00:00
animsys_refactor.py pep8 cleanup 2011-01-01 07:20:34 +00:00
blend_render_info.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
bpy_types.py pep8 edits and remove commented code from last commit. 2011-03-14 23:17:52 +00:00
bpyml_ui.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
bpyml.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
console_python.py move script directories for internal blender scripts. 2011-03-21 12:35:49 +00:00
console_shell.py move script directories for internal blender scripts. 2011-03-21 12:35:49 +00:00
graphviz_export.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
image_utils.py update for changed exception type 2011-03-02 04:16:57 +00:00
io_utils.py pep8 edits and remove commented code from last commit. 2011-03-14 23:17:52 +00:00
keyingsets_utils.py - move keyingsets_utils.py into modules. 2011-02-12 08:12:00 +00:00
mesh_utils.py port of function from 2.4x's BPyMesh.py thanks to 'merlin_' on IRC. 2011-02-26 16:13:14 +00:00
rna_info.py fix [#26601] Python error when use of autocomplete 2011-03-25 02:12:44 +00:00
rna_prop_ui.py pep8 cleanup 2011-01-01 07:20:34 +00:00
sys_info.py allow system info operator in background mode. 2011-03-22 11:44:46 +00:00