Generated new code and added initial data handling
This commit is contained in:
@@ -29,6 +29,15 @@ namespace BlendFile.DNA {
|
||||
public int mat_nr;
|
||||
[DNAFieldAttribute(6, "int", "flag", 4)]
|
||||
public int flag;
|
||||
public GreasePencilDashModifierSegment() {
|
||||
this.name = default;
|
||||
this.dash = default;
|
||||
this.gap = default;
|
||||
this.radius = default;
|
||||
this.opacity = default;
|
||||
this.mat_nr = default;
|
||||
this.flag = default;
|
||||
}
|
||||
public GreasePencilDashModifierSegment(char[] name, int dash, int gap, float radius, float opacity, int mat_nr, int flag) {
|
||||
this.name = name;
|
||||
this.dash = dash;
|
||||
|
||||
Reference in New Issue
Block a user