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

@@ -19,21 +19,21 @@ namespace BlendFile.DNA {
public bUserExtensionRepo next;
[DNAFieldAttribute(8, "bUserExtensionRepo", 1, "*prev", "bUserExtensionRepo", true, 8)]
public bUserExtensionRepo prev;
[DNAArrayAttribute(64, "char", 2, "name[64]", "System.Char[]", 64, 16)]
[DNAArrayAttribute(64, "char", 2, "name[64]", "System.Char[]", 64, false, 16)]
public char[] name = new System.Char[64];
[DNAArrayAttribute(48, "char", 3, "module[48]", "System.Char[]", 48, 80)]
[DNAArrayAttribute(48, "char", 3, "module[48]", "System.Char[]", 48, false, 80)]
public char[] module = new System.Char[48];
[DNAFieldAttribute(8, "char", 4, "*access_token", "char", true, 128)]
public char access_token;
[DNAArrayAttribute(1024, "char", 5, "custom_dirpath[1024]", "System.Char[]", 1024, 136)]
[DNAArrayAttribute(1024, "char", 5, "custom_dirpath[1024]", "System.Char[]", 1024, false, 136)]
public char[] custom_dirpath = new System.Char[1024];
[DNAArrayAttribute(1024, "char", 6, "remote_url[1024]", "System.Char[]", 1024, 1160)]
[DNAArrayAttribute(1024, "char", 6, "remote_url[1024]", "System.Char[]", 1024, false, 1160)]
public char[] remote_url = new System.Char[1024];
[DNAFieldAttribute(1, "uchar", 7, "flag", "uchar", false, 2184)]
public byte flag;
[DNAFieldAttribute(1, "uchar", 8, "source", "uchar", false, 2185)]
public byte source;
[DNAArrayAttribute(6, "char", 9, "_pad0[6]", "System.Char[]", 6, 2186)]
[DNAArrayAttribute(6, "char", 9, "_pad0[6]", "System.Char[]", 6, false, 2186)]
public char[] _pad0 = new System.Char[6];
public bUserExtensionRepo() {
this.next = default;