Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

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