Go to file
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
build_files write project files into the build dir. 2011-03-24 10:54:42 +00:00
doc fix [#25688] undocumted functions in pyapi 2011-03-22 04:28:51 +00:00
extern remove constructors, they cause compile errors under Fedora 2011-03-22 16:30:46 +00:00
intern remove some redundant vars, assignments & checks. 2011-03-19 05:06:06 +00:00
release fix [#26601] Python error when use of autocomplete 2011-03-25 02:12:44 +00:00
source fix [#26601] Python error when use of autocomplete 2011-03-25 02:12:44 +00:00
CMakeLists.txt support for blender as a module on win32. 2011-03-24 00:14:49 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile CMake package_archive target to create a .zip/.tar.bz2 package on mac/unix, 2011-03-21 16:42:21 +00:00
SConstruct Add buildslave target for builder.blender.org integration 2011-03-22 10:26:53 +00:00