regenerate files
This commit is contained in:
@@ -13,11 +13,11 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(174, "bPythonConstraint")]
|
||||
[DNAClassAttribute(174, "bPythonConstraint", 112)]
|
||||
public class bPythonConstraint {
|
||||
[DNAFieldAttribute(0, "Text", "*text", "Text", 4, true)]
|
||||
[DNAFieldAttribute(0, "Text", "*text", "Text", 8, true)]
|
||||
public Text ptr_text;
|
||||
[DNAFieldAttribute(1, "IDProperty", "*prop", "IDProperty", 4, true)]
|
||||
[DNAFieldAttribute(1, "IDProperty", "*prop", "IDProperty", 8, true)]
|
||||
public IDProperty ptr_prop;
|
||||
[DNAFieldAttribute(2, "int", "flag", "int", 4, false)]
|
||||
public int flag;
|
||||
@@ -25,7 +25,7 @@ namespace BlendFile.DNA {
|
||||
public int tarnum;
|
||||
[DNAFieldAttribute(4, "ListBase", "targets", "ListBase", 16, false)]
|
||||
public ListBase targets;
|
||||
[DNAFieldAttribute(5, "Object", "*tar", "Object", 4, true)]
|
||||
[DNAFieldAttribute(5, "Object", "*tar", "Object", 8, true)]
|
||||
public Object ptr_tar;
|
||||
[DNAFieldAttribute(6, "char", "subtarget[64]", "System.Char[]", 64, false)]
|
||||
public char[] subtarget = new System.Char[64];
|
||||
|
||||
Reference in New Issue
Block a user