Set the subtype of the bone length property on PSK import to distance
This commit is contained in:
@@ -82,6 +82,7 @@ class PSK_OT_import(Operator, ImportHelper):
|
|||||||
soft_min=1.0,
|
soft_min=1.0,
|
||||||
name='Bone Length',
|
name='Bone Length',
|
||||||
options=empty_set,
|
options=empty_set,
|
||||||
|
subtype='DISTANCE',
|
||||||
description='Length of the bones'
|
description='Length of the bones'
|
||||||
)
|
)
|
||||||
should_import_shape_keys: BoolProperty(
|
should_import_shape_keys: BoolProperty(
|
||||||
|
|||||||
Reference in New Issue
Block a user