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