Regenerated all the files
This commit is contained in:
@@ -11,10 +11,14 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class CryptomatteLayer {
|
||||
[DNAFieldAttribute(0, "CryptomatteEntry", "*next", 88)]
|
||||
public CryptomatteEntry ptr_next;
|
||||
[DNAFieldAttribute(1, "CryptomatteEntry", "*prev", 88)]
|
||||
public CryptomatteEntry ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "name[64]", 1)]
|
||||
public char[] name = new System.Char[64];
|
||||
public CryptomatteLayer(CryptomatteEntry ptr_next, CryptomatteEntry ptr_prev, char[] name) {
|
||||
this.ptr_next = ptr_next;
|
||||
|
||||
Reference in New Issue
Block a user