regenerated files
This commit is contained in:
@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(265, "bGPDframe")]
|
||||
public class bGPDframe {
|
||||
[DNAFieldAttribute(0, "bGPDframe", "*next", 56)]
|
||||
[DNAFieldAttribute(0, "bGPDframe", "*next", "bGPDframe", 56)]
|
||||
public bGPDframe ptr_next;
|
||||
[DNAFieldAttribute(1, "bGPDframe", "*prev", 56)]
|
||||
[DNAFieldAttribute(1, "bGPDframe", "*prev", "bGPDframe", 56)]
|
||||
public bGPDframe ptr_prev;
|
||||
[DNAFieldAttribute(2, "ListBase", "strokes", 16)]
|
||||
[DNAFieldAttribute(2, "ListBase", "strokes", "ListBase", 16)]
|
||||
public ListBase strokes;
|
||||
[DNAFieldAttribute(3, "int", "framenum", 4)]
|
||||
[DNAFieldAttribute(3, "int", "framenum", "int", 4)]
|
||||
public int framenum;
|
||||
[DNAFieldAttribute(4, "short", "flag", 2)]
|
||||
[DNAFieldAttribute(4, "short", "flag", "short", 2)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(5, "short", "key_type", 2)]
|
||||
[DNAFieldAttribute(5, "short", "key_type", "short", 2)]
|
||||
public short key_type;
|
||||
[DNAFieldAttribute(6, "bGPDframe_Runtime", "runtime", 16)]
|
||||
[DNAFieldAttribute(6, "bGPDframe_Runtime", "runtime", "bGPDframe_Runtime", 16)]
|
||||
public bGPDframe_Runtime runtime;
|
||||
public bGPDframe() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user