Blender Git Commit Log
Git Commits -> Revision dd72ffe
Revision dd72ffe by Campbell Barton (master) June 9, 2010, 19:31 (GMT) |
py/rna api: - bpy.context wasnt being created from the python bpy.types.Context type defined in bpy_types.py (bpy.context.copy() failed for eg.) - bpy.context.copy() was returning C defined methods like FloatProperty(), which are not useful in this case, removed. |
Commit Details:
Full Hash: dd72ffe3ff6871960f644d6c4b16c1661c7b4e03
SVN Revision: 29372
Parent Commit: 6b21085
Lines Changed: +11, -4