Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

@@ -15,35 +15,35 @@ namespace BlendFile.DNA {
[DNAClassAttribute(462, "HookModifierData", 376)]
public class HookModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false, 0)]
public ModifierData modifier;
[DNAFieldAttribute(1, "Object", "*object", "Object", 8, true)]
[DNAFieldAttribute(1, "Object", "*object", "Object", 8, true, 120)]
public Object ptr_object;
[DNAFieldAttribute(2, "char", "subtarget[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(2, "char", "subtarget[64]", "System.Char[]", 64, false, 128)]
public char[] subtarget = new System.Char[64];
[DNAFieldAttribute(3, "char", "flag", "char", 1, false)]
[DNAFieldAttribute(3, "char", "flag", "char", 1, false, 192)]
public char flag;
[DNAFieldAttribute(4, "char", "falloff_type", "char", 1, false)]
[DNAFieldAttribute(4, "char", "falloff_type", "char", 1, false, 193)]
public char falloff_type;
[DNAFieldAttribute(5, "char", "_pad[6]", "System.Char[]", 6, false)]
[DNAFieldAttribute(5, "char", "_pad[6]", "System.Char[]", 6, false, 194)]
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(6, "float", "parentinv[4][4]", "System.Single[,]", 64, false)]
[DNAFieldAttribute(6, "float", "parentinv[4][4]", "System.Single[,]", 64, false, 200)]
public float[,] parentinv = new System.Single[4,4];
[DNAFieldAttribute(7, "float", "cent[3]", "System.Single[]", 12, false)]
[DNAFieldAttribute(7, "float", "cent[3]", "System.Single[]", 12, false, 264)]
public float[] cent = new System.Single[3];
[DNAFieldAttribute(8, "float", "falloff", "float", 4, false)]
[DNAFieldAttribute(8, "float", "falloff", "float", 4, false, 276)]
public float falloff;
[DNAFieldAttribute(9, "CurveMapping", "*curfalloff", "CurveMapping", 8, true)]
[DNAFieldAttribute(9, "CurveMapping", "*curfalloff", "CurveMapping", 8, true, 280)]
public CurveMapping ptr_curfalloff;
[DNAFieldAttribute(10, "int", "*indexar", "int", 8, true)]
[DNAFieldAttribute(10, "int", "*indexar", "int", 8, true, 288)]
public int ptr_indexar;
[DNAFieldAttribute(11, "int", "totindex", "int", 4, false)]
[DNAFieldAttribute(11, "int", "totindex", "int", 4, false, 296)]
public int totindex;
[DNAFieldAttribute(12, "float", "force", "float", 4, false)]
[DNAFieldAttribute(12, "float", "force", "float", 4, false, 300)]
public float force;
[DNAFieldAttribute(13, "char", "name[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(13, "char", "name[64]", "System.Char[]", 64, false, 304)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(14, "void", "*_pad1", "void", 8, true)]
[DNAFieldAttribute(14, "void", "*_pad1", "void", 8, true, 368)]
public object ptr__pad1;
public HookModifierData() {
this.modifier = default;