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