Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

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