blender/release/scripts
Campbell Barton 7cbc4c0dd7 IDProperty python module update
- add support for IDProp array slicing, but not resizing.
- rename array attribute type to typecode and use chars 'f', 'd', 'i' which match pythons array module. (was using int's which only have a meaning internally).
- rename function 'convert_to_pyobject' to 'to_dict' and 'to_list' for IDProp group and array types respectively.
- remove 'len' array attribute, calling len(array) is fine.
2011-06-17 05:45:46 +00:00
..
modules IDProperty python module update 2011-06-17 05:45:46 +00:00
presets fix [#27196] Traceback caused by preset selection 2011-04-28 09:52:16 +00:00
startup fix for baking actions for objects with no animation data. 2011-06-16 07:48:22 +00:00
templates move generic bpy helper modules into bpy_extras. 2011-05-16 07:51:02 +00:00