regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,35 +15,35 @@ namespace BlendFile.DNA {
[DNAClassAttribute(176, "bKinematicConstraint")]
public class bKinematicConstraint {
[DNAFieldAttribute(0, "Object", "*tar", 1160)]
[DNAFieldAttribute(0, "Object", "*tar", "Object", 1160)]
public Object ptr_tar;
[DNAFieldAttribute(1, "short", "iterations", 2)]
[DNAFieldAttribute(1, "short", "iterations", "short", 2)]
public short iterations;
[DNAFieldAttribute(2, "short", "flag", 2)]
[DNAFieldAttribute(2, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(3, "short", "rootbone", 2)]
[DNAFieldAttribute(3, "short", "rootbone", "short", 2)]
public short rootbone;
[DNAFieldAttribute(4, "short", "max_rootbone", 2)]
[DNAFieldAttribute(4, "short", "max_rootbone", "short", 2)]
public short max_rootbone;
[DNAFieldAttribute(5, "char", "subtarget[64]", 1)]
[DNAFieldAttribute(5, "char", "subtarget[64]", "System.Char[]", 1)]
public char[] subtarget = new System.Char[64];
[DNAFieldAttribute(6, "Object", "*poletar", 1160)]
[DNAFieldAttribute(6, "Object", "*poletar", "Object", 1160)]
public Object ptr_poletar;
[DNAFieldAttribute(7, "char", "polesubtarget[64]", 1)]
[DNAFieldAttribute(7, "char", "polesubtarget[64]", "System.Char[]", 1)]
public char[] polesubtarget = new System.Char[64];
[DNAFieldAttribute(8, "float", "poleangle", 4)]
[DNAFieldAttribute(8, "float", "poleangle", "float", 4)]
public float poleangle;
[DNAFieldAttribute(9, "float", "weight", 4)]
[DNAFieldAttribute(9, "float", "weight", "float", 4)]
public float weight;
[DNAFieldAttribute(10, "float", "orientweight", 4)]
[DNAFieldAttribute(10, "float", "orientweight", "float", 4)]
public float orientweight;
[DNAFieldAttribute(11, "float", "grabtarget[3]", 4)]
[DNAFieldAttribute(11, "float", "grabtarget[3]", "System.Single[]", 4)]
public float[] grabtarget = new System.Single[3];
[DNAFieldAttribute(12, "short", "type", 2)]
[DNAFieldAttribute(12, "short", "type", "short", 2)]
public short type;
[DNAFieldAttribute(13, "short", "mode", 2)]
[DNAFieldAttribute(13, "short", "mode", "short", 2)]
public short mode;
[DNAFieldAttribute(14, "float", "dist", 4)]
[DNAFieldAttribute(14, "float", "dist", "float", 4)]
public float dist;
public bKinematicConstraint() {
this.ptr_tar = default;