Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -25,7 +25,7 @@ namespace BlendFile.DNA {
public char spacetype;
[DNAFieldAttribute(1, "char", 4, "link_flag", "char", false, 33)]
public char link_flag;
[DNAFieldAttribute(6, "char", 5, "_pad0[6]", "System.Char[]", false, 34)]
[DNAArrayAttribute(6, "char", 5, "_pad0[6]", "System.Char[]", 6, 34)]
public char[] _pad0 = new System.Char[6];
[DNAFieldAttribute(152, "View2D", 6, "v2d", "View2D", false, 40)]
public View2D v2d;
@@ -33,7 +33,7 @@ namespace BlendFile.DNA {
public bAction action;
[DNAFieldAttribute(4, "int", 8, "action_slot_handle", "int", false, 200)]
public int action_slot_handle;
[DNAFieldAttribute(4, "char", 9, "_pad2[4]", "System.Char[]", false, 204)]
[DNAArrayAttribute(4, "char", 9, "_pad2[4]", "System.Char[]", 4, 204)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(112, "bDopeSheet", 10, "ads", "bDopeSheet", false, 208)]
public bDopeSheet ads;
@@ -49,7 +49,7 @@ namespace BlendFile.DNA {
public char autosnap;
[DNAFieldAttribute(1, "char", 16, "cache_display", "char", false, 329)]
public char cache_display;
[DNAFieldAttribute(6, "char", 17, "_pad1[6]", "System.Char[]", false, 330)]
[DNAArrayAttribute(6, "char", 17, "_pad1[6]", "System.Char[]", 6, 330)]
public char[] _pad1 = new System.Char[6];
[DNAFieldAttribute(8, "SpaceAction_Runtime", 18, "runtime", "SpaceAction_Runtime", false, 336)]
public SpaceAction_Runtime runtime;