Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -19,13 +19,13 @@ namespace BlendFile.DNA {
public ImageUser iuser;
[DNAFieldAttribute(16, "ListBase", 1, "entries", "ListBase", false, 40)]
public ListBase entries;
[DNAFieldAttribute(64, "char", 2, "layer_name[64]", "System.Char[]", false, 56)]
[DNAArrayAttribute(64, "char", 2, "layer_name[64]", "System.Char[]", 64, 56)]
public char[] layer_name = new System.Char[64];
[DNAFieldAttribute(8, "char", 3, "*matte_id", "char", true, 120)]
public char matte_id;
[DNAFieldAttribute(4, "int", 4, "num_inputs", "int", false, 128)]
public int num_inputs;
[DNAFieldAttribute(4, "char", 5, "_pad[4]", "System.Char[]", false, 132)]
[DNAArrayAttribute(4, "char", 5, "_pad[4]", "System.Char[]", 4, 132)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(40, "NodeCryptomatte_Runtime", 6, "runtime", "NodeCryptomatte_Runtime", false, 136)]
public NodeCryptomatte_Runtime runtime;