This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/editors/interface
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
..
2010-01-07 09:55:11 +00:00
2010-01-09 19:00:41 +00:00
2010-01-07 09:55:11 +00:00
2009-11-10 20:43:45 +00:00
2010-01-09 23:44:01 +00:00
2009-11-10 20:43:45 +00:00
2009-12-10 14:47:07 +00:00
2010-01-07 09:55:11 +00:00
2010-01-08 11:14:30 +00:00