Regenerated all the files
This commit is contained in:
@@ -11,23 +11,40 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class bConstraint {
|
||||
[DNAFieldAttribute(0, "bConstraint", "*next", 192)]
|
||||
public bConstraint ptr_next;
|
||||
[DNAFieldAttribute(1, "bConstraint", "*prev", 192)]
|
||||
public bConstraint ptr_prev;
|
||||
[DNAFieldAttribute(2, "void", "*data", 0)]
|
||||
public object ptr_data;
|
||||
[DNAFieldAttribute(3, "short", "type", 2)]
|
||||
public short type;
|
||||
[DNAFieldAttribute(4, "short", "flag", 2)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(5, "char", "ownspace", 1)]
|
||||
public char ownspace;
|
||||
[DNAFieldAttribute(6, "char", "tarspace", 1)]
|
||||
public char tarspace;
|
||||
[DNAFieldAttribute(7, "short", "ui_expand_flag", 2)]
|
||||
public short ui_expand_flag;
|
||||
[DNAFieldAttribute(8, "Object", "*space_object", 1160)]
|
||||
public Object ptr_space_object;
|
||||
[DNAFieldAttribute(9, "char", "space_subtarget[64]", 1)]
|
||||
public char[] space_subtarget = new System.Char[64];
|
||||
[DNAFieldAttribute(10, "char", "name[64]", 1)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(11, "float", "enforce", 4)]
|
||||
public float enforce;
|
||||
[DNAFieldAttribute(12, "float", "headtail", 4)]
|
||||
public float headtail;
|
||||
[DNAFieldAttribute(13, "Ipo", "*ipo", 248)]
|
||||
public Ipo ptr_ipo;
|
||||
[DNAFieldAttribute(14, "float", "lin_error", 4)]
|
||||
public float lin_error;
|
||||
[DNAFieldAttribute(15, "float", "rot_error", 4)]
|
||||
public float rot_error;
|
||||
public bConstraint(
|
||||
bConstraint ptr_next,
|
||||
|
||||
Reference in New Issue
Block a user