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