regenerated files
This commit is contained in:
@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(670, "CryptomatteLayer")]
|
||||
public class CryptomatteLayer {
|
||||
[DNAFieldAttribute(0, "CryptomatteEntry", "*next", "CryptomatteEntry", 88)]
|
||||
[DNAFieldAttribute(0, "CryptomatteEntry", "*next", "CryptomatteEntry", 4, true)]
|
||||
public CryptomatteEntry ptr_next;
|
||||
[DNAFieldAttribute(1, "CryptomatteEntry", "*prev", "CryptomatteEntry", 88)]
|
||||
[DNAFieldAttribute(1, "CryptomatteEntry", "*prev", "CryptomatteEntry", 4, true)]
|
||||
public CryptomatteEntry ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 64, false)]
|
||||
public char[] name = new System.Char[64];
|
||||
public CryptomatteLayer() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user