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,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(871, "AssetShelf")]
public class AssetShelf {
[DNAFieldAttribute(0, "AssetShelf", "*next", "AssetShelf", 216)]
[DNAFieldAttribute(0, "AssetShelf", "*next", "AssetShelf", 4, true)]
public AssetShelf ptr_next;
[DNAFieldAttribute(1, "AssetShelf", "*prev", "AssetShelf", 216)]
[DNAFieldAttribute(1, "AssetShelf", "*prev", "AssetShelf", 4, true)]
public AssetShelf ptr_prev;
[DNAFieldAttribute(2, "char", "idname[64]", "System.Char[]", 1)]
[DNAFieldAttribute(2, "char", "idname[64]", "System.Char[]", 64, false)]
public char[] idname = new System.Char[64];
[DNAFieldAttribute(3, "AssetShelfType", "*type", "AssetShelfType", 0)]
[DNAFieldAttribute(3, "AssetShelfType", "*type", "AssetShelfType", 4, true)]
public AssetShelfType ptr_type;
[DNAFieldAttribute(4, "AssetShelfSettings", "settings", "AssetShelfSettings", 120)]
[DNAFieldAttribute(4, "AssetShelfSettings", "settings", "AssetShelfSettings", 120, false)]
public AssetShelfSettings settings;
[DNAFieldAttribute(5, "short", "preferred_row_count", "short", 2)]
[DNAFieldAttribute(5, "short", "preferred_row_count", "short", 2, false)]
public short preferred_row_count;
[DNAFieldAttribute(6, "short", "instance_flag", "short", 2)]
[DNAFieldAttribute(6, "short", "instance_flag", "short", 2, false)]
public short instance_flag;
[DNAFieldAttribute(7, "char", "_pad[4]", "System.Char[]", 1)]
[DNAFieldAttribute(7, "char", "_pad[4]", "System.Char[]", 4, false)]
public char[] _pad = new System.Char[4];
public AssetShelf() {
this.ptr_next = default;