Regenerated codefiles
This commit is contained in:
@@ -15,46 +15,46 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(292, "HookGpencilModifierData", 488)]
|
||||
public class HookGpencilModifierData {
|
||||
[DNAFieldAttribute(0, "GpencilModifierData", "modifier", "GpencilModifierData", 104, false, 0)]
|
||||
[DNAFieldAttribute(104, "GpencilModifierData", 0, "modifier", "GpencilModifierData", false, 0)]
|
||||
public GpencilModifierData modifier;
|
||||
[DNAFieldAttribute(1, "Object", "*object", "Object", 8, true, 104)]
|
||||
public Object ptr_object;
|
||||
[DNAFieldAttribute(2, "Material", "*material", "Material", 8, true, 112)]
|
||||
public Material ptr_material;
|
||||
[DNAFieldAttribute(3, "char", "subtarget[64]", "System.Char[]", 64, false, 120)]
|
||||
[DNAFieldAttribute(8, "Object", 1, "*object", "Object", true, 104)]
|
||||
public Object @object;
|
||||
[DNAFieldAttribute(8, "Material", 2, "*material", "Material", true, 112)]
|
||||
public Material material;
|
||||
[DNAFieldAttribute(64, "char", 3, "subtarget[64]", "System.Char[]", false, 120)]
|
||||
public char[] subtarget = new System.Char[64];
|
||||
[DNAFieldAttribute(4, "char", "layername[64]", "System.Char[]", 64, false, 184)]
|
||||
[DNAFieldAttribute(64, "char", 4, "layername[64]", "System.Char[]", false, 184)]
|
||||
public char[] layername = new System.Char[64];
|
||||
[DNAFieldAttribute(5, "char", "materialname[64]", "System.Char[]", 64, false, 248)]
|
||||
[DNAFieldAttribute(64, "char", 5, "materialname[64]", "System.Char[]", false, 248)]
|
||||
public char[] materialname = new System.Char[64];
|
||||
[DNAFieldAttribute(6, "char", "vgname[64]", "System.Char[]", 64, false, 312)]
|
||||
[DNAFieldAttribute(64, "char", 6, "vgname[64]", "System.Char[]", false, 312)]
|
||||
public char[] vgname = new System.Char[64];
|
||||
[DNAFieldAttribute(7, "int", "pass_index", "int", 4, false, 376)]
|
||||
[DNAFieldAttribute(4, "int", 7, "pass_index", "int", false, 376)]
|
||||
public int pass_index;
|
||||
[DNAFieldAttribute(8, "int", "layer_pass", "int", 4, false, 380)]
|
||||
[DNAFieldAttribute(4, "int", 8, "layer_pass", "int", false, 380)]
|
||||
public int layer_pass;
|
||||
[DNAFieldAttribute(9, "char", "_pad[4]", "System.Char[]", 4, false, 384)]
|
||||
[DNAFieldAttribute(4, "char", 9, "_pad[4]", "System.Char[]", false, 384)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(10, "int", "flag", "int", 4, false, 388)]
|
||||
[DNAFieldAttribute(4, "int", 10, "flag", "int", false, 388)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(11, "char", "falloff_type", "char", 1, false, 392)]
|
||||
[DNAFieldAttribute(1, "char", 11, "falloff_type", "char", false, 392)]
|
||||
public char falloff_type;
|
||||
[DNAFieldAttribute(12, "char", "_pad1[3]", "System.Char[]", 3, false, 393)]
|
||||
[DNAFieldAttribute(3, "char", 12, "_pad1[3]", "System.Char[]", false, 393)]
|
||||
public char[] _pad1 = new System.Char[3];
|
||||
[DNAFieldAttribute(13, "float", "parentinv[4][4]", "System.Single[,]", 64, false, 396)]
|
||||
[DNAFieldAttribute(64, "float", 13, "parentinv[4][4]", "System.Single[,]", false, 396)]
|
||||
public float[,] parentinv = new System.Single[4,4];
|
||||
[DNAFieldAttribute(14, "float", "cent[3]", "System.Single[]", 12, false, 460)]
|
||||
[DNAFieldAttribute(12, "float", 14, "cent[3]", "System.Single[]", false, 460)]
|
||||
public float[] cent = new System.Single[3];
|
||||
[DNAFieldAttribute(15, "float", "falloff", "float", 4, false, 472)]
|
||||
[DNAFieldAttribute(4, "float", 15, "falloff", "float", false, 472)]
|
||||
public float falloff;
|
||||
[DNAFieldAttribute(16, "float", "force", "float", 4, false, 476)]
|
||||
[DNAFieldAttribute(4, "float", 16, "force", "float", false, 476)]
|
||||
public float force;
|
||||
[DNAFieldAttribute(17, "CurveMapping", "*curfalloff", "CurveMapping", 8, true, 480)]
|
||||
public CurveMapping ptr_curfalloff;
|
||||
[DNAFieldAttribute(8, "CurveMapping", 17, "*curfalloff", "CurveMapping", true, 480)]
|
||||
public CurveMapping curfalloff;
|
||||
public HookGpencilModifierData() {
|
||||
this.modifier = default;
|
||||
this.ptr_object = default;
|
||||
this.ptr_material = default;
|
||||
this.@object = default;
|
||||
this.material = default;
|
||||
this.subtarget = default;
|
||||
this.layername = default;
|
||||
this.materialname = default;
|
||||
@@ -69,12 +69,12 @@ namespace BlendFile.DNA {
|
||||
this.cent = default;
|
||||
this.falloff = default;
|
||||
this.force = default;
|
||||
this.ptr_curfalloff = default;
|
||||
this.curfalloff = default;
|
||||
}
|
||||
public HookGpencilModifierData(
|
||||
GpencilModifierData modifier,
|
||||
Object ptr_object,
|
||||
Material ptr_material,
|
||||
Object @object,
|
||||
Material material,
|
||||
char[] subtarget,
|
||||
char[] layername,
|
||||
char[] materialname,
|
||||
@@ -89,10 +89,10 @@ namespace BlendFile.DNA {
|
||||
float[] cent,
|
||||
float falloff,
|
||||
float force,
|
||||
CurveMapping ptr_curfalloff) {
|
||||
CurveMapping curfalloff) {
|
||||
this.modifier = modifier;
|
||||
this.ptr_object = ptr_object;
|
||||
this.ptr_material = ptr_material;
|
||||
this.@object = @object;
|
||||
this.material = material;
|
||||
this.subtarget = subtarget;
|
||||
this.layername = layername;
|
||||
this.materialname = materialname;
|
||||
@@ -107,7 +107,7 @@ namespace BlendFile.DNA {
|
||||
this.cent = cent;
|
||||
this.falloff = falloff;
|
||||
this.force = force;
|
||||
this.ptr_curfalloff = ptr_curfalloff;
|
||||
this.curfalloff = curfalloff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user