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 5548e86795 function to remove property
eg:
 bpy.types.Scene.IntProperty(attr="myprop") # adds
 bpy.types.Scene.RemoveProperty(attr="myprop") # removes
2010-05-08 23:34:54 +00:00
..
2010-05-08 15:37:29 +00:00
2010-04-25 15:24:18 +00:00
2010-05-07 07:54:25 +00:00
2010-02-19 15:34:26 +00:00
2010-05-07 22:04:48 +00:00
2010-05-08 21:02:22 +00:00
2010-05-08 23:34:54 +00:00
2010-05-08 23:34:54 +00:00
2010-04-24 22:34:18 +00:00
2010-04-11 22:12:30 +00:00