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