Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -15,57 +15,57 @@ namespace BlendFile.DNA {
[DNAClassAttribute(229, "PointCache", 1384)]
public class PointCache {
[DNAFieldAttribute(0, "PointCache", "*next", "PointCache", 8, true, 0)]
public PointCache ptr_next;
[DNAFieldAttribute(1, "PointCache", "*prev", "PointCache", 8, true, 8)]
public PointCache ptr_prev;
[DNAFieldAttribute(2, "int", "flag", "int", 4, false, 16)]
[DNAFieldAttribute(8, "PointCache", 0, "*next", "PointCache", true, 0)]
public PointCache next;
[DNAFieldAttribute(8, "PointCache", 1, "*prev", "PointCache", true, 8)]
public PointCache prev;
[DNAFieldAttribute(4, "int", 2, "flag", "int", false, 16)]
public int flag;
[DNAFieldAttribute(3, "int", "step", "int", 4, false, 20)]
[DNAFieldAttribute(4, "int", 3, "step", "int", false, 20)]
public int step;
[DNAFieldAttribute(4, "int", "simframe", "int", 4, false, 24)]
[DNAFieldAttribute(4, "int", 4, "simframe", "int", false, 24)]
public int simframe;
[DNAFieldAttribute(5, "int", "startframe", "int", 4, false, 28)]
[DNAFieldAttribute(4, "int", 5, "startframe", "int", false, 28)]
public int startframe;
[DNAFieldAttribute(6, "int", "endframe", "int", 4, false, 32)]
[DNAFieldAttribute(4, "int", 6, "endframe", "int", false, 32)]
public int endframe;
[DNAFieldAttribute(7, "int", "editframe", "int", 4, false, 36)]
[DNAFieldAttribute(4, "int", 7, "editframe", "int", false, 36)]
public int editframe;
[DNAFieldAttribute(8, "int", "last_exact", "int", 4, false, 40)]
[DNAFieldAttribute(4, "int", 8, "last_exact", "int", false, 40)]
public int last_exact;
[DNAFieldAttribute(9, "int", "last_valid", "int", 4, false, 44)]
[DNAFieldAttribute(4, "int", 9, "last_valid", "int", false, 44)]
public int last_valid;
[DNAFieldAttribute(10, "char", "_pad[4]", "System.Char[]", 4, false, 48)]
[DNAFieldAttribute(4, "char", 10, "_pad[4]", "System.Char[]", false, 48)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(11, "int", "totpoint", "int", 4, false, 52)]
[DNAFieldAttribute(4, "int", 11, "totpoint", "int", false, 52)]
public int totpoint;
[DNAFieldAttribute(12, "int", "index", "int", 4, false, 56)]
[DNAFieldAttribute(4, "int", 12, "index", "int", false, 56)]
public int index;
[DNAFieldAttribute(13, "short", "compression", "short", 2, false, 60)]
[DNAFieldAttribute(2, "short", 13, "compression", "short", false, 60)]
public short compression;
[DNAFieldAttribute(14, "char", "_pad0[2]", "System.Char[]", 2, false, 62)]
[DNAFieldAttribute(2, "char", 14, "_pad0[2]", "System.Char[]", false, 62)]
public char[] _pad0 = new System.Char[2];
[DNAFieldAttribute(15, "char", "name[64]", "System.Char[]", 64, false, 64)]
[DNAFieldAttribute(64, "char", 15, "name[64]", "System.Char[]", false, 64)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(16, "char", "prev_name[64]", "System.Char[]", 64, false, 128)]
[DNAFieldAttribute(64, "char", 16, "prev_name[64]", "System.Char[]", false, 128)]
public char[] prev_name = new System.Char[64];
[DNAFieldAttribute(17, "char", "info[128]", "System.Char[]", 128, false, 192)]
[DNAFieldAttribute(128, "char", 17, "info[128]", "System.Char[]", false, 192)]
public char[] info = new System.Char[128];
[DNAFieldAttribute(18, "char", "path[1024]", "System.Char[]", 1024, false, 320)]
[DNAFieldAttribute(1024, "char", 18, "path[1024]", "System.Char[]", false, 320)]
public char[] path = new System.Char[1024];
[DNAFieldAttribute(19, "char", "*cached_frames", "char", 8, true, 1344)]
public char ptr_cached_frames;
[DNAFieldAttribute(20, "int", "cached_frames_len", "int", 4, false, 1352)]
[DNAFieldAttribute(8, "char", 19, "*cached_frames", "char", true, 1344)]
public char cached_frames;
[DNAFieldAttribute(4, "int", 20, "cached_frames_len", "int", false, 1352)]
public int cached_frames_len;
[DNAFieldAttribute(21, "char", "_pad1[4]", "System.Char[]", 4, false, 1356)]
[DNAFieldAttribute(4, "char", 21, "_pad1[4]", "System.Char[]", false, 1356)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(22, "ListBase", "mem_cache", "ListBase", 16, false, 1360)]
[DNAFieldAttribute(16, "ListBase", 22, "mem_cache", "ListBase", false, 1360)]
public ListBase mem_cache;
[DNAFieldAttribute(23, "PTCacheEdit", "*edit", "PTCacheEdit", 8, true, 1376)]
public PTCacheEdit ptr_edit;
[DNAFieldAttribute(8, "PTCacheEdit", 23, "*edit", "PTCacheEdit", true, 1376)]
public PTCacheEdit edit;
public PointCache() {
this.ptr_next = default;
this.ptr_prev = default;
this.next = default;
this.prev = default;
this.flag = default;
this.step = default;
this.simframe = default;
@@ -83,15 +83,15 @@ namespace BlendFile.DNA {
this.prev_name = default;
this.info = default;
this.path = default;
this.ptr_cached_frames = default;
this.cached_frames = default;
this.cached_frames_len = default;
this._pad1 = default;
this.mem_cache = default;
this.ptr_edit = default;
this.edit = default;
}
public PointCache(
PointCache ptr_next,
PointCache ptr_prev,
PointCache next,
PointCache prev,
int flag,
int step,
int simframe,
@@ -109,13 +109,13 @@ namespace BlendFile.DNA {
char[] prev_name,
char[] info,
char[] path,
char ptr_cached_frames,
char cached_frames,
int cached_frames_len,
char[] _pad1,
ListBase mem_cache,
PTCacheEdit ptr_edit) {
this.ptr_next = ptr_next;
this.ptr_prev = ptr_prev;
PTCacheEdit edit) {
this.next = next;
this.prev = prev;
this.flag = flag;
this.step = step;
this.simframe = simframe;
@@ -133,11 +133,11 @@ namespace BlendFile.DNA {
this.prev_name = prev_name;
this.info = info;
this.path = path;
this.ptr_cached_frames = ptr_cached_frames;
this.cached_frames = cached_frames;
this.cached_frames_len = cached_frames_len;
this._pad1 = _pad1;
this.mem_cache = mem_cache;
this.ptr_edit = ptr_edit;
this.edit = edit;
}
}
}