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,45 +15,45 @@ namespace BlendFile.DNA {
[DNAClassAttribute(487, "SolidifyModifierData", 360)]
public struct SolidifyModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false, 0)]
public ModifierData modifier;
[DNAFieldAttribute(1, "char", "defgrp_name[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(1, "char", "defgrp_name[64]", "System.Char[]", 64, false, 120)]
public char[] defgrp_name = new System.Char[64];
[DNAFieldAttribute(2, "char", "shell_defgrp_name[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(2, "char", "shell_defgrp_name[64]", "System.Char[]", 64, false, 184)]
public char[] shell_defgrp_name = new System.Char[64];
[DNAFieldAttribute(3, "char", "rim_defgrp_name[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(3, "char", "rim_defgrp_name[64]", "System.Char[]", 64, false, 248)]
public char[] rim_defgrp_name = new System.Char[64];
[DNAFieldAttribute(4, "float", "offset", "float", 4, false)]
[DNAFieldAttribute(4, "float", "offset", "float", 4, false, 312)]
public float offset;
[DNAFieldAttribute(5, "float", "offset_fac", "float", 4, false)]
[DNAFieldAttribute(5, "float", "offset_fac", "float", 4, false, 316)]
public float offset_fac;
[DNAFieldAttribute(6, "float", "offset_fac_vg", "float", 4, false)]
[DNAFieldAttribute(6, "float", "offset_fac_vg", "float", 4, false, 320)]
public float offset_fac_vg;
[DNAFieldAttribute(7, "float", "offset_clamp", "float", 4, false)]
[DNAFieldAttribute(7, "float", "offset_clamp", "float", 4, false, 324)]
public float offset_clamp;
[DNAFieldAttribute(8, "char", "mode", "char", 1, false)]
[DNAFieldAttribute(8, "char", "mode", "char", 1, false, 328)]
public char mode;
[DNAFieldAttribute(9, "char", "nonmanifold_offset_mode", "char", 1, false)]
[DNAFieldAttribute(9, "char", "nonmanifold_offset_mode", "char", 1, false, 329)]
public char nonmanifold_offset_mode;
[DNAFieldAttribute(10, "char", "nonmanifold_boundary_mode", "char", 1, false)]
[DNAFieldAttribute(10, "char", "nonmanifold_boundary_mode", "char", 1, false, 330)]
public char nonmanifold_boundary_mode;
[DNAFieldAttribute(11, "char", "_pad", "char", 1, false)]
[DNAFieldAttribute(11, "char", "_pad", "char", 1, false, 331)]
public char _pad;
[DNAFieldAttribute(12, "float", "crease_inner", "float", 4, false)]
[DNAFieldAttribute(12, "float", "crease_inner", "float", 4, false, 332)]
public float crease_inner;
[DNAFieldAttribute(13, "float", "crease_outer", "float", 4, false)]
[DNAFieldAttribute(13, "float", "crease_outer", "float", 4, false, 336)]
public float crease_outer;
[DNAFieldAttribute(14, "float", "crease_rim", "float", 4, false)]
[DNAFieldAttribute(14, "float", "crease_rim", "float", 4, false, 340)]
public float crease_rim;
[DNAFieldAttribute(15, "int", "flag", "int", 4, false)]
[DNAFieldAttribute(15, "int", "flag", "int", 4, false, 344)]
public int flag;
[DNAFieldAttribute(16, "short", "mat_ofs", "short", 2, false)]
[DNAFieldAttribute(16, "short", "mat_ofs", "short", 2, false, 348)]
public short mat_ofs;
[DNAFieldAttribute(17, "short", "mat_ofs_rim", "short", 2, false)]
[DNAFieldAttribute(17, "short", "mat_ofs_rim", "short", 2, false, 350)]
public short mat_ofs_rim;
[DNAFieldAttribute(18, "float", "merge_tolerance", "float", 4, false)]
[DNAFieldAttribute(18, "float", "merge_tolerance", "float", 4, false, 352)]
public float merge_tolerance;
[DNAFieldAttribute(19, "float", "bevel_convex", "float", 4, false)]
[DNAFieldAttribute(19, "float", "bevel_convex", "float", 4, false, 356)]
public float bevel_convex;
public SolidifyModifierData() {
this.modifier = default;