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

@@ -27,13 +27,13 @@ namespace BlendFile.DNA {
public short flag;
[DNAFieldAttribute(2, "short", 5, "runtime_flag", "short", false, 34)]
public short runtime_flag;
[DNAArrayAttribute(4, "char", 6, "_pad[4]", "System.Char[]", 4, 36)]
[DNAArrayAttribute(4, "char", 6, "_pad[4]", "System.Char[]", 4, false, 36)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(16, "ListBase", 7, "layer_collections", "ListBase", false, 40)]
public ListBase layer_collections;
[DNAFieldAttribute(2, "short", 8, "local_collections_bits", "short", false, 56)]
public short local_collections_bits;
[DNAArrayAttribute(6, "short", 9, "_pad2[3]", "System.Int16[]", 3, 58)]
[DNAArrayAttribute(6, "short", 9, "_pad2[3]", "System.Int16[]", 3, false, 58)]
public short[] _pad2 = new System.Int16[3];
public LayerCollection() {
this.next = default;