regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(672, "NodeCryptomatte")]
public class NodeCryptomatte {
[DNAFieldAttribute(0, "ImageUser", "iuser", "ImageUser", 40)]
[DNAFieldAttribute(0, "ImageUser", "iuser", "ImageUser", 40, false)]
public ImageUser iuser;
[DNAFieldAttribute(1, "ListBase", "entries", "ListBase", 16)]
[DNAFieldAttribute(1, "ListBase", "entries", "ListBase", 16, false)]
public ListBase entries;
[DNAFieldAttribute(2, "char", "layer_name[64]", "System.Char[]", 1)]
[DNAFieldAttribute(2, "char", "layer_name[64]", "System.Char[]", 64, false)]
public char[] layer_name = new System.Char[64];
[DNAFieldAttribute(3, "char", "*matte_id", "char", 1)]
[DNAFieldAttribute(3, "char", "*matte_id", "char", 4, true)]
public char ptr_matte_id;
[DNAFieldAttribute(4, "int", "num_inputs", "int", 4)]
[DNAFieldAttribute(4, "int", "num_inputs", "int", 4, false)]
public int num_inputs;
[DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 1)]
[DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 4, false)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(6, "NodeCryptomatte_Runtime", "runtime", "NodeCryptomatte_Runtime", 40)]
[DNAFieldAttribute(6, "NodeCryptomatte_Runtime", "runtime", "NodeCryptomatte_Runtime", 40, false)]
public NodeCryptomatte_Runtime runtime;
public NodeCryptomatte() {
this.iuser = default;