Generated new code and added initial data handling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user