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