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,53 +15,53 @@ namespace BlendFile.DNA {
[DNAClassAttribute(72, "SpaceAction", 344)]
public class SpaceAction {
[DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 8, true, 0)]
public SpaceLink ptr_next;
[DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 8, true, 8)]
public SpaceLink ptr_prev;
[DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16, false, 16)]
[DNAFieldAttribute(8, "SpaceLink", 0, "*next", "SpaceLink", true, 0)]
public SpaceLink next;
[DNAFieldAttribute(8, "SpaceLink", 1, "*prev", "SpaceLink", true, 8)]
public SpaceLink prev;
[DNAFieldAttribute(16, "ListBase", 2, "regionbase", "ListBase", false, 16)]
public ListBase regionbase;
[DNAFieldAttribute(3, "char", "spacetype", "char", 1, false, 32)]
[DNAFieldAttribute(1, "char", 3, "spacetype", "char", false, 32)]
public char spacetype;
[DNAFieldAttribute(4, "char", "link_flag", "char", 1, false, 33)]
[DNAFieldAttribute(1, "char", 4, "link_flag", "char", false, 33)]
public char link_flag;
[DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 6, false, 34)]
[DNAFieldAttribute(6, "char", 5, "_pad0[6]", "System.Char[]", false, 34)]
public char[] _pad0 = new System.Char[6];
[DNAFieldAttribute(6, "View2D", "v2d", "View2D", 152, false, 40)]
[DNAFieldAttribute(152, "View2D", 6, "v2d", "View2D", false, 40)]
public View2D v2d;
[DNAFieldAttribute(7, "bAction", "*action", "bAction", 8, true, 192)]
public bAction ptr_action;
[DNAFieldAttribute(8, "int", "action_slot_handle", "int", 4, false, 200)]
[DNAFieldAttribute(8, "bAction", 7, "*action", "bAction", true, 192)]
public bAction action;
[DNAFieldAttribute(4, "int", 8, "action_slot_handle", "int", false, 200)]
public int action_slot_handle;
[DNAFieldAttribute(9, "char", "_pad2[4]", "System.Char[]", 4, false, 204)]
[DNAFieldAttribute(4, "char", 9, "_pad2[4]", "System.Char[]", false, 204)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(10, "bDopeSheet", "ads", "bDopeSheet", 112, false, 208)]
[DNAFieldAttribute(112, "bDopeSheet", 10, "ads", "bDopeSheet", false, 208)]
public bDopeSheet ads;
[DNAFieldAttribute(11, "float", "timeslide", "float", 4, false, 320)]
[DNAFieldAttribute(4, "float", 11, "timeslide", "float", false, 320)]
public float timeslide;
[DNAFieldAttribute(12, "short", "flag", "short", 2, false, 324)]
[DNAFieldAttribute(2, "short", 12, "flag", "short", false, 324)]
public short flag;
[DNAFieldAttribute(13, "char", "mode", "char", 1, false, 326)]
[DNAFieldAttribute(1, "char", 13, "mode", "char", false, 326)]
public char mode;
[DNAFieldAttribute(14, "char", "mode_prev", "char", 1, false, 327)]
[DNAFieldAttribute(1, "char", 14, "mode_prev", "char", false, 327)]
public char mode_prev;
[DNAFieldAttribute(15, "char", "autosnap", "char", 1, false, 328)]
[DNAFieldAttribute(1, "char", 15, "autosnap", "char", false, 328)]
public char autosnap;
[DNAFieldAttribute(16, "char", "cache_display", "char", 1, false, 329)]
[DNAFieldAttribute(1, "char", 16, "cache_display", "char", false, 329)]
public char cache_display;
[DNAFieldAttribute(17, "char", "_pad1[6]", "System.Char[]", 6, false, 330)]
[DNAFieldAttribute(6, "char", 17, "_pad1[6]", "System.Char[]", false, 330)]
public char[] _pad1 = new System.Char[6];
[DNAFieldAttribute(18, "SpaceAction_Runtime", "runtime", "SpaceAction_Runtime", 8, false, 336)]
[DNAFieldAttribute(8, "SpaceAction_Runtime", 18, "runtime", "SpaceAction_Runtime", false, 336)]
public SpaceAction_Runtime runtime;
public SpaceAction() {
this.ptr_next = default;
this.ptr_prev = default;
this.next = default;
this.prev = default;
this.regionbase = default;
this.spacetype = default;
this.link_flag = default;
this._pad0 = default;
this.v2d = default;
this.ptr_action = default;
this.action = default;
this.action_slot_handle = default;
this._pad2 = default;
this.ads = default;
@@ -75,14 +75,14 @@ namespace BlendFile.DNA {
this.runtime = default;
}
public SpaceAction(
SpaceLink ptr_next,
SpaceLink ptr_prev,
SpaceLink next,
SpaceLink prev,
ListBase regionbase,
char spacetype,
char link_flag,
char[] _pad0,
View2D v2d,
bAction ptr_action,
bAction action,
int action_slot_handle,
char[] _pad2,
bDopeSheet ads,
@@ -94,14 +94,14 @@ namespace BlendFile.DNA {
char cache_display,
char[] _pad1,
SpaceAction_Runtime runtime) {
this.ptr_next = ptr_next;
this.ptr_prev = ptr_prev;
this.next = next;
this.prev = prev;
this.regionbase = regionbase;
this.spacetype = spacetype;
this.link_flag = link_flag;
this._pad0 = _pad0;
this.v2d = v2d;
this.ptr_action = ptr_action;
this.action = action;
this.action_slot_handle = action_slot_handle;
this._pad2 = _pad2;
this.ads = ads;