Generated new code and added initial data handling
This commit is contained in:
@@ -21,6 +21,11 @@ namespace BlendFile.DNA {
|
||||
public short ob_mode;
|
||||
[DNAFieldAttribute(2, "char", "_pad[2]", 1)]
|
||||
public char[] _pad = new System.Char[2];
|
||||
public Paint_Runtime() {
|
||||
this.initialized = default;
|
||||
this.ob_mode = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public Paint_Runtime(int initialized, short ob_mode, char[] _pad) {
|
||||
this.initialized = initialized;
|
||||
this.ob_mode = ob_mode;
|
||||
|
||||
Reference in New Issue
Block a user