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

@@ -31,6 +31,16 @@ namespace BlendFile.DNA {
public int flag;
[DNAFieldAttribute(7, "int", "renameIndex", 4)]
public int renameIndex;
public bDopeSheet() {
this.ptr_source = default;
this.chanbase = default;
this.ptr_filter_grp = default;
this.searchstr = default;
this.filterflag = default;
this.filterflag2 = default;
this.flag = default;
this.renameIndex = default;
}
public bDopeSheet(ID ptr_source, ListBase chanbase, Collection ptr_filter_grp, char[] searchstr, int filterflag, int filterflag2, int flag, int renameIndex) {
this.ptr_source = ptr_source;
this.chanbase = chanbase;