updated generated files
This commit is contained in:
@@ -21,7 +21,7 @@ namespace BlendFile.DNA {
|
||||
public GreasePencilLayerFramesMapStorage frames_storage;
|
||||
[DNAFieldAttribute(1, "int8_t", 2, "blend_mode", "int8_t", false, 64)]
|
||||
public sbyte blend_mode;
|
||||
[DNAArrayAttribute(3, "char", 3, "_pad[3]", "System.Char[]", 3, 65)]
|
||||
[DNAArrayAttribute(3, "char", 3, "_pad[3]", "System.Char[]", 3, false, 65)]
|
||||
public char[] _pad = new System.Char[3];
|
||||
[DNAFieldAttribute(4, "float", 4, "opacity", "float", false, 68)]
|
||||
public float opacity;
|
||||
@@ -29,21 +29,21 @@ namespace BlendFile.DNA {
|
||||
public ListBase masks;
|
||||
[DNAFieldAttribute(4, "int", 6, "active_mask_index", "int", false, 88)]
|
||||
public int active_mask_index;
|
||||
[DNAArrayAttribute(4, "char", 7, "_pad2[4]", "System.Char[]", 4, 92)]
|
||||
[DNAArrayAttribute(4, "char", 7, "_pad2[4]", "System.Char[]", 4, false, 92)]
|
||||
public char[] _pad2 = new System.Char[4];
|
||||
[DNAFieldAttribute(8, "Object", 8, "*parent", "Object", true, 96)]
|
||||
public Object parent;
|
||||
[DNAFieldAttribute(8, "char", 9, "*parsubstr", "char", true, 104)]
|
||||
public char parsubstr;
|
||||
[DNAArrayAttribute(64, "float", 10, "parentinv[4][4]", "System.Single[,]", 8, 112)]
|
||||
[DNAArrayAttribute(64, "float", 10, "parentinv[4][4]", "System.Single[,]", 16, false, 112)]
|
||||
public float[,] parentinv = new System.Single[4,4];
|
||||
[DNAArrayAttribute(12, "float", 11, "translation[3]", "System.Single[]", 3, 176)]
|
||||
[DNAArrayAttribute(12, "float", 11, "translation[3]", "System.Single[]", 3, false, 176)]
|
||||
public float[] translation = new System.Single[3];
|
||||
[DNAArrayAttribute(12, "float", 12, "rotation[3]", "System.Single[]", 3, 188)]
|
||||
[DNAArrayAttribute(12, "float", 12, "rotation[3]", "System.Single[]", 3, false, 188)]
|
||||
public float[] rotation = new System.Single[3];
|
||||
[DNAArrayAttribute(12, "float", 13, "scale[3]", "System.Single[]", 3, 200)]
|
||||
[DNAArrayAttribute(12, "float", 13, "scale[3]", "System.Single[]", 3, false, 200)]
|
||||
public float[] scale = new System.Single[3];
|
||||
[DNAArrayAttribute(4, "char", 14, "_pad3[4]", "System.Char[]", 4, 212)]
|
||||
[DNAArrayAttribute(4, "char", 14, "_pad3[4]", "System.Char[]", 4, false, 212)]
|
||||
public char[] _pad3 = new System.Char[4];
|
||||
[DNAFieldAttribute(8, "char", 15, "*viewlayername", "char", true, 216)]
|
||||
public char viewlayername;
|
||||
|
||||
Reference in New Issue
Block a user