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,27 +15,27 @@ namespace BlendFile.DNA {
[DNAClassAttribute(565, "bNodeTreeInterfaceSocket", 72)]
public class bNodeTreeInterfaceSocket {
[DNAFieldAttribute(0, "bNodeTreeInterfaceItem", "item", "bNodeTreeInterfaceItem", 8, false)]
[DNAFieldAttribute(0, "bNodeTreeInterfaceItem", "item", "bNodeTreeInterfaceItem", 8, false, 0)]
public bNodeTreeInterfaceItem item;
[DNAFieldAttribute(1, "char", "*name", "char", 8, true)]
[DNAFieldAttribute(1, "char", "*name", "char", 8, true, 8)]
public char ptr_name;
[DNAFieldAttribute(2, "char", "*description", "char", 8, true)]
[DNAFieldAttribute(2, "char", "*description", "char", 8, true, 16)]
public char ptr_description;
[DNAFieldAttribute(3, "char", "*socket_type", "char", 8, true)]
[DNAFieldAttribute(3, "char", "*socket_type", "char", 8, true, 24)]
public char ptr_socket_type;
[DNAFieldAttribute(4, "int", "flag", "int", 4, false)]
[DNAFieldAttribute(4, "int", "flag", "int", 4, false, 32)]
public int flag;
[DNAFieldAttribute(5, "short", "attribute_domain", "short", 2, false)]
[DNAFieldAttribute(5, "short", "attribute_domain", "short", 2, false, 36)]
public short attribute_domain;
[DNAFieldAttribute(6, "short", "default_input", "short", 2, false)]
[DNAFieldAttribute(6, "short", "default_input", "short", 2, false, 38)]
public short default_input;
[DNAFieldAttribute(7, "char", "*default_attribute_name", "char", 8, true)]
[DNAFieldAttribute(7, "char", "*default_attribute_name", "char", 8, true, 40)]
public char ptr_default_attribute_name;
[DNAFieldAttribute(8, "char", "*identifier", "char", 8, true)]
[DNAFieldAttribute(8, "char", "*identifier", "char", 8, true, 48)]
public char ptr_identifier;
[DNAFieldAttribute(9, "void", "*socket_data", "void", 8, true)]
[DNAFieldAttribute(9, "void", "*socket_data", "void", 8, true, 56)]
public object ptr_socket_data;
[DNAFieldAttribute(10, "IDProperty", "*properties", "IDProperty", 8, true)]
[DNAFieldAttribute(10, "IDProperty", "*properties", "IDProperty", 8, true, 64)]
public IDProperty ptr_properties;
public bNodeTreeInterfaceSocket() {
this.item = default;