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,47 +15,47 @@ namespace BlendFile.DNA {
[DNAClassAttribute(932, "SpaceIpo", 248)]
public class SpaceIpo {
[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, "bDopeSheet", "*ads", "bDopeSheet", 8, true, 192)]
public bDopeSheet ptr_ads;
[DNAFieldAttribute(8, "short", "mode", "short", 2, false, 200)]
[DNAFieldAttribute(8, "bDopeSheet", 7, "*ads", "bDopeSheet", true, 192)]
public bDopeSheet ads;
[DNAFieldAttribute(2, "short", 8, "mode", "short", false, 200)]
public short mode;
[DNAFieldAttribute(9, "short", "autosnap", "short", 2, false, 202)]
[DNAFieldAttribute(2, "short", 9, "autosnap", "short", false, 202)]
public short autosnap;
[DNAFieldAttribute(10, "int", "flag", "int", 4, false, 204)]
[DNAFieldAttribute(4, "int", 10, "flag", "int", false, 204)]
public int flag;
[DNAFieldAttribute(11, "float", "cursorTime", "float", 4, false, 208)]
[DNAFieldAttribute(4, "float", 11, "cursorTime", "float", false, 208)]
public float cursorTime;
[DNAFieldAttribute(12, "float", "cursorVal", "float", 4, false, 212)]
[DNAFieldAttribute(4, "float", 12, "cursorVal", "float", false, 212)]
public float cursorVal;
[DNAFieldAttribute(13, "int", "around", "int", 4, false, 216)]
[DNAFieldAttribute(4, "int", 13, "around", "int", false, 216)]
public int around;
[DNAFieldAttribute(14, "char", "_pad[4]", "System.Char[]", 4, false, 220)]
[DNAFieldAttribute(4, "char", 14, "_pad[4]", "System.Char[]", false, 220)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(15, "SpaceGraph_Runtime", "runtime", "SpaceGraph_Runtime", 24, false, 224)]
[DNAFieldAttribute(24, "SpaceGraph_Runtime", 15, "runtime", "SpaceGraph_Runtime", false, 224)]
public SpaceGraph_Runtime runtime;
public SpaceIpo() {
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_ads = default;
this.ads = default;
this.mode = default;
this.autosnap = default;
this.flag = default;
@@ -66,14 +66,14 @@ namespace BlendFile.DNA {
this.runtime = default;
}
public SpaceIpo(
SpaceLink ptr_next,
SpaceLink ptr_prev,
SpaceLink next,
SpaceLink prev,
ListBase regionbase,
char spacetype,
char link_flag,
char[] _pad0,
View2D v2d,
bDopeSheet ptr_ads,
bDopeSheet ads,
short mode,
short autosnap,
int flag,
@@ -82,14 +82,14 @@ namespace BlendFile.DNA {
int around,
char[] _pad,
SpaceGraph_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_ads = ptr_ads;
this.ads = ads;
this.mode = mode;
this.autosnap = autosnap;
this.flag = flag;