regenerate files
This commit is contained in:
@@ -13,13 +13,13 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(69, "bDopeSheet")]
|
||||
[DNAClassAttribute(69, "bDopeSheet", 112)]
|
||||
public class bDopeSheet {
|
||||
[DNAFieldAttribute(0, "ID", "*source", "ID", 4, true)]
|
||||
[DNAFieldAttribute(0, "ID", "*source", "ID", 8, true)]
|
||||
public ID ptr_source;
|
||||
[DNAFieldAttribute(1, "ListBase", "chanbase", "ListBase", 16, false)]
|
||||
public ListBase chanbase;
|
||||
[DNAFieldAttribute(2, "Collection", "*filter_grp", "Collection", 4, true)]
|
||||
[DNAFieldAttribute(2, "Collection", "*filter_grp", "Collection", 8, true)]
|
||||
public Collection ptr_filter_grp;
|
||||
[DNAFieldAttribute(3, "char", "searchstr[64]", "System.Char[]", 64, false)]
|
||||
public char[] searchstr = new System.Char[64];
|
||||
|
||||
Reference in New Issue
Block a user