36 lines
1.2 KiB
C#
36 lines
1.2 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
using System;
|
|
|
|
|
|
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;
|
|
}
|
|
}
|
|
}
|