regenerated files
This commit is contained in:
@@ -15,25 +15,25 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(953, "Script")]
|
||||
public class Script {
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208)]
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1, "void", "*py_draw", "void", 0)]
|
||||
[DNAFieldAttribute(1, "void", "*py_draw", "void", 4, true)]
|
||||
public object ptr_py_draw;
|
||||
[DNAFieldAttribute(2, "void", "*py_event", "void", 0)]
|
||||
[DNAFieldAttribute(2, "void", "*py_event", "void", 4, true)]
|
||||
public object ptr_py_event;
|
||||
[DNAFieldAttribute(3, "void", "*py_button", "void", 0)]
|
||||
[DNAFieldAttribute(3, "void", "*py_button", "void", 4, true)]
|
||||
public object ptr_py_button;
|
||||
[DNAFieldAttribute(4, "void", "*py_browsercallback", "void", 0)]
|
||||
[DNAFieldAttribute(4, "void", "*py_browsercallback", "void", 4, true)]
|
||||
public object ptr_py_browsercallback;
|
||||
[DNAFieldAttribute(5, "void", "*py_globaldict", "void", 0)]
|
||||
[DNAFieldAttribute(5, "void", "*py_globaldict", "void", 4, true)]
|
||||
public object ptr_py_globaldict;
|
||||
[DNAFieldAttribute(6, "int", "flags", "int", 4)]
|
||||
[DNAFieldAttribute(6, "int", "flags", "int", 4, false)]
|
||||
public int flags;
|
||||
[DNAFieldAttribute(7, "int", "lastspace", "int", 4)]
|
||||
[DNAFieldAttribute(7, "int", "lastspace", "int", 4, false)]
|
||||
public int lastspace;
|
||||
[DNAFieldAttribute(8, "char", "scriptname[1024]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(8, "char", "scriptname[1024]", "System.Char[]", 1024, false)]
|
||||
public char[] scriptname = new System.Char[1024];
|
||||
[DNAFieldAttribute(9, "char", "scriptarg[256]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(9, "char", "scriptarg[256]", "System.Char[]", 256, false)]
|
||||
public char[] scriptarg = new System.Char[256];
|
||||
public Script() {
|
||||
this.id = default;
|
||||
|
||||
Reference in New Issue
Block a user