regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

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