regenerated files
This commit is contained in:
@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(791, "PTCacheMem")]
|
||||
public class PTCacheMem {
|
||||
[DNAFieldAttribute(0, "PTCacheMem", "*next", 112)]
|
||||
[DNAFieldAttribute(0, "PTCacheMem", "*next", "PTCacheMem", 112)]
|
||||
public PTCacheMem ptr_next;
|
||||
[DNAFieldAttribute(1, "PTCacheMem", "*prev", 112)]
|
||||
[DNAFieldAttribute(1, "PTCacheMem", "*prev", "PTCacheMem", 112)]
|
||||
public PTCacheMem ptr_prev;
|
||||
[DNAFieldAttribute(2, "int", "frame", 4)]
|
||||
[DNAFieldAttribute(2, "int", "frame", "int", 4)]
|
||||
public int frame;
|
||||
[DNAFieldAttribute(3, "int", "totpoint", 4)]
|
||||
[DNAFieldAttribute(3, "int", "totpoint", "int", 4)]
|
||||
public int totpoint;
|
||||
[DNAFieldAttribute(4, "int", "data_types", 4)]
|
||||
[DNAFieldAttribute(4, "int", "data_types", "int", 4)]
|
||||
public int data_types;
|
||||
[DNAFieldAttribute(5, "int", "flag", 4)]
|
||||
[DNAFieldAttribute(5, "int", "flag", "int", 4)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(6, "void", "*data[8]", 0)]
|
||||
[DNAFieldAttribute(6, "void", "*data[8]", "System.Object[]", 0)]
|
||||
public object[] ptr_d = new System.Object[8];
|
||||
[DNAFieldAttribute(7, "ListBase", "extradata", 16)]
|
||||
[DNAFieldAttribute(7, "ListBase", "extradata", "ListBase", 16)]
|
||||
public ListBase extradata;
|
||||
public PTCacheMem() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user