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