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(455, "DisplaceModifierData", 368)]
public class DisplaceModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false, 0)]
public ModifierData modifier;
[DNAFieldAttribute(1, "Tex", "*texture", "Tex", 8, true)]
[DNAFieldAttribute(1, "Tex", "*texture", "Tex", 8, true, 120)]
public Tex ptr_texture;
[DNAFieldAttribute(2, "Object", "*map_object", "Object", 8, true)]
[DNAFieldAttribute(2, "Object", "*map_object", "Object", 8, true, 128)]
public Object ptr_map_object;
[DNAFieldAttribute(3, "char", "map_bone[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(3, "char", "map_bone[64]", "System.Char[]", 64, false, 136)]
public char[] map_bone = new System.Char[64];
[DNAFieldAttribute(4, "char", "uvlayer_name[68]", "System.Char[]", 68, false)]
[DNAFieldAttribute(4, "char", "uvlayer_name[68]", "System.Char[]", 68, false, 200)]
public char[] uvlayer_name = new System.Char[68];
[DNAFieldAttribute(5, "char", "_pad1[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(5, "char", "_pad1[4]", "System.Char[]", 4, false, 268)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(6, "int", "uvlayer_tmp", "int", 4, false)]
[DNAFieldAttribute(6, "int", "uvlayer_tmp", "int", 4, false, 272)]
public int uvlayer_tmp;
[DNAFieldAttribute(7, "int", "texmapping", "int", 4, false)]
[DNAFieldAttribute(7, "int", "texmapping", "int", 4, false, 276)]
public int texmapping;
[DNAFieldAttribute(8, "float", "strength", "float", 4, false)]
[DNAFieldAttribute(8, "float", "strength", "float", 4, false, 280)]
public float strength;
[DNAFieldAttribute(9, "int", "direction", "int", 4, false)]
[DNAFieldAttribute(9, "int", "direction", "int", 4, false, 284)]
public int direction;
[DNAFieldAttribute(10, "char", "defgrp_name[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(10, "char", "defgrp_name[64]", "System.Char[]", 64, false, 288)]
public char[] defgrp_name = new System.Char[64];
[DNAFieldAttribute(11, "float", "midlevel", "float", 4, false)]
[DNAFieldAttribute(11, "float", "midlevel", "float", 4, false, 352)]
public float midlevel;
[DNAFieldAttribute(12, "int", "space", "int", 4, false)]
[DNAFieldAttribute(12, "int", "space", "int", 4, false, 356)]
public int space;
[DNAFieldAttribute(13, "short", "flag", "short", 2, false)]
[DNAFieldAttribute(13, "short", "flag", "short", 2, false, 360)]
public short flag;
[DNAFieldAttribute(14, "char", "_pad2[6]", "System.Char[]", 6, false)]
[DNAFieldAttribute(14, "char", "_pad2[6]", "System.Char[]", 6, false, 362)]
public char[] _pad2 = new System.Char[6];
public DisplaceModifierData() {
this.modifier = default;