regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,45 +15,45 @@ namespace BlendFile.DNA {
[DNAClassAttribute(487, "SolidifyModifierData")]
public struct SolidifyModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", 120)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
public ModifierData modifier;
[DNAFieldAttribute(1, "char", "defgrp_name[64]", 1)]
[DNAFieldAttribute(1, "char", "defgrp_name[64]", "System.Char[]", 1)]
public char[] defgrp_name = new System.Char[64];
[DNAFieldAttribute(2, "char", "shell_defgrp_name[64]", 1)]
[DNAFieldAttribute(2, "char", "shell_defgrp_name[64]", "System.Char[]", 1)]
public char[] shell_defgrp_name = new System.Char[64];
[DNAFieldAttribute(3, "char", "rim_defgrp_name[64]", 1)]
[DNAFieldAttribute(3, "char", "rim_defgrp_name[64]", "System.Char[]", 1)]
public char[] rim_defgrp_name = new System.Char[64];
[DNAFieldAttribute(4, "float", "offset", 4)]
[DNAFieldAttribute(4, "float", "offset", "float", 4)]
public float offset;
[DNAFieldAttribute(5, "float", "offset_fac", 4)]
[DNAFieldAttribute(5, "float", "offset_fac", "float", 4)]
public float offset_fac;
[DNAFieldAttribute(6, "float", "offset_fac_vg", 4)]
[DNAFieldAttribute(6, "float", "offset_fac_vg", "float", 4)]
public float offset_fac_vg;
[DNAFieldAttribute(7, "float", "offset_clamp", 4)]
[DNAFieldAttribute(7, "float", "offset_clamp", "float", 4)]
public float offset_clamp;
[DNAFieldAttribute(8, "char", "mode", 1)]
[DNAFieldAttribute(8, "char", "mode", "char", 1)]
public char mode;
[DNAFieldAttribute(9, "char", "nonmanifold_offset_mode", 1)]
[DNAFieldAttribute(9, "char", "nonmanifold_offset_mode", "char", 1)]
public char nonmanifold_offset_mode;
[DNAFieldAttribute(10, "char", "nonmanifold_boundary_mode", 1)]
[DNAFieldAttribute(10, "char", "nonmanifold_boundary_mode", "char", 1)]
public char nonmanifold_boundary_mode;
[DNAFieldAttribute(11, "char", "_pad", 1)]
[DNAFieldAttribute(11, "char", "_pad", "char", 1)]
public char _pad;
[DNAFieldAttribute(12, "float", "crease_inner", 4)]
[DNAFieldAttribute(12, "float", "crease_inner", "float", 4)]
public float crease_inner;
[DNAFieldAttribute(13, "float", "crease_outer", 4)]
[DNAFieldAttribute(13, "float", "crease_outer", "float", 4)]
public float crease_outer;
[DNAFieldAttribute(14, "float", "crease_rim", 4)]
[DNAFieldAttribute(14, "float", "crease_rim", "float", 4)]
public float crease_rim;
[DNAFieldAttribute(15, "int", "flag", 4)]
[DNAFieldAttribute(15, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(16, "short", "mat_ofs", 2)]
[DNAFieldAttribute(16, "short", "mat_ofs", "short", 2)]
public short mat_ofs;
[DNAFieldAttribute(17, "short", "mat_ofs_rim", 2)]
[DNAFieldAttribute(17, "short", "mat_ofs_rim", "short", 2)]
public short mat_ofs_rim;
[DNAFieldAttribute(18, "float", "merge_tolerance", 4)]
[DNAFieldAttribute(18, "float", "merge_tolerance", "float", 4)]
public float merge_tolerance;
[DNAFieldAttribute(19, "float", "bevel_convex", 4)]
[DNAFieldAttribute(19, "float", "bevel_convex", "float", 4)]
public float bevel_convex;
public SolidifyModifierData() {
this.modifier = default;