regenerate files

This commit is contained in:
mm00
2025-02-19 18:48:50 +01:00
parent 33a8f1baf3
commit b66247488e
937 changed files with 2572 additions and 2562 deletions

View File

@@ -13,13 +13,13 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(172, "bConstraint")]
[DNAClassAttribute(172, "bConstraint", 192)]
public class bConstraint {
[DNAFieldAttribute(0, "bConstraint", "*next", "bConstraint", 4, true)]
[DNAFieldAttribute(0, "bConstraint", "*next", "bConstraint", 8, true)]
public bConstraint ptr_next;
[DNAFieldAttribute(1, "bConstraint", "*prev", "bConstraint", 4, true)]
[DNAFieldAttribute(1, "bConstraint", "*prev", "bConstraint", 8, true)]
public bConstraint ptr_prev;
[DNAFieldAttribute(2, "void", "*data", "void", 4, true)]
[DNAFieldAttribute(2, "void", "*data", "void", 8, true)]
public object ptr_data;
[DNAFieldAttribute(3, "short", "type", "short", 2, false)]
public short type;
@@ -31,7 +31,7 @@ namespace BlendFile.DNA {
public char tarspace;
[DNAFieldAttribute(7, "short", "ui_expand_flag", "short", 2, false)]
public short ui_expand_flag;
[DNAFieldAttribute(8, "Object", "*space_object", "Object", 4, true)]
[DNAFieldAttribute(8, "Object", "*space_object", "Object", 8, true)]
public Object ptr_space_object;
[DNAFieldAttribute(9, "char", "space_subtarget[64]", "System.Char[]", 64, false)]
public char[] space_subtarget = new System.Char[64];
@@ -41,7 +41,7 @@ namespace BlendFile.DNA {
public float enforce;
[DNAFieldAttribute(12, "float", "headtail", "float", 4, false)]
public float headtail;
[DNAFieldAttribute(13, "Ipo", "*ipo", "Ipo", 4, true)]
[DNAFieldAttribute(13, "Ipo", "*ipo", "Ipo", 8, true)]
public Ipo ptr_ipo;
[DNAFieldAttribute(14, "float", "lin_error", "float", 4, false)]
public float lin_error;