regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

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