Blender Git Commit Log
Git Commits  -> Revision a0cfa3e
		
			
			
		
| Revision a0cfa3e by Campbell Barton (master) July 3, 2013, 22:57 (GMT) | 
| fix [#35984] no way to know if a datablock is in editmode the report explains the issue in detail, but basically you couldn't know if a mesh was in editmode without checking all the objects that use it. add `is_editmode` readonly property for all datatypes which support editmode. also make rna fail to build on implicit function declarations. | 
Commit Details:
Full Hash: a0cfa3e42095e96af771f503335b0bf05bb26d63
SVN Revision: 57980
Parent Commit: 3743839
Lines Changed:  +67,  -0
6 Modified Paths:
/source/blender/makesrna/intern/CMakeLists.txt (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_armature.c (+12, -0) (Diff)
/source/blender/makesrna/intern/rna_curve.c (+17, -0) (Diff)
/source/blender/makesrna/intern/rna_lattice.c (+10, -0) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+12, -0) (Diff)
/source/blender/makesrna/intern/rna_meta.c (+11, -0) (Diff)
/source/blender/makesrna/intern/rna_armature.c (+12, -0) (Diff)
/source/blender/makesrna/intern/rna_curve.c (+17, -0) (Diff)
/source/blender/makesrna/intern/rna_lattice.c (+10, -0) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+12, -0) (Diff)
/source/blender/makesrna/intern/rna_meta.c (+11, -0) (Diff)


 Master Commits
 Master Commits MiikaHweb | 2003-2021
MiikaHweb | 2003-2021