Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -15,44 +15,44 @@ namespace BlendFile.DNA {
[DNAClassAttribute(176, "bKinematicConstraint", 184)]
public class bKinematicConstraint {
[DNAFieldAttribute(0, "Object", "*tar", "Object", 8, true, 0)]
public Object ptr_tar;
[DNAFieldAttribute(1, "short", "iterations", "short", 2, false, 8)]
[DNAFieldAttribute(8, "Object", 0, "*tar", "Object", true, 0)]
public Object tar;
[DNAFieldAttribute(2, "short", 1, "iterations", "short", false, 8)]
public short iterations;
[DNAFieldAttribute(2, "short", "flag", "short", 2, false, 10)]
[DNAFieldAttribute(2, "short", 2, "flag", "short", false, 10)]
public short flag;
[DNAFieldAttribute(3, "short", "rootbone", "short", 2, false, 12)]
[DNAFieldAttribute(2, "short", 3, "rootbone", "short", false, 12)]
public short rootbone;
[DNAFieldAttribute(4, "short", "max_rootbone", "short", 2, false, 14)]
[DNAFieldAttribute(2, "short", 4, "max_rootbone", "short", false, 14)]
public short max_rootbone;
[DNAFieldAttribute(5, "char", "subtarget[64]", "System.Char[]", 64, false, 16)]
[DNAFieldAttribute(64, "char", 5, "subtarget[64]", "System.Char[]", false, 16)]
public char[] subtarget = new System.Char[64];
[DNAFieldAttribute(6, "Object", "*poletar", "Object", 8, true, 80)]
public Object ptr_poletar;
[DNAFieldAttribute(7, "char", "polesubtarget[64]", "System.Char[]", 64, false, 88)]
[DNAFieldAttribute(8, "Object", 6, "*poletar", "Object", true, 80)]
public Object poletar;
[DNAFieldAttribute(64, "char", 7, "polesubtarget[64]", "System.Char[]", false, 88)]
public char[] polesubtarget = new System.Char[64];
[DNAFieldAttribute(8, "float", "poleangle", "float", 4, false, 152)]
[DNAFieldAttribute(4, "float", 8, "poleangle", "float", false, 152)]
public float poleangle;
[DNAFieldAttribute(9, "float", "weight", "float", 4, false, 156)]
[DNAFieldAttribute(4, "float", 9, "weight", "float", false, 156)]
public float weight;
[DNAFieldAttribute(10, "float", "orientweight", "float", 4, false, 160)]
[DNAFieldAttribute(4, "float", 10, "orientweight", "float", false, 160)]
public float orientweight;
[DNAFieldAttribute(11, "float", "grabtarget[3]", "System.Single[]", 12, false, 164)]
[DNAFieldAttribute(12, "float", 11, "grabtarget[3]", "System.Single[]", false, 164)]
public float[] grabtarget = new System.Single[3];
[DNAFieldAttribute(12, "short", "type", "short", 2, false, 176)]
[DNAFieldAttribute(2, "short", 12, "type", "short", false, 176)]
public short type;
[DNAFieldAttribute(13, "short", "mode", "short", 2, false, 178)]
[DNAFieldAttribute(2, "short", 13, "mode", "short", false, 178)]
public short mode;
[DNAFieldAttribute(14, "float", "dist", "float", 4, false, 180)]
[DNAFieldAttribute(4, "float", 14, "dist", "float", false, 180)]
public float dist;
public bKinematicConstraint() {
this.ptr_tar = default;
this.tar = default;
this.iterations = default;
this.flag = default;
this.rootbone = default;
this.max_rootbone = default;
this.subtarget = default;
this.ptr_poletar = default;
this.poletar = default;
this.polesubtarget = default;
this.poleangle = default;
this.weight = default;
@@ -62,14 +62,14 @@ namespace BlendFile.DNA {
this.mode = default;
this.dist = default;
}
public bKinematicConstraint(Object ptr_tar, short iterations, short flag, short rootbone, short max_rootbone, char[] subtarget, Object ptr_poletar, char[] polesubtarget, float poleangle, float weight, float orientweight, float[] grabtarget, short type, short mode, float dist) {
this.ptr_tar = ptr_tar;
public bKinematicConstraint(Object tar, short iterations, short flag, short rootbone, short max_rootbone, char[] subtarget, Object poletar, char[] polesubtarget, float poleangle, float weight, float orientweight, float[] grabtarget, short type, short mode, float dist) {
this.tar = tar;
this.iterations = iterations;
this.flag = flag;
this.rootbone = rootbone;
this.max_rootbone = max_rootbone;
this.subtarget = subtarget;
this.ptr_poletar = ptr_poletar;
this.poletar = poletar;
this.polesubtarget = polesubtarget;
this.poleangle = poleangle;
this.weight = weight;