//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ using BlendFile.CompatTypes; using System; // Automatically generated by BlenderSharp at 01/22/2025 16:57:57 namespace BlendFile.DNA { public class bDopeSheet { public ID ptr_source; public ListBase chanbase; public Collection ptr_filter_grp; public char[] searchstr = new System.Char[64]; public int filterflag; public int filterflag2; public int flag; public int renameIndex; 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; this.ptr_filter_grp = ptr_filter_grp; this.searchstr = searchstr; this.filterflag = filterflag; this.filterflag2 = filterflag2; this.flag = flag; this.renameIndex = renameIndex; } } }