updated generated files
This commit is contained in:
@@ -19,11 +19,11 @@ namespace BlendFile.DNA {
|
||||
public ViewLayer next;
|
||||
[DNAFieldAttribute(8, "ViewLayer", 1, "*prev", "ViewLayer", true, 8)]
|
||||
public ViewLayer prev;
|
||||
[DNAArrayAttribute(64, "char", 2, "name[64]", "System.Char[]", 64, 16)]
|
||||
[DNAArrayAttribute(64, "char", 2, "name[64]", "System.Char[]", 64, false, 16)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(2, "short", 3, "flag", "short", false, 80)]
|
||||
public short flag;
|
||||
[DNAArrayAttribute(6, "char", 4, "_pad[6]", "System.Char[]", 6, 82)]
|
||||
[DNAArrayAttribute(6, "char", 4, "_pad[6]", "System.Char[]", 6, false, 82)]
|
||||
public char[] _pad = new System.Char[6];
|
||||
[DNAFieldAttribute(16, "ListBase", 5, "object_bases", "ListBase", false, 88)]
|
||||
public ListBase object_bases;
|
||||
@@ -45,7 +45,7 @@ namespace BlendFile.DNA {
|
||||
public short cryptomatte_flag;
|
||||
[DNAFieldAttribute(2, "short", 14, "cryptomatte_levels", "short", false, 158)]
|
||||
public short cryptomatte_levels;
|
||||
[DNAArrayAttribute(4, "char", 15, "_pad1[4]", "System.Char[]", 4, 160)]
|
||||
[DNAArrayAttribute(4, "char", 15, "_pad1[4]", "System.Char[]", 4, false, 160)]
|
||||
public char[] _pad1 = new System.Char[4];
|
||||
[DNAFieldAttribute(4, "int", 16, "samples", "int", false, 164)]
|
||||
public int samples;
|
||||
|
||||
Reference in New Issue
Block a user