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,23 +15,23 @@ namespace BlendFile.DNA {
[DNAClassAttribute(829, "UnitSettings")]
public struct UnitSettings {
[DNAFieldAttribute(0, "float", "scale_length", "float", 4)]
[DNAFieldAttribute(0, "float", "scale_length", "float", 4, false)]
public float scale_length;
[DNAFieldAttribute(1, "char", "system", "char", 1)]
[DNAFieldAttribute(1, "char", "system", "char", 1, false)]
public char system;
[DNAFieldAttribute(2, "char", "system_rotation", "char", 1)]
[DNAFieldAttribute(2, "char", "system_rotation", "char", 1, false)]
public char system_rotation;
[DNAFieldAttribute(3, "short", "flag", "short", 2)]
[DNAFieldAttribute(3, "short", "flag", "short", 2, false)]
public short flag;
[DNAFieldAttribute(4, "char", "length_unit", "char", 1)]
[DNAFieldAttribute(4, "char", "length_unit", "char", 1, false)]
public char length_unit;
[DNAFieldAttribute(5, "char", "mass_unit", "char", 1)]
[DNAFieldAttribute(5, "char", "mass_unit", "char", 1, false)]
public char mass_unit;
[DNAFieldAttribute(6, "char", "time_unit", "char", 1)]
[DNAFieldAttribute(6, "char", "time_unit", "char", 1, false)]
public char time_unit;
[DNAFieldAttribute(7, "char", "temperature_unit", "char", 1)]
[DNAFieldAttribute(7, "char", "temperature_unit", "char", 1, false)]
public char temperature_unit;
[DNAFieldAttribute(8, "char", "_pad[4]", "System.Char[]", 1)]
[DNAFieldAttribute(8, "char", "_pad[4]", "System.Char[]", 4, false)]
public char[] _pad = new System.Char[4];
public UnitSettings() {
this.scale_length = default;