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,17 +15,17 @@ namespace BlendFile.DNA {
[DNAClassAttribute(112, "bUUID")]
public struct bUUID {
[DNAFieldAttribute(0, "int", "time_low", 4)]
[DNAFieldAttribute(0, "int", "time_low", "int", 4)]
public int time_low;
[DNAFieldAttribute(1, "ushort", "time_mid", 2)]
[DNAFieldAttribute(1, "ushort", "time_mid", "ushort", 2)]
public ushort time_mid;
[DNAFieldAttribute(2, "ushort", "time_hi_and_version", 2)]
[DNAFieldAttribute(2, "ushort", "time_hi_and_version", "ushort", 2)]
public ushort time_hi_and_version;
[DNAFieldAttribute(3, "uchar", "clock_seq_hi_and_reserved", 1)]
[DNAFieldAttribute(3, "uchar", "clock_seq_hi_and_reserved", "uchar", 1)]
public byte clock_seq_hi_and_reserved;
[DNAFieldAttribute(4, "uchar", "clock_seq_low", 1)]
[DNAFieldAttribute(4, "uchar", "clock_seq_low", "uchar", 1)]
public byte clock_seq_low;
[DNAFieldAttribute(5, "uchar", "node[6]", 1)]
[DNAFieldAttribute(5, "uchar", "node[6]", "System.Byte[]", 1)]
public byte[] node = new System.Byte[6];
public bUUID() {
this.time_low = default;