[Bf-blender-cvs] [a8eef56] experimental-build: Revert "test commit (fix 32bit DNA...)."

Bastien Montagne noreply at git.blender.org
Wed Aug 19 23:57:09 CEST 2015


Commit: a8eef567c64f20b7e9e9a6592577261bbf2f8891
Author: Bastien Montagne
Date:   Wed Aug 19 23:56:36 2015 +0200
Branches: experimental-build
https://developer.blender.org/rBa8eef567c64f20b7e9e9a6592577261bbf2f8891

Revert "test commit (fix 32bit DNA...)."

This reverts commit 8e3a3a2f5376c95eff2002a1c6c577eb860c5827.

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

M	source/blender/makesdna/DNA_space_types.h

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

diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index b8f2ce1..02a36ea 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -773,10 +773,8 @@ typedef struct AssetUUIDList {
 typedef struct FileDirEntryRevision {
 	struct FileDirEntryRevision *next, *prev;
 
-	char *comment;
-	void *pad;
-
 	int uuid[4];
+	char *comment;
 
 	uint64_t size;
 	int64_t time;




More information about the Bf-blender-cvs mailing list