Generated new code and added initial data handling
This commit is contained in:
@@ -29,6 +29,15 @@ namespace BlendFile.DNA {
|
||||
public int random_center;
|
||||
[DNAFieldAttribute(6, "int", "random_backbone", 4)]
|
||||
public int random_backbone;
|
||||
public LineStyleGeometryModifier_Blueprint() {
|
||||
this.modifier = default;
|
||||
this.flags = default;
|
||||
this.rounds = default;
|
||||
this.backbone_length = default;
|
||||
this.random_radius = default;
|
||||
this.random_center = default;
|
||||
this.random_backbone = default;
|
||||
}
|
||||
public LineStyleGeometryModifier_Blueprint(LineStyleModifier modifier, int flags, int rounds, float backbone_length, int random_radius, int random_center, int random_backbone) {
|
||||
this.modifier = modifier;
|
||||
this.flags = flags;
|
||||
|
||||
Reference in New Issue
Block a user