Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -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;