regenerated files
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user