Generated new code and added initial data handling
This commit is contained in:
@@ -37,6 +37,19 @@ namespace BlendFile.DNA {
|
||||
public int path_bc;
|
||||
[DNAFieldAttribute(10, "int", "path_ac", 4)]
|
||||
public int path_ac;
|
||||
public bAnimVizSettings() {
|
||||
this.recalc = default;
|
||||
this.path_type = default;
|
||||
this.path_step = default;
|
||||
this.path_range = default;
|
||||
this.path_viewflag = default;
|
||||
this.path_bakeflag = default;
|
||||
this._pad = default;
|
||||
this.path_sf = default;
|
||||
this.path_ef = default;
|
||||
this.path_bc = default;
|
||||
this.path_ac = default;
|
||||
}
|
||||
public bAnimVizSettings(short recalc, short path_type, short path_step, short path_range, short path_viewflag, short path_bakeflag, char[] _pad, int path_sf, int path_ef, int path_bc, int path_ac) {
|
||||
this.recalc = recalc;
|
||||
this.path_type = path_type;
|
||||
|
||||
Reference in New Issue
Block a user