regenerated files
This commit is contained in:
@@ -15,43 +15,43 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(276, "NoiseGpencilModifierData")]
|
||||
public class NoiseGpencilModifierData {
|
||||
[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, "char", "vgname[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(4, "char", "vgname[64]", "System.Char[]", 64, false)]
|
||||
public char[] vgname = new System.Char[64];
|
||||
[DNAFieldAttribute(5, "int", "pass_index", "int", 4)]
|
||||
[DNAFieldAttribute(5, "int", "pass_index", "int", 4, false)]
|
||||
public int pass_index;
|
||||
[DNAFieldAttribute(6, "int", "flag", "int", 4)]
|
||||
[DNAFieldAttribute(6, "int", "flag", "int", 4, false)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(7, "float", "factor", "float", 4)]
|
||||
[DNAFieldAttribute(7, "float", "factor", "float", 4, false)]
|
||||
public float factor;
|
||||
[DNAFieldAttribute(8, "float", "factor_strength", "float", 4)]
|
||||
[DNAFieldAttribute(8, "float", "factor_strength", "float", 4, false)]
|
||||
public float factor_strength;
|
||||
[DNAFieldAttribute(9, "float", "factor_thickness", "float", 4)]
|
||||
[DNAFieldAttribute(9, "float", "factor_thickness", "float", 4, false)]
|
||||
public float factor_thickness;
|
||||
[DNAFieldAttribute(10, "float", "factor_uvs", "float", 4)]
|
||||
[DNAFieldAttribute(10, "float", "factor_uvs", "float", 4, false)]
|
||||
public float factor_uvs;
|
||||
[DNAFieldAttribute(11, "float", "noise_scale", "float", 4)]
|
||||
[DNAFieldAttribute(11, "float", "noise_scale", "float", 4, false)]
|
||||
public float noise_scale;
|
||||
[DNAFieldAttribute(12, "float", "noise_offset", "float", 4)]
|
||||
[DNAFieldAttribute(12, "float", "noise_offset", "float", 4, false)]
|
||||
public float noise_offset;
|
||||
[DNAFieldAttribute(13, "short", "noise_mode", "short", 2)]
|
||||
[DNAFieldAttribute(13, "short", "noise_mode", "short", 2, false)]
|
||||
public short noise_mode;
|
||||
[DNAFieldAttribute(14, "char", "_pad[2]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(14, "char", "_pad[2]", "System.Char[]", 2, false)]
|
||||
public char[] _pad = new System.Char[2];
|
||||
[DNAFieldAttribute(15, "int", "step", "int", 4)]
|
||||
[DNAFieldAttribute(15, "int", "step", "int", 4, false)]
|
||||
public int step;
|
||||
[DNAFieldAttribute(16, "int", "layer_pass", "int", 4)]
|
||||
[DNAFieldAttribute(16, "int", "layer_pass", "int", 4, false)]
|
||||
public int layer_pass;
|
||||
[DNAFieldAttribute(17, "int", "seed", "int", 4)]
|
||||
[DNAFieldAttribute(17, "int", "seed", "int", 4, false)]
|
||||
public int seed;
|
||||
[DNAFieldAttribute(18, "CurveMapping", "*curve_intensity", "CurveMapping", 424)]
|
||||
[DNAFieldAttribute(18, "CurveMapping", "*curve_intensity", "CurveMapping", 4, true)]
|
||||
public CurveMapping ptr_curve_intensity;
|
||||
public NoiseGpencilModifierData() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user