Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -14,16 +14,16 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(379, "LineStyleThicknessModifier_Noise", 112)]
public struct LineStyleThicknessModifier_Noise {
[DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96, false, 0)]
public class LineStyleThicknessModifier_Noise {
[DNAFieldAttribute(96, "LineStyleModifier", 0, "modifier", "LineStyleModifier", false, 0)]
public LineStyleModifier modifier;
[DNAFieldAttribute(1, "float", "period", "float", 4, false, 96)]
[DNAFieldAttribute(4, "float", 1, "period", "float", false, 96)]
public float period;
[DNAFieldAttribute(2, "float", "amplitude", "float", 4, false, 100)]
[DNAFieldAttribute(4, "float", 2, "amplitude", "float", false, 100)]
public float amplitude;
[DNAFieldAttribute(3, "int", "flags", "int", 4, false, 104)]
[DNAFieldAttribute(4, "int", 3, "flags", "int", false, 104)]
public int flags;
[DNAFieldAttribute(4, "int", "seed", "int", 4, false, 108)]
[DNAFieldAttribute(4, "int", 4, "seed", "int", false, 108)]
public int seed;
public LineStyleThicknessModifier_Noise() {
this.modifier = default;