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,172 +15,172 @@ namespace BlendFile.DNA {
[DNAClassAttribute(210, "Curve", 640)]
public class Curve {
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false, 0)]
[DNAFieldAttribute(208, "ID", 0, "id", "ID", false, 0)]
public ID id;
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true, 208)]
public AnimData ptr_adt;
[DNAFieldAttribute(2, "ListBase", "nurb", "ListBase", 16, false, 216)]
[DNAFieldAttribute(8, "AnimData", 1, "*adt", "AnimData", true, 208)]
public AnimData adt;
[DNAFieldAttribute(16, "ListBase", 2, "nurb", "ListBase", false, 216)]
public ListBase nurb;
[DNAFieldAttribute(3, "EditNurb", "*editnurb", "EditNurb", 8, true, 232)]
public EditNurb ptr_editnurb;
[DNAFieldAttribute(4, "Object", "*bevobj", "Object", 8, true, 240)]
public Object ptr_bevobj;
[DNAFieldAttribute(5, "Object", "*taperobj", "Object", 8, true, 248)]
public Object ptr_taperobj;
[DNAFieldAttribute(6, "Object", "*textoncurve", "Object", 8, true, 256)]
public Object ptr_textoncurve;
[DNAFieldAttribute(7, "Ipo", "*ipo", "Ipo", 8, true, 264)]
public Ipo ptr_ipo;
[DNAFieldAttribute(8, "Key", "*key", "Key", 8, true, 272)]
public Key ptr_key;
[DNAFieldAttribute(9, "Material", "**mat", "Material", 8, true, 280)]
public Material ptr_ptr_mat;
[DNAFieldAttribute(10, "CurveProfile", "*bevel_profile", "CurveProfile", 8, true, 288)]
public CurveProfile ptr_bevel_profile;
[DNAFieldAttribute(11, "float", "loc[3]", "System.Single[]", 12, false, 296)]
[DNAFieldAttribute(8, "EditNurb", 3, "*editnurb", "EditNurb", true, 232)]
public EditNurb editnurb;
[DNAFieldAttribute(8, "Object", 4, "*bevobj", "Object", true, 240)]
public Object bevobj;
[DNAFieldAttribute(8, "Object", 5, "*taperobj", "Object", true, 248)]
public Object taperobj;
[DNAFieldAttribute(8, "Object", 6, "*textoncurve", "Object", true, 256)]
public Object textoncurve;
[DNAFieldAttribute(8, "Ipo", 7, "*ipo", "Ipo", true, 264)]
public Ipo ipo;
[DNAFieldAttribute(8, "Key", 8, "*key", "Key", true, 272)]
public Key key;
[DNAFieldAttribute(8, "Material", 9, "**mat", "Material", true, 280)]
public Material mat;
[DNAFieldAttribute(8, "CurveProfile", 10, "*bevel_profile", "CurveProfile", true, 288)]
public CurveProfile bevel_profile;
[DNAFieldAttribute(12, "float", 11, "loc[3]", "System.Single[]", false, 296)]
public float[] loc = new System.Single[3];
[DNAFieldAttribute(12, "float", "size[3]", "System.Single[]", 12, false, 308)]
[DNAFieldAttribute(12, "float", 12, "size[3]", "System.Single[]", false, 308)]
public float[] size = new System.Single[3];
[DNAFieldAttribute(13, "short", "type", "short", 2, false, 320)]
[DNAFieldAttribute(2, "short", 13, "type", "short", false, 320)]
public short type;
[DNAFieldAttribute(14, "char", "texflag", "char", 1, false, 322)]
[DNAFieldAttribute(1, "char", 14, "texflag", "char", false, 322)]
public char texflag;
[DNAFieldAttribute(15, "char", "_pad0[7]", "System.Char[]", 7, false, 323)]
[DNAFieldAttribute(7, "char", 15, "_pad0[7]", "System.Char[]", false, 323)]
public char[] _pad0 = new System.Char[7];
[DNAFieldAttribute(16, "short", "twist_mode", "short", 2, false, 330)]
[DNAFieldAttribute(2, "short", 16, "twist_mode", "short", false, 330)]
public short twist_mode;
[DNAFieldAttribute(17, "float", "twist_smooth", "float", 4, false, 332)]
[DNAFieldAttribute(4, "float", 17, "twist_smooth", "float", false, 332)]
public float twist_smooth;
[DNAFieldAttribute(18, "float", "smallcaps_scale", "float", 4, false, 336)]
[DNAFieldAttribute(4, "float", 18, "smallcaps_scale", "float", false, 336)]
public float smallcaps_scale;
[DNAFieldAttribute(19, "int", "pathlen", "int", 4, false, 340)]
[DNAFieldAttribute(4, "int", 19, "pathlen", "int", false, 340)]
public int pathlen;
[DNAFieldAttribute(20, "short", "bevresol", "short", 2, false, 344)]
[DNAFieldAttribute(2, "short", 20, "bevresol", "short", false, 344)]
public short bevresol;
[DNAFieldAttribute(21, "short", "totcol", "short", 2, false, 346)]
[DNAFieldAttribute(2, "short", 21, "totcol", "short", false, 346)]
public short totcol;
[DNAFieldAttribute(22, "int", "flag", "int", 4, false, 348)]
[DNAFieldAttribute(4, "int", 22, "flag", "int", false, 348)]
public int flag;
[DNAFieldAttribute(23, "float", "width", "float", 4, false, 352)]
[DNAFieldAttribute(4, "float", 23, "width", "float", false, 352)]
public float width;
[DNAFieldAttribute(24, "float", "ext1", "float", 4, false, 356)]
[DNAFieldAttribute(4, "float", 24, "ext1", "float", false, 356)]
public float ext1;
[DNAFieldAttribute(25, "float", "ext2", "float", 4, false, 360)]
[DNAFieldAttribute(4, "float", 25, "ext2", "float", false, 360)]
public float ext2;
[DNAFieldAttribute(26, "short", "resolu", "short", 2, false, 364)]
[DNAFieldAttribute(2, "short", 26, "resolu", "short", false, 364)]
public short resolu;
[DNAFieldAttribute(27, "short", "resolv", "short", 2, false, 366)]
[DNAFieldAttribute(2, "short", 27, "resolv", "short", false, 366)]
public short resolv;
[DNAFieldAttribute(28, "short", "resolu_ren", "short", 2, false, 368)]
[DNAFieldAttribute(2, "short", 28, "resolu_ren", "short", false, 368)]
public short resolu_ren;
[DNAFieldAttribute(29, "short", "resolv_ren", "short", 2, false, 370)]
[DNAFieldAttribute(2, "short", 29, "resolv_ren", "short", false, 370)]
public short resolv_ren;
[DNAFieldAttribute(30, "int", "actnu", "int", 4, false, 372)]
[DNAFieldAttribute(4, "int", 30, "actnu", "int", false, 372)]
public int actnu;
[DNAFieldAttribute(31, "int", "actvert", "int", 4, false, 376)]
[DNAFieldAttribute(4, "int", 31, "actvert", "int", false, 376)]
public int actvert;
[DNAFieldAttribute(32, "char", "overflow", "char", 1, false, 380)]
[DNAFieldAttribute(1, "char", 32, "overflow", "char", false, 380)]
public char overflow;
[DNAFieldAttribute(33, "char", "spacemode", "char", 1, false, 381)]
[DNAFieldAttribute(1, "char", 33, "spacemode", "char", false, 381)]
public char spacemode;
[DNAFieldAttribute(34, "char", "align_y", "char", 1, false, 382)]
[DNAFieldAttribute(1, "char", 34, "align_y", "char", false, 382)]
public char align_y;
[DNAFieldAttribute(35, "char", "bevel_mode", "char", 1, false, 383)]
[DNAFieldAttribute(1, "char", 35, "bevel_mode", "char", false, 383)]
public char bevel_mode;
[DNAFieldAttribute(36, "char", "taper_radius_mode", "char", 1, false, 384)]
[DNAFieldAttribute(1, "char", 36, "taper_radius_mode", "char", false, 384)]
public char taper_radius_mode;
[DNAFieldAttribute(37, "char", "_pad", "char", 1, false, 385)]
[DNAFieldAttribute(1, "char", 37, "_pad", "char", false, 385)]
public char _pad;
[DNAFieldAttribute(38, "short", "lines", "short", 2, false, 386)]
[DNAFieldAttribute(2, "short", 38, "lines", "short", false, 386)]
public short lines;
[DNAFieldAttribute(39, "float", "spacing", "float", 4, false, 388)]
[DNAFieldAttribute(4, "float", 39, "spacing", "float", false, 388)]
public float spacing;
[DNAFieldAttribute(40, "float", "linedist", "float", 4, false, 392)]
[DNAFieldAttribute(4, "float", 40, "linedist", "float", false, 392)]
public float linedist;
[DNAFieldAttribute(41, "float", "shear", "float", 4, false, 396)]
[DNAFieldAttribute(4, "float", 41, "shear", "float", false, 396)]
public float shear;
[DNAFieldAttribute(42, "float", "fsize", "float", 4, false, 400)]
[DNAFieldAttribute(4, "float", 42, "fsize", "float", false, 400)]
public float fsize;
[DNAFieldAttribute(43, "float", "wordspace", "float", 4, false, 404)]
[DNAFieldAttribute(4, "float", 43, "wordspace", "float", false, 404)]
public float wordspace;
[DNAFieldAttribute(44, "float", "ulpos", "float", 4, false, 408)]
[DNAFieldAttribute(4, "float", 44, "ulpos", "float", false, 408)]
public float ulpos;
[DNAFieldAttribute(45, "float", "ulheight", "float", 4, false, 412)]
[DNAFieldAttribute(4, "float", 45, "ulheight", "float", false, 412)]
public float ulheight;
[DNAFieldAttribute(46, "float", "xof", "float", 4, false, 416)]
[DNAFieldAttribute(4, "float", 46, "xof", "float", false, 416)]
public float xof;
[DNAFieldAttribute(47, "float", "yof", "float", 4, false, 420)]
[DNAFieldAttribute(4, "float", 47, "yof", "float", false, 420)]
public float yof;
[DNAFieldAttribute(48, "float", "linewidth", "float", 4, false, 424)]
[DNAFieldAttribute(4, "float", 48, "linewidth", "float", false, 424)]
public float linewidth;
[DNAFieldAttribute(49, "int", "pos", "int", 4, false, 428)]
[DNAFieldAttribute(4, "int", 49, "pos", "int", false, 428)]
public int pos;
[DNAFieldAttribute(50, "int", "selstart", "int", 4, false, 432)]
[DNAFieldAttribute(4, "int", 50, "selstart", "int", false, 432)]
public int selstart;
[DNAFieldAttribute(51, "int", "selend", "int", 4, false, 436)]
[DNAFieldAttribute(4, "int", 51, "selend", "int", false, 436)]
public int selend;
[DNAFieldAttribute(52, "int", "len_wchar", "int", 4, false, 440)]
[DNAFieldAttribute(4, "int", 52, "len_wchar", "int", false, 440)]
public int len_wchar;
[DNAFieldAttribute(53, "int", "len", "int", 4, false, 444)]
[DNAFieldAttribute(4, "int", 53, "len", "int", false, 444)]
public int len;
[DNAFieldAttribute(54, "char", "*str", "char", 8, true, 448)]
public char ptr_str;
[DNAFieldAttribute(55, "EditFont", "*editfont", "EditFont", 8, true, 456)]
public EditFont ptr_editfont;
[DNAFieldAttribute(56, "char", "family[64]", "System.Char[]", 64, false, 464)]
[DNAFieldAttribute(8, "char", 54, "*str", "char", true, 448)]
public char str;
[DNAFieldAttribute(8, "EditFont", 55, "*editfont", "EditFont", true, 456)]
public EditFont editfont;
[DNAFieldAttribute(64, "char", 56, "family[64]", "System.Char[]", false, 464)]
public char[] family = new System.Char[64];
[DNAFieldAttribute(57, "VFont", "*vfont", "VFont", 8, true, 528)]
public VFont ptr_vfont;
[DNAFieldAttribute(58, "VFont", "*vfontb", "VFont", 8, true, 536)]
public VFont ptr_vfontb;
[DNAFieldAttribute(59, "VFont", "*vfonti", "VFont", 8, true, 544)]
public VFont ptr_vfonti;
[DNAFieldAttribute(60, "VFont", "*vfontbi", "VFont", 8, true, 552)]
public VFont ptr_vfontbi;
[DNAFieldAttribute(61, "TextBox", "*tb", "TextBox", 8, true, 560)]
public TextBox ptr_tb;
[DNAFieldAttribute(62, "int", "totbox", "int", 4, false, 568)]
[DNAFieldAttribute(8, "VFont", 57, "*vfont", "VFont", true, 528)]
public VFont vfont;
[DNAFieldAttribute(8, "VFont", 58, "*vfontb", "VFont", true, 536)]
public VFont vfontb;
[DNAFieldAttribute(8, "VFont", 59, "*vfonti", "VFont", true, 544)]
public VFont vfonti;
[DNAFieldAttribute(8, "VFont", 60, "*vfontbi", "VFont", true, 552)]
public VFont vfontbi;
[DNAFieldAttribute(8, "TextBox", 61, "*tb", "TextBox", true, 560)]
public TextBox tb;
[DNAFieldAttribute(4, "int", 62, "totbox", "int", false, 568)]
public int totbox;
[DNAFieldAttribute(63, "int", "actbox", "int", 4, false, 572)]
[DNAFieldAttribute(4, "int", 63, "actbox", "int", false, 572)]
public int actbox;
[DNAFieldAttribute(64, "CharInfo", "*strinfo", "CharInfo", 8, true, 576)]
public CharInfo ptr_strinfo;
[DNAFieldAttribute(65, "CharInfo", "curinfo", "CharInfo", 8, false, 584)]
[DNAFieldAttribute(8, "CharInfo", 64, "*strinfo", "CharInfo", true, 576)]
public CharInfo strinfo;
[DNAFieldAttribute(8, "CharInfo", 65, "curinfo", "CharInfo", false, 584)]
public CharInfo curinfo;
[DNAFieldAttribute(66, "float", "ctime", "float", 4, false, 592)]
[DNAFieldAttribute(4, "float", 66, "ctime", "float", false, 592)]
public float ctime;
[DNAFieldAttribute(67, "float", "bevfac1", "float", 4, false, 596)]
[DNAFieldAttribute(4, "float", 67, "bevfac1", "float", false, 596)]
public float bevfac1;
[DNAFieldAttribute(68, "float", "bevfac2", "float", 4, false, 600)]
[DNAFieldAttribute(4, "float", 68, "bevfac2", "float", false, 600)]
public float bevfac2;
[DNAFieldAttribute(69, "char", "bevfac1_mapping", "char", 1, false, 604)]
[DNAFieldAttribute(1, "char", 69, "bevfac1_mapping", "char", false, 604)]
public char bevfac1_mapping;
[DNAFieldAttribute(70, "char", "bevfac2_mapping", "char", 1, false, 605)]
[DNAFieldAttribute(1, "char", 70, "bevfac2_mapping", "char", false, 605)]
public char bevfac2_mapping;
[DNAFieldAttribute(71, "char", "_pad2[6]", "System.Char[]", 6, false, 606)]
[DNAFieldAttribute(6, "char", 71, "_pad2[6]", "System.Char[]", false, 606)]
public char[] _pad2 = new System.Char[6];
[DNAFieldAttribute(72, "float", "fsize_realtime", "float", 4, false, 612)]
[DNAFieldAttribute(4, "float", 72, "fsize_realtime", "float", false, 612)]
public float fsize_realtime;
[DNAFieldAttribute(73, "Curves", "*curve_eval", "Curves", 8, true, 616)]
public Curves ptr_curve_eval;
[DNAFieldAttribute(74, "char", "edit_data_from_original", "char", 1, false, 624)]
[DNAFieldAttribute(8, "Curves", 73, "*curve_eval", "Curves", true, 616)]
public Curves curve_eval;
[DNAFieldAttribute(1, "char", 74, "edit_data_from_original", "char", false, 624)]
public char edit_data_from_original;
[DNAFieldAttribute(75, "char", "_pad3[7]", "System.Char[]", 7, false, 625)]
[DNAFieldAttribute(7, "char", 75, "_pad3[7]", "System.Char[]", false, 625)]
public char[] _pad3 = new System.Char[7];
[DNAFieldAttribute(76, "void", "*batch_cache", "void", 8, true, 632)]
public object ptr_batch_cache;
[DNAFieldAttribute(8, "void", 76, "*batch_cache", "void", true, 632)]
public object batch_cache;
public Curve() {
this.id = default;
this.ptr_adt = default;
this.adt = default;
this.nurb = default;
this.ptr_editnurb = default;
this.ptr_bevobj = default;
this.ptr_taperobj = default;
this.ptr_textoncurve = default;
this.ptr_ipo = default;
this.ptr_key = default;
this.ptr_ptr_mat = default;
this.ptr_bevel_profile = default;
this.editnurb = default;
this.bevobj = default;
this.taperobj = default;
this.textoncurve = default;
this.ipo = default;
this.key = default;
this.mat = default;
this.bevel_profile = default;
this.loc = default;
this.size = default;
this.type = default;
@@ -224,17 +224,17 @@ namespace BlendFile.DNA {
this.selend = default;
this.len_wchar = default;
this.len = default;
this.ptr_str = default;
this.ptr_editfont = default;
this.str = default;
this.editfont = default;
this.family = default;
this.ptr_vfont = default;
this.ptr_vfontb = default;
this.ptr_vfonti = default;
this.ptr_vfontbi = default;
this.ptr_tb = default;
this.vfont = default;
this.vfontb = default;
this.vfonti = default;
this.vfontbi = default;
this.tb = default;
this.totbox = default;
this.actbox = default;
this.ptr_strinfo = default;
this.strinfo = default;
this.curinfo = default;
this.ctime = default;
this.bevfac1 = default;
@@ -243,23 +243,23 @@ namespace BlendFile.DNA {
this.bevfac2_mapping = default;
this._pad2 = default;
this.fsize_realtime = default;
this.ptr_curve_eval = default;
this.curve_eval = default;
this.edit_data_from_original = default;
this._pad3 = default;
this.ptr_batch_cache = default;
this.batch_cache = default;
}
public Curve(
ID id,
AnimData ptr_adt,
AnimData adt,
ListBase nurb,
EditNurb ptr_editnurb,
Object ptr_bevobj,
Object ptr_taperobj,
Object ptr_textoncurve,
Ipo ptr_ipo,
Key ptr_key,
Material ptr_ptr_mat,
CurveProfile ptr_bevel_profile,
EditNurb editnurb,
Object bevobj,
Object taperobj,
Object textoncurve,
Ipo ipo,
Key key,
Material mat,
CurveProfile bevel_profile,
float[] loc,
float[] size,
short type,
@@ -303,17 +303,17 @@ namespace BlendFile.DNA {
int selend,
int len_wchar,
int len,
char ptr_str,
EditFont ptr_editfont,
char str,
EditFont editfont,
char[] family,
VFont ptr_vfont,
VFont ptr_vfontb,
VFont ptr_vfonti,
VFont ptr_vfontbi,
TextBox ptr_tb,
VFont vfont,
VFont vfontb,
VFont vfonti,
VFont vfontbi,
TextBox tb,
int totbox,
int actbox,
CharInfo ptr_strinfo,
CharInfo strinfo,
CharInfo curinfo,
float ctime,
float bevfac1,
@@ -322,21 +322,21 @@ namespace BlendFile.DNA {
char bevfac2_mapping,
char[] _pad2,
float fsize_realtime,
Curves ptr_curve_eval,
Curves curve_eval,
char edit_data_from_original,
char[] _pad3,
object ptr_batch_cache) {
object batch_cache) {
this.id = id;
this.ptr_adt = ptr_adt;
this.adt = adt;
this.nurb = nurb;
this.ptr_editnurb = ptr_editnurb;
this.ptr_bevobj = ptr_bevobj;
this.ptr_taperobj = ptr_taperobj;
this.ptr_textoncurve = ptr_textoncurve;
this.ptr_ipo = ptr_ipo;
this.ptr_key = ptr_key;
this.ptr_ptr_mat = ptr_ptr_mat;
this.ptr_bevel_profile = ptr_bevel_profile;
this.editnurb = editnurb;
this.bevobj = bevobj;
this.taperobj = taperobj;
this.textoncurve = textoncurve;
this.ipo = ipo;
this.key = key;
this.mat = mat;
this.bevel_profile = bevel_profile;
this.loc = loc;
this.size = size;
this.type = type;
@@ -380,17 +380,17 @@ namespace BlendFile.DNA {
this.selend = selend;
this.len_wchar = len_wchar;
this.len = len;
this.ptr_str = ptr_str;
this.ptr_editfont = ptr_editfont;
this.str = str;
this.editfont = editfont;
this.family = family;
this.ptr_vfont = ptr_vfont;
this.ptr_vfontb = ptr_vfontb;
this.ptr_vfonti = ptr_vfonti;
this.ptr_vfontbi = ptr_vfontbi;
this.ptr_tb = ptr_tb;
this.vfont = vfont;
this.vfontb = vfontb;
this.vfonti = vfonti;
this.vfontbi = vfontbi;
this.tb = tb;
this.totbox = totbox;
this.actbox = actbox;
this.ptr_strinfo = ptr_strinfo;
this.strinfo = strinfo;
this.curinfo = curinfo;
this.ctime = ctime;
this.bevfac1 = bevfac1;
@@ -399,10 +399,10 @@ namespace BlendFile.DNA {
this.bevfac2_mapping = bevfac2_mapping;
this._pad2 = _pad2;
this.fsize_realtime = fsize_realtime;
this.ptr_curve_eval = ptr_curve_eval;
this.curve_eval = curve_eval;
this.edit_data_from_original = edit_data_from_original;
this._pad3 = _pad3;
this.ptr_batch_cache = ptr_batch_cache;
this.batch_cache = batch_cache;
}
}
}