Commit: 6f20d64f3a653ba288c68ce08bd88067f7f5d6cc
Author: Bastien Montagne
Date:   Tue Jun 7 09:43:56 2016 +0200
Branches: asset-experiments
https://developer.blender.org/rB6f20d64f3a653ba288c68ce08bd88067f7f5d6cc

Merge branch 'id-remap' into asset-experiments

Conflicts:
        source/blender/makesdna/DNA_ID.h

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



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

diff --cc source/blender/makesdna/DNA_ID.h
index 11d29cd,b0812a8..e45c733
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@@ -216,10 -142,8 +216,9 @@@ typedef struct AssetRepositoryRef 
   */
  typedef struct Library {
        ID id;
-       ID *idblock;
        struct FileData *filedata;
 -      char name[1024];  /* path name used for reading, can be relative and 
edited in the outliner */
 +      /* path name used for reading, can be relative and edited in the 
outliner. */
 +      char name[1024];
  
        /* absolute filepath, this is only for convenience, 'name' is the real 
path used on file read but in
         * some cases its useful to access the absolute one.
@@@ -231,7 -155,8 +230,10 @@@
        
        struct PackedFile *packedfile;
  
 +      AssetRepositoryRef *asset_repository;
++
+       int temp_index;
+       int _pad;
  } Library;
  
  enum eIconSizes {

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to