regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

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