Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(265, "bGPDframe", 56)]
public class bGPDframe {
[DNAFieldAttribute(0, "bGPDframe", "*next", "bGPDframe", 8, true)]
[DNAFieldAttribute(0, "bGPDframe", "*next", "bGPDframe", 8, true, 0)]
public bGPDframe ptr_next;
[DNAFieldAttribute(1, "bGPDframe", "*prev", "bGPDframe", 8, true)]
[DNAFieldAttribute(1, "bGPDframe", "*prev", "bGPDframe", 8, true, 8)]
public bGPDframe ptr_prev;
[DNAFieldAttribute(2, "ListBase", "strokes", "ListBase", 16, false)]
[DNAFieldAttribute(2, "ListBase", "strokes", "ListBase", 16, false, 16)]
public ListBase strokes;
[DNAFieldAttribute(3, "int", "framenum", "int", 4, false)]
[DNAFieldAttribute(3, "int", "framenum", "int", 4, false, 32)]
public int framenum;
[DNAFieldAttribute(4, "short", "flag", "short", 2, false)]
[DNAFieldAttribute(4, "short", "flag", "short", 2, false, 36)]
public short flag;
[DNAFieldAttribute(5, "short", "key_type", "short", 2, false)]
[DNAFieldAttribute(5, "short", "key_type", "short", 2, false, 38)]
public short key_type;
[DNAFieldAttribute(6, "bGPDframe_Runtime", "runtime", "bGPDframe_Runtime", 16, false)]
[DNAFieldAttribute(6, "bGPDframe_Runtime", "runtime", "bGPDframe_Runtime", 16, false, 40)]
public bGPDframe_Runtime runtime;
public bGPDframe() {
this.ptr_next = default;