Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -37,6 +37,19 @@ namespace BlendFile.DNA {
public object ptr_socket_data;
[DNAFieldAttribute(10, "IDProperty", "*properties", 136)]
public IDProperty ptr_properties;
public bNodeTreeInterfaceSocket() {
this.item = default;
this.ptr_name = default;
this.ptr_description = default;
this.ptr_socket_type = default;
this.flag = default;
this.attribute_domain = default;
this.default_input = default;
this.ptr_default_attribute_name = default;
this.ptr_identifier = default;
this.ptr_socket_data = default;
this.ptr_properties = default;
}
public bNodeTreeInterfaceSocket(bNodeTreeInterfaceItem item, char ptr_name, char ptr_description, char ptr_socket_type, int flag, short attribute_domain, short default_input, char ptr_default_attribute_name, char ptr_identifier, object ptr_socket_data, IDProperty ptr_properties) {
this.item = item;
this.ptr_name = ptr_name;