regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -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;