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,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(504, "LaplacianDeformModifierData", 216)]
public class LaplacianDeformModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false, 0)]
public ModifierData modifier;
[DNAFieldAttribute(1, "char", "anchor_grp_name[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(1, "char", "anchor_grp_name[64]", "System.Char[]", 64, false, 120)]
public char[] anchor_grp_name = new System.Char[64];
[DNAFieldAttribute(2, "int", "total_verts", "int", 4, false)]
[DNAFieldAttribute(2, "int", "total_verts", "int", 4, false, 184)]
public int total_verts;
[DNAFieldAttribute(3, "int", "repeat", "int", 4, false)]
[DNAFieldAttribute(3, "int", "repeat", "int", 4, false, 188)]
public int repeat;
[DNAFieldAttribute(4, "float", "*vertexco", "float", 8, true)]
[DNAFieldAttribute(4, "float", "*vertexco", "float", 8, true, 192)]
public float ptr_vertexco;
[DNAFieldAttribute(5, "void", "*cache_system", "void", 8, true)]
[DNAFieldAttribute(5, "void", "*cache_system", "void", 8, true, 200)]
public object ptr_cache_system;
[DNAFieldAttribute(6, "short", "flag", "short", 2, false)]
[DNAFieldAttribute(6, "short", "flag", "short", 2, false, 208)]
public short flag;
[DNAFieldAttribute(7, "char", "_pad[6]", "System.Char[]", 6, false)]
[DNAFieldAttribute(7, "char", "_pad[6]", "System.Char[]", 6, false, 210)]
public char[] _pad = new System.Char[6];
public LaplacianDeformModifierData() {
this.modifier = default;