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

@@ -17,7 +17,7 @@ namespace BlendFile.DNA {
public class ActionStrip {
[DNAFieldAttribute(1, "int8_t", 0, "strip_type", "int8_t", false, 0)]
public sbyte strip_type;
[DNAArrayAttribute(3, "uchar", 1, "_pad0[3]", "System.Byte[]", 3, 1)]
[DNAArrayAttribute(3, "uchar", 1, "_pad0[3]", "System.Byte[]", 3, false, 1)]
public byte[] _pad0 = new System.Byte[3];
[DNAFieldAttribute(4, "int", 2, "data_index", "int", false, 4)]
public int data_index;
@@ -27,7 +27,7 @@ namespace BlendFile.DNA {
public float frame_end;
[DNAFieldAttribute(4, "float", 5, "frame_offset", "float", false, 16)]
public float frame_offset;
[DNAArrayAttribute(4, "uchar", 6, "_pad1[4]", "System.Byte[]", 4, 20)]
[DNAArrayAttribute(4, "uchar", 6, "_pad1[4]", "System.Byte[]", 4, false, 20)]
public byte[] _pad1 = new System.Byte[4];
public ActionStrip() {
this.strip_type = default;