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:
parent
fda976d083
commit
3d3bbb9296
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user