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,40 +14,40 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(95, "BezTriple", 72)]
public struct BezTriple {
[DNAFieldAttribute(0, "float", "vec[3][3]", "System.Single[,]", 36, false, 0)]
public class BezTriple {
[DNAFieldAttribute(36, "float", 0, "vec[3][3]", "System.Single[,]", false, 0)]
public float[,] vec = new System.Single[3,3];
[DNAFieldAttribute(1, "float", "alfa", "float", 4, false, 36)]
[DNAFieldAttribute(4, "float", 1, "alfa", "float", false, 36)]
public float alfa;
[DNAFieldAttribute(2, "float", "weight", "float", 4, false, 40)]
[DNAFieldAttribute(4, "float", 2, "weight", "float", false, 40)]
public float weight;
[DNAFieldAttribute(3, "float", "radius", "float", 4, false, 44)]
[DNAFieldAttribute(4, "float", 3, "radius", "float", false, 44)]
public float radius;
[DNAFieldAttribute(4, "char", "ipo", "char", 1, false, 48)]
[DNAFieldAttribute(1, "char", 4, "ipo", "char", false, 48)]
public char ipo;
[DNAFieldAttribute(5, "uchar", "h1", "uchar", 1, false, 49)]
[DNAFieldAttribute(1, "uchar", 5, "h1", "uchar", false, 49)]
public byte h1;
[DNAFieldAttribute(6, "uchar", "h2", "uchar", 1, false, 50)]
[DNAFieldAttribute(1, "uchar", 6, "h2", "uchar", false, 50)]
public byte h2;
[DNAFieldAttribute(7, "uchar", "f1", "uchar", 1, false, 51)]
[DNAFieldAttribute(1, "uchar", 7, "f1", "uchar", false, 51)]
public byte f1;
[DNAFieldAttribute(8, "uchar", "f2", "uchar", 1, false, 52)]
[DNAFieldAttribute(1, "uchar", 8, "f2", "uchar", false, 52)]
public byte f2;
[DNAFieldAttribute(9, "uchar", "f3", "uchar", 1, false, 53)]
[DNAFieldAttribute(1, "uchar", 9, "f3", "uchar", false, 53)]
public byte f3;
[DNAFieldAttribute(10, "char", "hide", "char", 1, false, 54)]
[DNAFieldAttribute(1, "char", 10, "hide", "char", false, 54)]
public char hide;
[DNAFieldAttribute(11, "char", "easing", "char", 1, false, 55)]
[DNAFieldAttribute(1, "char", 11, "easing", "char", false, 55)]
public char easing;
[DNAFieldAttribute(12, "float", "back", "float", 4, false, 56)]
[DNAFieldAttribute(4, "float", 12, "back", "float", false, 56)]
public float back;
[DNAFieldAttribute(13, "float", "amplitude", "float", 4, false, 60)]
[DNAFieldAttribute(4, "float", 13, "amplitude", "float", false, 60)]
public float amplitude;
[DNAFieldAttribute(14, "float", "period", "float", 4, false, 64)]
[DNAFieldAttribute(4, "float", 14, "period", "float", false, 64)]
public float period;
[DNAFieldAttribute(15, "char", "auto_handle_type", "char", 1, false, 68)]
[DNAFieldAttribute(1, "char", 15, "auto_handle_type", "char", false, 68)]
public char auto_handle_type;
[DNAFieldAttribute(16, "char", "_pad[3]", "System.Char[]", 3, false, 69)]
[DNAFieldAttribute(3, "char", 16, "_pad[3]", "System.Char[]", false, 69)]
public char[] _pad = new System.Char[3];
public BezTriple() {
this.vec = default;