regenerated files
This commit is contained in:
@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(377, "LineStyleColorModifier_Noise")]
|
||||
public class LineStyleColorModifier_Noise {
|
||||
[DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)]
|
||||
[DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96, false)]
|
||||
public LineStyleModifier modifier;
|
||||
[DNAFieldAttribute(1, "ColorBand", "*color_ramp", "ColorBand", 776)]
|
||||
[DNAFieldAttribute(1, "ColorBand", "*color_ramp", "ColorBand", 4, true)]
|
||||
public ColorBand ptr_color_ramp;
|
||||
[DNAFieldAttribute(2, "float", "period", "float", 4)]
|
||||
[DNAFieldAttribute(2, "float", "period", "float", 4, false)]
|
||||
public float period;
|
||||
[DNAFieldAttribute(3, "float", "amplitude", "float", 4)]
|
||||
[DNAFieldAttribute(3, "float", "amplitude", "float", 4, false)]
|
||||
public float amplitude;
|
||||
[DNAFieldAttribute(4, "int", "seed", "int", 4)]
|
||||
[DNAFieldAttribute(4, "int", "seed", "int", 4, false)]
|
||||
public int seed;
|
||||
[DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public LineStyleColorModifier_Noise() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user