regenerated files
This commit is contained in:
@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(335, "IpoDriver")]
|
||||
public class IpoDriver {
|
||||
[DNAFieldAttribute(0, "Object", "*ob", 1160)]
|
||||
[DNAFieldAttribute(0, "Object", "*ob", "Object", 1160)]
|
||||
public Object ptr_ob;
|
||||
[DNAFieldAttribute(1, "short", "blocktype", 2)]
|
||||
[DNAFieldAttribute(1, "short", "blocktype", "short", 2)]
|
||||
public short blocktype;
|
||||
[DNAFieldAttribute(2, "short", "adrcode", 2)]
|
||||
[DNAFieldAttribute(2, "short", "adrcode", "short", 2)]
|
||||
public short adrcode;
|
||||
[DNAFieldAttribute(3, "short", "type", 2)]
|
||||
[DNAFieldAttribute(3, "short", "type", "short", 2)]
|
||||
public short type;
|
||||
[DNAFieldAttribute(4, "short", "flag", 2)]
|
||||
[DNAFieldAttribute(4, "short", "flag", "short", 2)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(5, "char", "name[128]", 1)]
|
||||
[DNAFieldAttribute(5, "char", "name[128]", "System.Char[]", 1)]
|
||||
public char[] name = new System.Char[128];
|
||||
public IpoDriver() {
|
||||
this.ptr_ob = default;
|
||||
|
||||
Reference in New Issue
Block a user