Generated new code and added initial data handling
This commit is contained in:
@@ -93,6 +93,47 @@ namespace BlendFile.DNA {
|
||||
public float fieldfac;
|
||||
[DNAFieldAttribute(38, "float", "twistfac", 4)]
|
||||
public float twistfac;
|
||||
public MTex() {
|
||||
this.texco = default;
|
||||
this.mapto = default;
|
||||
this.blendtype = default;
|
||||
this._pad2 = default;
|
||||
this.ptr_object = default;
|
||||
this.ptr_tex = default;
|
||||
this.uvname = default;
|
||||
this.projx = default;
|
||||
this.projy = default;
|
||||
this.projz = default;
|
||||
this.mapping = default;
|
||||
this.brush_map_mode = default;
|
||||
this.brush_angle_mode = default;
|
||||
this.which_output = default;
|
||||
this.ofs = default;
|
||||
this.size = default;
|
||||
this.rot = default;
|
||||
this.random_angle = default;
|
||||
this.r = default;
|
||||
this.g = default;
|
||||
this.b = default;
|
||||
this.k = default;
|
||||
this.def_var = default;
|
||||
this.colfac = default;
|
||||
this.alphafac = default;
|
||||
this.timefac = default;
|
||||
this.lengthfac = default;
|
||||
this.clumpfac = default;
|
||||
this.dampfac = default;
|
||||
this.kinkfac = default;
|
||||
this.kinkampfac = default;
|
||||
this.roughfac = default;
|
||||
this.padensfac = default;
|
||||
this.gravityfac = default;
|
||||
this.lifefac = default;
|
||||
this.sizefac = default;
|
||||
this.ivelfac = default;
|
||||
this.fieldfac = default;
|
||||
this.twistfac = default;
|
||||
}
|
||||
public MTex(
|
||||
short texco,
|
||||
short mapto,
|
||||
|
||||
Reference in New Issue
Block a user