Regenerated all the files
This commit is contained in:
@@ -11,20 +11,34 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct MeshStatVis {
|
||||
[DNAFieldAttribute(0, "char", "type", 1)]
|
||||
public char type;
|
||||
[DNAFieldAttribute(1, "char", "_pad1[2]", 1)]
|
||||
public char[] _pad1 = new System.Char[2];
|
||||
[DNAFieldAttribute(2, "char", "overhang_axis", 1)]
|
||||
public char overhang_axis;
|
||||
[DNAFieldAttribute(3, "float", "overhang_min", 4)]
|
||||
public float overhang_min;
|
||||
[DNAFieldAttribute(4, "float", "overhang_max", 4)]
|
||||
public float overhang_max;
|
||||
[DNAFieldAttribute(5, "float", "thickness_min", 4)]
|
||||
public float thickness_min;
|
||||
[DNAFieldAttribute(6, "float", "thickness_max", 4)]
|
||||
public float thickness_max;
|
||||
[DNAFieldAttribute(7, "char", "thickness_samples", 1)]
|
||||
public char thickness_samples;
|
||||
[DNAFieldAttribute(8, "char", "_pad2[3]", 1)]
|
||||
public char[] _pad2 = new System.Char[3];
|
||||
[DNAFieldAttribute(9, "float", "distort_min", 4)]
|
||||
public float distort_min;
|
||||
[DNAFieldAttribute(10, "float", "distort_max", 4)]
|
||||
public float distort_max;
|
||||
[DNAFieldAttribute(11, "float", "sharp_min", 4)]
|
||||
public float sharp_min;
|
||||
[DNAFieldAttribute(12, "float", "sharp_max", 4)]
|
||||
public float sharp_max;
|
||||
public MeshStatVis(char type, char[] _pad1, char overhang_axis, float overhang_min, float overhang_max, float thickness_min, float thickness_max, char thickness_samples, char[] _pad2, float distort_min, float distort_max, float sharp_min, float sharp_max) {
|
||||
this.type = type;
|
||||
|
||||
Reference in New Issue
Block a user