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,15 +15,15 @@ namespace BlendFile.DNA {
[DNAClassAttribute(1004, "bUserMenuItem_Prop")]
public struct bUserMenuItem_Prop {
[DNAFieldAttribute(0, "bUserMenuItem", "item", "bUserMenuItem", 88)]
[DNAFieldAttribute(0, "bUserMenuItem", "item", "bUserMenuItem", 88, false)]
public bUserMenuItem item;
[DNAFieldAttribute(1, "char", "context_data_path[256]", "System.Char[]", 1)]
[DNAFieldAttribute(1, "char", "context_data_path[256]", "System.Char[]", 256, false)]
public char[] context_data_path = new System.Char[256];
[DNAFieldAttribute(2, "char", "prop_id[64]", "System.Char[]", 1)]
[DNAFieldAttribute(2, "char", "prop_id[64]", "System.Char[]", 64, false)]
public char[] prop_id = new System.Char[64];
[DNAFieldAttribute(3, "int", "prop_index", "int", 4)]
[DNAFieldAttribute(3, "int", "prop_index", "int", 4, false)]
public int prop_index;
[DNAFieldAttribute(4, "char", "_pad0[4]", "System.Char[]", 1)]
[DNAFieldAttribute(4, "char", "_pad0[4]", "System.Char[]", 4, false)]
public char[] _pad0 = new System.Char[4];
public bUserMenuItem_Prop() {
this.item = default;