From 3d3bbb9296b60550081c376765419379b4ca1e85 Mon Sep 17 00:00:00 2001 From: Colin Basnett Date: Mon, 22 Jan 2024 14:50:06 -0800 Subject: [PATCH] Set the subtype of the bone length property on PSK import to distance --- io_scene_psk_psa/psk/import_/operators.py | 1 + 1 file changed, 1 insertion(+) diff --git a/io_scene_psk_psa/psk/import_/operators.py b/io_scene_psk_psa/psk/import_/operators.py index e90b44c..3ebc084 100644 --- a/io_scene_psk_psa/psk/import_/operators.py +++ b/io_scene_psk_psa/psk/import_/operators.py @@ -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(