Blender Git Commit Log
Git Commits  -> Revision c7c2e3d
		
			
			
		
Revision c7c2e3d by Campbell Barton (master) October 14, 2009, 13:20 (GMT)  | 
set scene, currently UI is in the render buttons, should be moved to a scene buttons area. added a property flag PROP_ID_SELF_CHECK, so properties can be set to point to anything but themselves.  | 
Commit Details:
Full Hash: c7c2e3de1ea805096d2047f4321d928ce427b00f
SVN Revision: 23831
Parent Commit: cd202a1
Lines Changed:  +61,  -34
6 Modified Paths:
/release/scripts/ui/buttons_scene.py (+3, -2) (Diff)
/source/blender/makesrna/intern/makesrna.c (+10, -0) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_object.c (+1, -10) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+21, -0) (Diff)
/source/blender/makesrna/RNA_types.h (+25, -21) (Diff)
/source/blender/makesrna/intern/makesrna.c (+10, -0) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_object.c (+1, -10) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+21, -0) (Diff)
/source/blender/makesrna/RNA_types.h (+25, -21) (Diff)


 Master Commits
MiikaHweb | 2003-2021