updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

@@ -15,9 +15,9 @@ namespace BlendFile.DNA {
[DNAClassAttribute(67, "ActionSlot", 88)]
public class ActionSlot {
[DNAArrayAttribute(66, "char", 0, "name[66]", "System.Char[]", 66, 0)]
[DNAArrayAttribute(66, "char", 0, "name[66]", "System.Char[]", 66, false, 0)]
public char[] name = new System.Char[66];
[DNAArrayAttribute(2, "uchar", 1, "_pad0[2]", "System.Byte[]", 2, 66)]
[DNAArrayAttribute(2, "uchar", 1, "_pad0[2]", "System.Byte[]", 2, false, 66)]
public byte[] _pad0 = new System.Byte[2];
[DNAFieldAttribute(4, "int", 2, "idtype", "int", false, 68)]
public int idtype;
@@ -25,7 +25,7 @@ namespace BlendFile.DNA {
public int handle;
[DNAFieldAttribute(1, "int8_t", 4, "slot_flags", "int8_t", false, 76)]
public sbyte slot_flags;
[DNAArrayAttribute(3, "uchar", 5, "_pad1[3]", "System.Byte[]", 3, 77)]
[DNAArrayAttribute(3, "uchar", 5, "_pad1[3]", "System.Byte[]", 3, false, 77)]
public byte[] _pad1 = new System.Byte[3];
[DNAFieldAttribute(8, "ActionSlotRuntimeHandle", 6, "*runtime", "ActionSlotRuntimeHandle", true, 80)]
public ActionSlotRuntimeHandle runtime;