updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

@@ -15,7 +15,7 @@ namespace BlendFile.DNA {
[DNAClassAttribute(95, "BezTriple", 72)]
public class BezTriple {
[DNAArrayAttribute(36, "float", 0, "vec[3][3]", "System.Single[,]", 6, 0)]
[DNAArrayAttribute(36, "float", 0, "vec[3][3]", "System.Single[,]", 9, false, 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;
[DNAArrayAttribute(3, "char", 16, "_pad[3]", "System.Char[]", 3, 69)]
[DNAArrayAttribute(3, "char", 16, "_pad[3]", "System.Char[]", 3, false, 69)]
public char[] _pad = new System.Char[3];
public BezTriple() {
this.vec = default;