[Bf-blender-cvs] [615a7ae] master: Depsgraph: Attempt to fix alignment issue on 32bit platforms

Sergey Sharybin noreply at git.blender.org
Tue May 12 13:37:02 CEST 2015


Commit: 615a7aea5534e0730fa8bf0690d5e30a478aa1fe
Author: Sergey Sharybin
Date:   Tue May 12 16:36:34 2015 +0500
Branches: master
https://developer.blender.org/rB615a7aea5534e0730fa8bf0690d5e30a478aa1fe

Depsgraph: Attempt to fix alignment issue on 32bit platforms

===================================================================

M	source/blender/makesdna/DNA_scene_types.h

===================================================================

diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index fe346ee..7ac00e1 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -1402,6 +1402,7 @@ typedef struct Scene {
 	
 	/* none of the dependency graph  vars is mean to be saved */
 	struct Depsgraph *depsgraph;
+	void *pad1;
 	struct  DagForest *theDag;
 	short dagflags;
 	short recalc;				/* recalc = counterpart of ob->recalc */




More information about the Bf-blender-cvs mailing list