Generated new code and added initial data handling
This commit is contained in:
@@ -29,6 +29,15 @@ namespace BlendFile.DNA {
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(6, "NodeCryptomatte_Runtime", "runtime", 40)]
|
||||
public NodeCryptomatte_Runtime runtime;
|
||||
public NodeCryptomatte() {
|
||||
this.iuser = default;
|
||||
this.entries = default;
|
||||
this.layer_name = default;
|
||||
this.ptr_matte_id = default;
|
||||
this.num_inputs = default;
|
||||
this._pad = default;
|
||||
this.runtime = default;
|
||||
}
|
||||
public NodeCryptomatte(ImageUser iuser, ListBase entries, char[] layer_name, char ptr_matte_id, int num_inputs, char[] _pad, NodeCryptomatte_Runtime runtime) {
|
||||
this.iuser = iuser;
|
||||
this.entries = entries;
|
||||
|
||||
Reference in New Issue
Block a user