updated generated files
This commit is contained in:
@@ -19,11 +19,11 @@ namespace BlendFile.DNA {
|
||||
public GpencilModifierData modifier;
|
||||
[DNAFieldAttribute(8, "Material", 1, "*material", "Material", true, 104)]
|
||||
public Material material;
|
||||
[DNAArrayAttribute(64, "char", 2, "layername[64]", "System.Char[]", 64, 112)]
|
||||
[DNAArrayAttribute(64, "char", 2, "layername[64]", "System.Char[]", 64, false, 112)]
|
||||
public char[] layername = new System.Char[64];
|
||||
[DNAArrayAttribute(64, "char", 3, "materialname[64]", "System.Char[]", 64, 176)]
|
||||
[DNAArrayAttribute(64, "char", 3, "materialname[64]", "System.Char[]", 64, false, 176)]
|
||||
public char[] materialname = new System.Char[64];
|
||||
[DNAArrayAttribute(64, "char", 4, "vgname[64]", "System.Char[]", 64, 240)]
|
||||
[DNAArrayAttribute(64, "char", 4, "vgname[64]", "System.Char[]", 64, false, 240)]
|
||||
public char[] vgname = new System.Char[64];
|
||||
[DNAFieldAttribute(4, "int", 5, "pass_index", "int", false, 304)]
|
||||
public int pass_index;
|
||||
@@ -43,7 +43,7 @@ namespace BlendFile.DNA {
|
||||
public float noise_offset;
|
||||
[DNAFieldAttribute(2, "short", 13, "noise_mode", "short", false, 336)]
|
||||
public short noise_mode;
|
||||
[DNAArrayAttribute(2, "char", 14, "_pad[2]", "System.Char[]", 2, 338)]
|
||||
[DNAArrayAttribute(2, "char", 14, "_pad[2]", "System.Char[]", 2, false, 338)]
|
||||
public char[] _pad = new System.Char[2];
|
||||
[DNAFieldAttribute(4, "int", 15, "step", "int", false, 340)]
|
||||
public int step;
|
||||
|
||||
Reference in New Issue
Block a user