Generated new code and added initial data handling
This commit is contained in:
@@ -169,6 +169,85 @@ namespace BlendFile.DNA {
|
||||
public char[] _pad3 = new System.Char[7];
|
||||
[DNAFieldAttribute(76, "void", "*batch_cache", 0)]
|
||||
public object ptr_batch_cache;
|
||||
public Curve() {
|
||||
this.id = default;
|
||||
this.ptr_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.loc = default;
|
||||
this.size = default;
|
||||
this.type = default;
|
||||
this.texflag = default;
|
||||
this._pad0 = default;
|
||||
this.twist_mode = default;
|
||||
this.twist_smooth = default;
|
||||
this.smallcaps_scale = default;
|
||||
this.pathlen = default;
|
||||
this.bevresol = default;
|
||||
this.totcol = default;
|
||||
this.flag = default;
|
||||
this.width = default;
|
||||
this.ext1 = default;
|
||||
this.ext2 = default;
|
||||
this.resolu = default;
|
||||
this.resolv = default;
|
||||
this.resolu_ren = default;
|
||||
this.resolv_ren = default;
|
||||
this.actnu = default;
|
||||
this.actvert = default;
|
||||
this.overflow = default;
|
||||
this.spacemode = default;
|
||||
this.align_y = default;
|
||||
this.bevel_mode = default;
|
||||
this.taper_radius_mode = default;
|
||||
this._pad = default;
|
||||
this.lines = default;
|
||||
this.spacing = default;
|
||||
this.linedist = default;
|
||||
this.shear = default;
|
||||
this.fsize = default;
|
||||
this.wordspace = default;
|
||||
this.ulpos = default;
|
||||
this.ulheight = default;
|
||||
this.xof = default;
|
||||
this.yof = default;
|
||||
this.linewidth = default;
|
||||
this.pos = default;
|
||||
this.selstart = default;
|
||||
this.selend = default;
|
||||
this.len_wchar = default;
|
||||
this.len = default;
|
||||
this.ptr_str = default;
|
||||
this.ptr_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.totbox = default;
|
||||
this.actbox = default;
|
||||
this.ptr_strinfo = default;
|
||||
this.curinfo = default;
|
||||
this.ctime = default;
|
||||
this.bevfac1 = default;
|
||||
this.bevfac2 = default;
|
||||
this.bevfac1_mapping = default;
|
||||
this.bevfac2_mapping = default;
|
||||
this._pad2 = default;
|
||||
this.fsize_realtime = default;
|
||||
this.ptr_curve_eval = default;
|
||||
this.edit_data_from_original = default;
|
||||
this._pad3 = default;
|
||||
this.ptr_batch_cache = default;
|
||||
}
|
||||
public Curve(
|
||||
ID id,
|
||||
AnimData ptr_adt,
|
||||
|
||||
Reference in New Issue
Block a user