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/release/scripts/ui
Campbell Barton 08c9ecb3b0 RNA/Py API
change how data is added. eg.
 bpy.data.add_mesh(name) --> bpy.data.meshes.new(name)
 bpy.data.remove_lamp(lamp) --> bpy.data.lamps.remove(lamp)


image and texture stil use add_* funcs
2010-01-09 23:44:01 +00:00
..
2009-11-23 00:27:30 +00:00
2010-01-08 10:11:04 +00:00
2009-11-23 00:27:30 +00:00
2010-01-07 09:55:11 +00:00
2010-01-02 23:14:01 +00:00
2010-01-09 23:44:01 +00:00
2010-01-07 09:55:11 +00:00
2010-01-09 23:44:01 +00:00