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