regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,25 +15,25 @@ namespace BlendFile.DNA {
[DNAClassAttribute(197, "bRotLimitConstraint")]
public struct bRotLimitConstraint {
[DNAFieldAttribute(0, "float", "xmin", "float", 4)]
[DNAFieldAttribute(0, "float", "xmin", "float", 4, false)]
public float xmin;
[DNAFieldAttribute(1, "float", "xmax", "float", 4)]
[DNAFieldAttribute(1, "float", "xmax", "float", 4, false)]
public float xmax;
[DNAFieldAttribute(2, "float", "ymin", "float", 4)]
[DNAFieldAttribute(2, "float", "ymin", "float", 4, false)]
public float ymin;
[DNAFieldAttribute(3, "float", "ymax", "float", 4)]
[DNAFieldAttribute(3, "float", "ymax", "float", 4, false)]
public float ymax;
[DNAFieldAttribute(4, "float", "zmin", "float", 4)]
[DNAFieldAttribute(4, "float", "zmin", "float", 4, false)]
public float zmin;
[DNAFieldAttribute(5, "float", "zmax", "float", 4)]
[DNAFieldAttribute(5, "float", "zmax", "float", 4, false)]
public float zmax;
[DNAFieldAttribute(6, "short", "flag", "short", 2)]
[DNAFieldAttribute(6, "short", "flag", "short", 2, false)]
public short flag;
[DNAFieldAttribute(7, "short", "flag2", "short", 2)]
[DNAFieldAttribute(7, "short", "flag2", "short", 2, false)]
public short flag2;
[DNAFieldAttribute(8, "char", "euler_order", "char", 1)]
[DNAFieldAttribute(8, "char", "euler_order", "char", 1, false)]
public char euler_order;
[DNAFieldAttribute(9, "char", "_pad[3]", "System.Char[]", 1)]
[DNAFieldAttribute(9, "char", "_pad[3]", "System.Char[]", 3, false)]
public char[] _pad = new System.Char[3];
public bRotLimitConstraint() {
this.xmin = default;