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,29 +15,29 @@ namespace BlendFile.DNA {
[DNAClassAttribute(543, "GreasePencilHookModifierData", 456)]
public class GreasePencilHookModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false, 0)]
public ModifierData modifier;
[DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168, false)]
[DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168, false, 120)]
public GreasePencilModifierInfluenceData influence;
[DNAFieldAttribute(2, "Object", "*object", "Object", 8, true)]
[DNAFieldAttribute(2, "Object", "*object", "Object", 8, true, 288)]
public Object ptr_object;
[DNAFieldAttribute(3, "char", "subtarget[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(3, "char", "subtarget[64]", "System.Char[]", 64, false, 296)]
public char[] subtarget = new System.Char[64];
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 4, false, 360)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(5, "int", "flag", "int", 4, false)]
[DNAFieldAttribute(5, "int", "flag", "int", 4, false, 364)]
public int flag;
[DNAFieldAttribute(6, "char", "falloff_type", "char", 1, false)]
[DNAFieldAttribute(6, "char", "falloff_type", "char", 1, false, 368)]
public char falloff_type;
[DNAFieldAttribute(7, "char", "_pad1[3]", "System.Char[]", 3, false)]
[DNAFieldAttribute(7, "char", "_pad1[3]", "System.Char[]", 3, false, 369)]
public char[] _pad1 = new System.Char[3];
[DNAFieldAttribute(8, "float", "parentinv[4][4]", "System.Single[,]", 64, false)]
[DNAFieldAttribute(8, "float", "parentinv[4][4]", "System.Single[,]", 64, false, 372)]
public float[,] parentinv = new System.Single[4,4];
[DNAFieldAttribute(9, "float", "cent[3]", "System.Single[]", 12, false)]
[DNAFieldAttribute(9, "float", "cent[3]", "System.Single[]", 12, false, 436)]
public float[] cent = new System.Single[3];
[DNAFieldAttribute(10, "float", "falloff", "float", 4, false)]
[DNAFieldAttribute(10, "float", "falloff", "float", 4, false, 448)]
public float falloff;
[DNAFieldAttribute(11, "float", "force", "float", 4, false)]
[DNAFieldAttribute(11, "float", "force", "float", 4, false, 452)]
public float force;
public GreasePencilHookModifierData() {
this.modifier = default;