|
|
@@ -313,9 +313,9 @@ def relink_socket_map_add_socket(node, socket_collection, item, in_out=None,):
|
|
|
if val_type is bool: default_value = item.default_bool
|
|
|
if val_type is int: default_value = item.default_int
|
|
|
if val_type is float: default_value = item.default_float
|
|
|
- if val_type is Vector: default_value = item.default_float
|
|
|
+ if val_type is Vector: default_value = item.default_vector
|
|
|
if val_type is str: default_value = item.default_string
|
|
|
- if val_type is bpy_prop_array: default_value = item.default_float
|
|
|
+ if val_type is bpy_prop_array: default_value = item.default_bool_vector
|
|
|
s.default_value = default_value
|
|
|
|
|
|
if read_schema_type(item) == 'Array': s.display_shape = 'SQUARE_DOT'
|