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,25 +15,25 @@ namespace BlendFile.DNA {
[DNAClassAttribute(1006, "bUserExtensionRepo")]
public class bUserExtensionRepo {
[DNAFieldAttribute(0, "bUserExtensionRepo", "*next", "bUserExtensionRepo", 2192)]
[DNAFieldAttribute(0, "bUserExtensionRepo", "*next", "bUserExtensionRepo", 4, true)]
public bUserExtensionRepo ptr_next;
[DNAFieldAttribute(1, "bUserExtensionRepo", "*prev", "bUserExtensionRepo", 2192)]
[DNAFieldAttribute(1, "bUserExtensionRepo", "*prev", "bUserExtensionRepo", 4, true)]
public bUserExtensionRepo ptr_prev;
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 1)]
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 64, false)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(3, "char", "module[48]", "System.Char[]", 1)]
[DNAFieldAttribute(3, "char", "module[48]", "System.Char[]", 48, false)]
public char[] module = new System.Char[48];
[DNAFieldAttribute(4, "char", "*access_token", "char", 1)]
[DNAFieldAttribute(4, "char", "*access_token", "char", 4, true)]
public char ptr_access_token;
[DNAFieldAttribute(5, "char", "custom_dirpath[1024]", "System.Char[]", 1)]
[DNAFieldAttribute(5, "char", "custom_dirpath[1024]", "System.Char[]", 1024, false)]
public char[] custom_dirpath = new System.Char[1024];
[DNAFieldAttribute(6, "char", "remote_url[1024]", "System.Char[]", 1)]
[DNAFieldAttribute(6, "char", "remote_url[1024]", "System.Char[]", 1024, false)]
public char[] remote_url = new System.Char[1024];
[DNAFieldAttribute(7, "uchar", "flag", "uchar", 1)]
[DNAFieldAttribute(7, "uchar", "flag", "uchar", 1, false)]
public byte flag;
[DNAFieldAttribute(8, "uchar", "source", "uchar", 1)]
[DNAFieldAttribute(8, "uchar", "source", "uchar", 1, false)]
public byte source;
[DNAFieldAttribute(9, "char", "_pad0[6]", "System.Char[]", 1)]
[DNAFieldAttribute(9, "char", "_pad0[6]", "System.Char[]", 6, false)]
public char[] _pad0 = new System.Char[6];
public bUserExtensionRepo() {
this.ptr_next = default;