Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -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;