Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -15,36 +15,36 @@ namespace BlendFile.DNA {
[DNAClassAttribute(69, "bDopeSheet", 112)]
public class bDopeSheet {
[DNAFieldAttribute(0, "ID", "*source", "ID", 8, true, 0)]
public ID ptr_source;
[DNAFieldAttribute(1, "ListBase", "chanbase", "ListBase", 16, false, 8)]
[DNAFieldAttribute(8, "ID", 0, "*source", "ID", true, 0)]
public ID source;
[DNAFieldAttribute(16, "ListBase", 1, "chanbase", "ListBase", false, 8)]
public ListBase chanbase;
[DNAFieldAttribute(2, "Collection", "*filter_grp", "Collection", 8, true, 24)]
public Collection ptr_filter_grp;
[DNAFieldAttribute(3, "char", "searchstr[64]", "System.Char[]", 64, false, 32)]
[DNAFieldAttribute(8, "Collection", 2, "*filter_grp", "Collection", true, 24)]
public Collection filter_grp;
[DNAFieldAttribute(64, "char", 3, "searchstr[64]", "System.Char[]", false, 32)]
public char[] searchstr = new System.Char[64];
[DNAFieldAttribute(4, "int", "filterflag", "int", 4, false, 96)]
[DNAFieldAttribute(4, "int", 4, "filterflag", "int", false, 96)]
public int filterflag;
[DNAFieldAttribute(5, "int", "filterflag2", "int", 4, false, 100)]
[DNAFieldAttribute(4, "int", 5, "filterflag2", "int", false, 100)]
public int filterflag2;
[DNAFieldAttribute(6, "int", "flag", "int", 4, false, 104)]
[DNAFieldAttribute(4, "int", 6, "flag", "int", false, 104)]
public int flag;
[DNAFieldAttribute(7, "int", "renameIndex", "int", 4, false, 108)]
[DNAFieldAttribute(4, "int", 7, "renameIndex", "int", false, 108)]
public int renameIndex;
public bDopeSheet() {
this.ptr_source = default;
this.source = default;
this.chanbase = default;
this.ptr_filter_grp = default;
this.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;
public bDopeSheet(ID source, ListBase chanbase, Collection filter_grp, char[] searchstr, int filterflag, int filterflag2, int flag, int renameIndex) {
this.source = source;
this.chanbase = chanbase;
this.ptr_filter_grp = ptr_filter_grp;
this.filter_grp = filter_grp;
this.searchstr = searchstr;
this.filterflag = filterflag;
this.filterflag2 = filterflag2;