regenerated files
This commit is contained in:
@@ -15,31 +15,31 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(293, "SimplifyGpencilModifierData")]
|
||||
public class SimplifyGpencilModifierData {
|
||||
[DNAFieldAttribute(0, "GpencilModifierData", "modifier", "GpencilModifierData", 104)]
|
||||
[DNAFieldAttribute(0, "GpencilModifierData", "modifier", "GpencilModifierData", 104, false)]
|
||||
public GpencilModifierData modifier;
|
||||
[DNAFieldAttribute(1, "Material", "*material", "Material", 392)]
|
||||
[DNAFieldAttribute(1, "Material", "*material", "Material", 4, true)]
|
||||
public Material ptr_material;
|
||||
[DNAFieldAttribute(2, "char", "layername[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(2, "char", "layername[64]", "System.Char[]", 64, false)]
|
||||
public char[] layername = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "char", "materialname[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(3, "char", "materialname[64]", "System.Char[]", 64, false)]
|
||||
public char[] materialname = new System.Char[64];
|
||||
[DNAFieldAttribute(4, "int", "pass_index", "int", 4)]
|
||||
[DNAFieldAttribute(4, "int", "pass_index", "int", 4, false)]
|
||||
public int pass_index;
|
||||
[DNAFieldAttribute(5, "int", "flag", "int", 4)]
|
||||
[DNAFieldAttribute(5, "int", "flag", "int", 4, false)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(6, "float", "factor", "float", 4)]
|
||||
[DNAFieldAttribute(6, "float", "factor", "float", 4, false)]
|
||||
public float factor;
|
||||
[DNAFieldAttribute(7, "short", "mode", "short", 2)]
|
||||
[DNAFieldAttribute(7, "short", "mode", "short", 2, false)]
|
||||
public short mode;
|
||||
[DNAFieldAttribute(8, "short", "step", "short", 2)]
|
||||
[DNAFieldAttribute(8, "short", "step", "short", 2, false)]
|
||||
public short step;
|
||||
[DNAFieldAttribute(9, "int", "layer_pass", "int", 4)]
|
||||
[DNAFieldAttribute(9, "int", "layer_pass", "int", 4, false)]
|
||||
public int layer_pass;
|
||||
[DNAFieldAttribute(10, "float", "length", "float", 4)]
|
||||
[DNAFieldAttribute(10, "float", "length", "float", 4, false)]
|
||||
public float length;
|
||||
[DNAFieldAttribute(11, "float", "sharp_threshold", "float", 4)]
|
||||
[DNAFieldAttribute(11, "float", "sharp_threshold", "float", 4, false)]
|
||||
public float sharp_threshold;
|
||||
[DNAFieldAttribute(12, "float", "distance", "float", 4)]
|
||||
[DNAFieldAttribute(12, "float", "distance", "float", 4, false)]
|
||||
public float distance;
|
||||
public SimplifyGpencilModifierData() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user