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