regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(69, "bDopeSheet")]
public class bDopeSheet {
[DNAFieldAttribute(0, "ID", "*source", "ID", 208)]
[DNAFieldAttribute(0, "ID", "*source", "ID", 4, true)]
public ID ptr_source;
[DNAFieldAttribute(1, "ListBase", "chanbase", "ListBase", 16)]
[DNAFieldAttribute(1, "ListBase", "chanbase", "ListBase", 16, false)]
public ListBase chanbase;
[DNAFieldAttribute(2, "Collection", "*filter_grp", "Collection", 376)]
[DNAFieldAttribute(2, "Collection", "*filter_grp", "Collection", 4, true)]
public Collection ptr_filter_grp;
[DNAFieldAttribute(3, "char", "searchstr[64]", "System.Char[]", 1)]
[DNAFieldAttribute(3, "char", "searchstr[64]", "System.Char[]", 64, false)]
public char[] searchstr = new System.Char[64];
[DNAFieldAttribute(4, "int", "filterflag", "int", 4)]
[DNAFieldAttribute(4, "int", "filterflag", "int", 4, false)]
public int filterflag;
[DNAFieldAttribute(5, "int", "filterflag2", "int", 4)]
[DNAFieldAttribute(5, "int", "filterflag2", "int", 4, false)]
public int filterflag2;
[DNAFieldAttribute(6, "int", "flag", "int", 4)]
[DNAFieldAttribute(6, "int", "flag", "int", 4, false)]
public int flag;
[DNAFieldAttribute(7, "int", "renameIndex", "int", 4)]
[DNAFieldAttribute(7, "int", "renameIndex", "int", 4, false)]
public int renameIndex;
public bDopeSheet() {
this.ptr_source = default;