Generated new code and added initial data handling
This commit is contained in:
@@ -21,6 +21,11 @@ namespace BlendFile.DNA {
|
||||
public int flag;
|
||||
[DNAFieldAttribute(2, "int", "mode", 4)]
|
||||
public int mode;
|
||||
public GpPaint() {
|
||||
this.paint = default;
|
||||
this.flag = default;
|
||||
this.mode = default;
|
||||
}
|
||||
public GpPaint(Paint paint, int flag, int mode) {
|
||||
this.paint = paint;
|
||||
this.flag = flag;
|
||||
|
||||
Reference in New Issue
Block a user