regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(399, "LineStyleGeometryModifier_Blueprint")]
public struct LineStyleGeometryModifier_Blueprint {
[DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)]
[DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)]
public LineStyleModifier modifier;
[DNAFieldAttribute(1, "int", "flags", 4)]
[DNAFieldAttribute(1, "int", "flags", "int", 4)]
public int flags;
[DNAFieldAttribute(2, "int", "rounds", 4)]
[DNAFieldAttribute(2, "int", "rounds", "int", 4)]
public int rounds;
[DNAFieldAttribute(3, "float", "backbone_length", 4)]
[DNAFieldAttribute(3, "float", "backbone_length", "float", 4)]
public float backbone_length;
[DNAFieldAttribute(4, "int", "random_radius", 4)]
[DNAFieldAttribute(4, "int", "random_radius", "int", 4)]
public int random_radius;
[DNAFieldAttribute(5, "int", "random_center", 4)]
[DNAFieldAttribute(5, "int", "random_center", "int", 4)]
public int random_center;
[DNAFieldAttribute(6, "int", "random_backbone", 4)]
[DNAFieldAttribute(6, "int", "random_backbone", "int", 4)]
public int random_backbone;
public LineStyleGeometryModifier_Blueprint() {
this.modifier = default;