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

@@ -14,30 +14,30 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(61, "bItasc", 40)]
public struct bItasc {
[DNAFieldAttribute(0, "int", "iksolver", "int", 4, false, 0)]
public class bItasc {
[DNAFieldAttribute(4, "int", 0, "iksolver", "int", false, 0)]
public int iksolver;
[DNAFieldAttribute(1, "float", "precision", "float", 4, false, 4)]
[DNAFieldAttribute(4, "float", 1, "precision", "float", false, 4)]
public float precision;
[DNAFieldAttribute(2, "short", "numiter", "short", 2, false, 8)]
[DNAFieldAttribute(2, "short", 2, "numiter", "short", false, 8)]
public short numiter;
[DNAFieldAttribute(3, "short", "numstep", "short", 2, false, 10)]
[DNAFieldAttribute(2, "short", 3, "numstep", "short", false, 10)]
public short numstep;
[DNAFieldAttribute(4, "float", "minstep", "float", 4, false, 12)]
[DNAFieldAttribute(4, "float", 4, "minstep", "float", false, 12)]
public float minstep;
[DNAFieldAttribute(5, "float", "maxstep", "float", 4, false, 16)]
[DNAFieldAttribute(4, "float", 5, "maxstep", "float", false, 16)]
public float maxstep;
[DNAFieldAttribute(6, "short", "solver", "short", 2, false, 20)]
[DNAFieldAttribute(2, "short", 6, "solver", "short", false, 20)]
public short solver;
[DNAFieldAttribute(7, "short", "flag", "short", 2, false, 22)]
[DNAFieldAttribute(2, "short", 7, "flag", "short", false, 22)]
public short flag;
[DNAFieldAttribute(8, "float", "feedback", "float", 4, false, 24)]
[DNAFieldAttribute(4, "float", 8, "feedback", "float", false, 24)]
public float feedback;
[DNAFieldAttribute(9, "float", "maxvel", "float", 4, false, 28)]
[DNAFieldAttribute(4, "float", 9, "maxvel", "float", false, 28)]
public float maxvel;
[DNAFieldAttribute(10, "float", "dampmax", "float", 4, false, 32)]
[DNAFieldAttribute(4, "float", 10, "dampmax", "float", false, 32)]
public float dampmax;
[DNAFieldAttribute(11, "float", "dampeps", "float", 4, false, 36)]
[DNAFieldAttribute(4, "float", 11, "dampeps", "float", false, 36)]
public float dampeps;
public bItasc() {
this.iksolver = default;