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
Campbell Barton a4793a3b4a 2.5 Python api
- rearranged modules bpyui -> bpy.ui, bpy -> bpy.data, remove bpydoc
- new module bpy.types, stores a list of all struct types
- added __rna__ attribute to types - eg bpy.types.World.__rna__ so you can access the rna data from a type. (so bpydoc.structs isnt needed anymore)
- removed unused subtyping method (use python subclassing rather then C PyTypeObject)
2009-03-13 07:50:07 +00:00
..
2008-12-23 21:20:34 +00:00
2009-03-11 20:25:31 +00:00
2009-03-11 23:22:07 +00:00
2009-02-28 23:33:35 +00:00
2009-03-12 19:36:59 +00:00
2008-12-23 21:20:34 +00:00
2009-03-03 10:24:06 +00:00
2009-03-12 15:28:00 +00:00
2.5
2009-02-17 13:37:06 +00:00
2009-03-13 07:50:07 +00:00
2.5
2009-01-04 19:16:13 +00:00
2.5
2009-02-19 16:22:07 +00:00
2009-03-11 20:22:06 +00:00
2.5
2009-01-22 14:59:49 +00:00