regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,41 +15,41 @@ namespace BlendFile.DNA {
[DNAClassAttribute(292, "HookGpencilModifierData")]
public class HookGpencilModifierData {
[DNAFieldAttribute(0, "GpencilModifierData", "modifier", "GpencilModifierData", 104)]
[DNAFieldAttribute(0, "GpencilModifierData", "modifier", "GpencilModifierData", 104, false)]
public GpencilModifierData modifier;
[DNAFieldAttribute(1, "Object", "*object", "Object", 1160)]
[DNAFieldAttribute(1, "Object", "*object", "Object", 4, true)]
public Object ptr_object;
[DNAFieldAttribute(2, "Material", "*material", "Material", 392)]
[DNAFieldAttribute(2, "Material", "*material", "Material", 4, true)]
public Material ptr_material;
[DNAFieldAttribute(3, "char", "subtarget[64]", "System.Char[]", 1)]
[DNAFieldAttribute(3, "char", "subtarget[64]", "System.Char[]", 64, false)]
public char[] subtarget = new System.Char[64];
[DNAFieldAttribute(4, "char", "layername[64]", "System.Char[]", 1)]
[DNAFieldAttribute(4, "char", "layername[64]", "System.Char[]", 64, false)]
public char[] layername = new System.Char[64];
[DNAFieldAttribute(5, "char", "materialname[64]", "System.Char[]", 1)]
[DNAFieldAttribute(5, "char", "materialname[64]", "System.Char[]", 64, false)]
public char[] materialname = new System.Char[64];
[DNAFieldAttribute(6, "char", "vgname[64]", "System.Char[]", 1)]
[DNAFieldAttribute(6, "char", "vgname[64]", "System.Char[]", 64, false)]
public char[] vgname = new System.Char[64];
[DNAFieldAttribute(7, "int", "pass_index", "int", 4)]
[DNAFieldAttribute(7, "int", "pass_index", "int", 4, false)]
public int pass_index;
[DNAFieldAttribute(8, "int", "layer_pass", "int", 4)]
[DNAFieldAttribute(8, "int", "layer_pass", "int", 4, false)]
public int layer_pass;
[DNAFieldAttribute(9, "char", "_pad[4]", "System.Char[]", 1)]
[DNAFieldAttribute(9, "char", "_pad[4]", "System.Char[]", 4, false)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(10, "int", "flag", "int", 4)]
[DNAFieldAttribute(10, "int", "flag", "int", 4, false)]
public int flag;
[DNAFieldAttribute(11, "char", "falloff_type", "char", 1)]
[DNAFieldAttribute(11, "char", "falloff_type", "char", 1, false)]
public char falloff_type;
[DNAFieldAttribute(12, "char", "_pad1[3]", "System.Char[]", 1)]
[DNAFieldAttribute(12, "char", "_pad1[3]", "System.Char[]", 3, false)]
public char[] _pad1 = new System.Char[3];
[DNAFieldAttribute(13, "float", "parentinv[4][4]", "System.Single[,]", 4)]
[DNAFieldAttribute(13, "float", "parentinv[4][4]", "System.Single[,]", 64, false)]
public float[,] parentinv = new System.Single[4,4];
[DNAFieldAttribute(14, "float", "cent[3]", "System.Single[]", 4)]
[DNAFieldAttribute(14, "float", "cent[3]", "System.Single[]", 12, false)]
public float[] cent = new System.Single[3];
[DNAFieldAttribute(15, "float", "falloff", "float", 4)]
[DNAFieldAttribute(15, "float", "falloff", "float", 4, false)]
public float falloff;
[DNAFieldAttribute(16, "float", "force", "float", 4)]
[DNAFieldAttribute(16, "float", "force", "float", 4, false)]
public float force;
[DNAFieldAttribute(17, "CurveMapping", "*curfalloff", "CurveMapping", 424)]
[DNAFieldAttribute(17, "CurveMapping", "*curfalloff", "CurveMapping", 4, true)]
public CurveMapping ptr_curfalloff;
public HookGpencilModifierData() {
this.modifier = default;