This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/python/intern
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
..
2011-02-27 20:10:08 +00:00
2011-06-02 09:04:07 +00:00
2011-02-27 20:10:08 +00:00
2011-06-17 05:45:46 +00:00
2011-03-02 05:06:43 +00:00
2011-06-17 05:45:46 +00:00
2011-05-31 01:15:44 +00:00
2011-02-27 20:10:08 +00:00