Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -15,7 +15,7 @@ namespace BlendFile.DNA {
[DNAClassAttribute(95, "BezTriple", 72)]
public class BezTriple {
[DNAFieldAttribute(36, "float", 0, "vec[3][3]", "System.Single[,]", false, 0)]
[DNAArrayAttribute(36, "float", 0, "vec[3][3]", "System.Single[,]", 6, 0)]
public float[,] vec = new System.Single[3,3];
[DNAFieldAttribute(4, "float", 1, "alfa", "float", false, 36)]
public float alfa;
@@ -47,7 +47,7 @@ namespace BlendFile.DNA {
public float period;
[DNAFieldAttribute(1, "char", 15, "auto_handle_type", "char", false, 68)]
public char auto_handle_type;
[DNAFieldAttribute(3, "char", 16, "_pad[3]", "System.Char[]", false, 69)]
[DNAArrayAttribute(3, "char", 16, "_pad[3]", "System.Char[]", 3, 69)]
public char[] _pad = new System.Char[3];
public BezTriple() {
this.vec = default;