regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -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;