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,53 +15,53 @@ namespace BlendFile.DNA {
[DNAClassAttribute(229, "PointCache")]
public class PointCache {
[DNAFieldAttribute(0, "PointCache", "*next", "PointCache", 1392)]
[DNAFieldAttribute(0, "PointCache", "*next", "PointCache", 4, true)]
public PointCache ptr_next;
[DNAFieldAttribute(1, "PointCache", "*prev", "PointCache", 1392)]
[DNAFieldAttribute(1, "PointCache", "*prev", "PointCache", 4, true)]
public PointCache ptr_prev;
[DNAFieldAttribute(2, "int", "flag", "int", 4)]
[DNAFieldAttribute(2, "int", "flag", "int", 4, false)]
public int flag;
[DNAFieldAttribute(3, "int", "step", "int", 4)]
[DNAFieldAttribute(3, "int", "step", "int", 4, false)]
public int step;
[DNAFieldAttribute(4, "int", "simframe", "int", 4)]
[DNAFieldAttribute(4, "int", "simframe", "int", 4, false)]
public int simframe;
[DNAFieldAttribute(5, "int", "startframe", "int", 4)]
[DNAFieldAttribute(5, "int", "startframe", "int", 4, false)]
public int startframe;
[DNAFieldAttribute(6, "int", "endframe", "int", 4)]
[DNAFieldAttribute(6, "int", "endframe", "int", 4, false)]
public int endframe;
[DNAFieldAttribute(7, "int", "editframe", "int", 4)]
[DNAFieldAttribute(7, "int", "editframe", "int", 4, false)]
public int editframe;
[DNAFieldAttribute(8, "int", "last_exact", "int", 4)]
[DNAFieldAttribute(8, "int", "last_exact", "int", 4, false)]
public int last_exact;
[DNAFieldAttribute(9, "int", "last_valid", "int", 4)]
[DNAFieldAttribute(9, "int", "last_valid", "int", 4, false)]
public int last_valid;
[DNAFieldAttribute(10, "char", "_pad[4]", "System.Char[]", 1)]
[DNAFieldAttribute(10, "char", "_pad[4]", "System.Char[]", 4, false)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(11, "int", "totpoint", "int", 4)]
[DNAFieldAttribute(11, "int", "totpoint", "int", 4, false)]
public int totpoint;
[DNAFieldAttribute(12, "int", "index", "int", 4)]
[DNAFieldAttribute(12, "int", "index", "int", 4, false)]
public int index;
[DNAFieldAttribute(13, "short", "compression", "short", 2)]
[DNAFieldAttribute(13, "short", "compression", "short", 2, false)]
public short compression;
[DNAFieldAttribute(14, "char", "_pad0[2]", "System.Char[]", 1)]
[DNAFieldAttribute(14, "char", "_pad0[2]", "System.Char[]", 2, false)]
public char[] _pad0 = new System.Char[2];
[DNAFieldAttribute(15, "char", "name[64]", "System.Char[]", 1)]
[DNAFieldAttribute(15, "char", "name[64]", "System.Char[]", 64, false)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(16, "char", "prev_name[64]", "System.Char[]", 1)]
[DNAFieldAttribute(16, "char", "prev_name[64]", "System.Char[]", 64, false)]
public char[] prev_name = new System.Char[64];
[DNAFieldAttribute(17, "char", "info[128]", "System.Char[]", 1)]
[DNAFieldAttribute(17, "char", "info[128]", "System.Char[]", 128, false)]
public char[] info = new System.Char[128];
[DNAFieldAttribute(18, "char", "path[1024]", "System.Char[]", 1)]
[DNAFieldAttribute(18, "char", "path[1024]", "System.Char[]", 1024, false)]
public char[] path = new System.Char[1024];
[DNAFieldAttribute(19, "char", "*cached_frames", "char", 1)]
[DNAFieldAttribute(19, "char", "*cached_frames", "char", 4, true)]
public char ptr_cached_frames;
[DNAFieldAttribute(20, "int", "cached_frames_len", "int", 4)]
[DNAFieldAttribute(20, "int", "cached_frames_len", "int", 4, false)]
public int cached_frames_len;
[DNAFieldAttribute(21, "char", "_pad1[4]", "System.Char[]", 1)]
[DNAFieldAttribute(21, "char", "_pad1[4]", "System.Char[]", 4, false)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(22, "ListBase", "mem_cache", "ListBase", 16)]
[DNAFieldAttribute(22, "ListBase", "mem_cache", "ListBase", 16, false)]
public ListBase mem_cache;
[DNAFieldAttribute(23, "PTCacheEdit", "*edit", "PTCacheEdit", 0)]
[DNAFieldAttribute(23, "PTCacheEdit", "*edit", "PTCacheEdit", 4, true)]
public PTCacheEdit ptr_edit;
public PointCache() {
this.ptr_next = default;