Generated new code and added initial data handling
This commit is contained in:
@@ -19,6 +19,10 @@ namespace BlendFile.DNA {
|
||||
public int pass_index;
|
||||
[DNAFieldAttribute(1, "char", "pass_name[64]", 1)]
|
||||
public char[] pass_name = new System.Char[64];
|
||||
public NodeImageLayer() {
|
||||
this.pass_index = default;
|
||||
this.pass_name = default;
|
||||
}
|
||||
public NodeImageLayer(int pass_index, char[] pass_name) {
|
||||
this.pass_index = pass_index;
|
||||
this.pass_name = pass_name;
|
||||
|
||||
Reference in New Issue
Block a user