regenerate files
This commit is contained in:
@@ -13,19 +13,19 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(953, "Script")]
|
||||
[DNAClassAttribute(953, "Script", 1536)]
|
||||
public class Script {
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1, "void", "*py_draw", "void", 4, true)]
|
||||
[DNAFieldAttribute(1, "void", "*py_draw", "void", 8, true)]
|
||||
public object ptr_py_draw;
|
||||
[DNAFieldAttribute(2, "void", "*py_event", "void", 4, true)]
|
||||
[DNAFieldAttribute(2, "void", "*py_event", "void", 8, true)]
|
||||
public object ptr_py_event;
|
||||
[DNAFieldAttribute(3, "void", "*py_button", "void", 4, true)]
|
||||
[DNAFieldAttribute(3, "void", "*py_button", "void", 8, true)]
|
||||
public object ptr_py_button;
|
||||
[DNAFieldAttribute(4, "void", "*py_browsercallback", "void", 4, true)]
|
||||
[DNAFieldAttribute(4, "void", "*py_browsercallback", "void", 8, true)]
|
||||
public object ptr_py_browsercallback;
|
||||
[DNAFieldAttribute(5, "void", "*py_globaldict", "void", 4, true)]
|
||||
[DNAFieldAttribute(5, "void", "*py_globaldict", "void", 8, true)]
|
||||
public object ptr_py_globaldict;
|
||||
[DNAFieldAttribute(6, "int", "flags", "int", 4, false)]
|
||||
public int flags;
|
||||
|
||||
Reference in New Issue
Block a user