regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(791, "PTCacheMem")]
public class PTCacheMem {
[DNAFieldAttribute(0, "PTCacheMem", "*next", "PTCacheMem", 112)]
[DNAFieldAttribute(0, "PTCacheMem", "*next", "PTCacheMem", 4, true)]
public PTCacheMem ptr_next;
[DNAFieldAttribute(1, "PTCacheMem", "*prev", "PTCacheMem", 112)]
[DNAFieldAttribute(1, "PTCacheMem", "*prev", "PTCacheMem", 4, true)]
public PTCacheMem ptr_prev;
[DNAFieldAttribute(2, "int", "frame", "int", 4)]
[DNAFieldAttribute(2, "int", "frame", "int", 4, false)]
public int frame;
[DNAFieldAttribute(3, "int", "totpoint", "int", 4)]
[DNAFieldAttribute(3, "int", "totpoint", "int", 4, false)]
public int totpoint;
[DNAFieldAttribute(4, "int", "data_types", "int", 4)]
[DNAFieldAttribute(4, "int", "data_types", "int", 4, false)]
public int data_types;
[DNAFieldAttribute(5, "int", "flag", "int", 4)]
[DNAFieldAttribute(5, "int", "flag", "int", 4, false)]
public int flag;
[DNAFieldAttribute(6, "void", "*data[8]", "System.Object[]", 0)]
[DNAFieldAttribute(6, "void", "*data[8]", "System.Object[]", 32, true)]
public object[] ptr_d = new System.Object[8];
[DNAFieldAttribute(7, "ListBase", "extradata", "ListBase", 16)]
[DNAFieldAttribute(7, "ListBase", "extradata", "ListBase", 16, false)]
public ListBase extradata;
public PTCacheMem() {
this.ptr_next = default;