1
0
mirror of https://github.com/DarklightGames/io_scene_psk_psa.git synced 2024-11-13 18:00:52 +01:00

Set the subtype of the bone length property on PSK import to distance

This commit is contained in:
Colin Basnett 2024-01-22 14:50:06 -08:00
parent fda976d083
commit 3d3bbb9296

View File

@ -82,6 +82,7 @@ class PSK_OT_import(Operator, ImportHelper):
soft_min=1.0,
name='Bone Length',
options=empty_set,
subtype='DISTANCE',
description='Length of the bones'
)
should_import_shape_keys: BoolProperty(