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
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
..
2009-03-13 07:50:07 +00:00
2009-03-08 16:50:11 +00:00
2009-03-08 16:50:11 +00:00
2009-01-04 18:16:34 +00:00
2009-03-13 07:50:07 +00:00
2008-11-12 21:16:53 +00:00
2009-03-13 07:50:07 +00:00
2008-12-23 21:20:34 +00:00