regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,37 +15,37 @@ namespace BlendFile.DNA {
[DNAClassAttribute(172, "bConstraint")]
public class bConstraint {
[DNAFieldAttribute(0, "bConstraint", "*next", "bConstraint", 192)]
[DNAFieldAttribute(0, "bConstraint", "*next", "bConstraint", 4, true)]
public bConstraint ptr_next;
[DNAFieldAttribute(1, "bConstraint", "*prev", "bConstraint", 192)]
[DNAFieldAttribute(1, "bConstraint", "*prev", "bConstraint", 4, true)]
public bConstraint ptr_prev;
[DNAFieldAttribute(2, "void", "*data", "void", 0)]
[DNAFieldAttribute(2, "void", "*data", "void", 4, true)]
public object ptr_data;
[DNAFieldAttribute(3, "short", "type", "short", 2)]
[DNAFieldAttribute(3, "short", "type", "short", 2, false)]
public short type;
[DNAFieldAttribute(4, "short", "flag", "short", 2)]
[DNAFieldAttribute(4, "short", "flag", "short", 2, false)]
public short flag;
[DNAFieldAttribute(5, "char", "ownspace", "char", 1)]
[DNAFieldAttribute(5, "char", "ownspace", "char", 1, false)]
public char ownspace;
[DNAFieldAttribute(6, "char", "tarspace", "char", 1)]
[DNAFieldAttribute(6, "char", "tarspace", "char", 1, false)]
public char tarspace;
[DNAFieldAttribute(7, "short", "ui_expand_flag", "short", 2)]
[DNAFieldAttribute(7, "short", "ui_expand_flag", "short", 2, false)]
public short ui_expand_flag;
[DNAFieldAttribute(8, "Object", "*space_object", "Object", 1160)]
[DNAFieldAttribute(8, "Object", "*space_object", "Object", 4, true)]
public Object ptr_space_object;
[DNAFieldAttribute(9, "char", "space_subtarget[64]", "System.Char[]", 1)]
[DNAFieldAttribute(9, "char", "space_subtarget[64]", "System.Char[]", 64, false)]
public char[] space_subtarget = new System.Char[64];
[DNAFieldAttribute(10, "char", "name[64]", "System.Char[]", 1)]
[DNAFieldAttribute(10, "char", "name[64]", "System.Char[]", 64, false)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(11, "float", "enforce", "float", 4)]
[DNAFieldAttribute(11, "float", "enforce", "float", 4, false)]
public float enforce;
[DNAFieldAttribute(12, "float", "headtail", "float", 4)]
[DNAFieldAttribute(12, "float", "headtail", "float", 4, false)]
public float headtail;
[DNAFieldAttribute(13, "Ipo", "*ipo", "Ipo", 248)]
[DNAFieldAttribute(13, "Ipo", "*ipo", "Ipo", 4, true)]
public Ipo ptr_ipo;
[DNAFieldAttribute(14, "float", "lin_error", "float", 4)]
[DNAFieldAttribute(14, "float", "lin_error", "float", 4, false)]
public float lin_error;
[DNAFieldAttribute(15, "float", "rot_error", "float", 4)]
[DNAFieldAttribute(15, "float", "rot_error", "float", 4, false)]
public float rot_error;
public bConstraint() {
this.ptr_next = default;