Generated new code and added initial data handling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user