mirror of
https://github.com/DarklightGames/io_scene_psk_psa.git
synced 2025-02-23 04:18:59 +01:00
Renamed "Reuse Existing Actions" to "Overwrite" in PSA import options.
This commit is contained in:
parent
4811911e4a
commit
5a66cab92e
@ -289,7 +289,7 @@ class PsaImportPropertyGroup(PropertyGroup):
|
||||
options=empty_set)
|
||||
should_use_action_name_prefix: BoolProperty(default=False, name='Prefix Action Name', options=empty_set)
|
||||
action_name_prefix: StringProperty(default='', name='Prefix', options=empty_set)
|
||||
should_overwrite: BoolProperty(default=False, name='Reuse Existing Actions', options=empty_set,
|
||||
should_overwrite: BoolProperty(default=False, name='Overwrite', options=empty_set,
|
||||
description='If an action with a matching name already exists, the existing action '
|
||||
'will have it\'s data overwritten instead of a new action being created')
|
||||
should_write_keyframes: BoolProperty(default=True, name='Keyframes', options=empty_set)
|
||||
|
Loading…
x
Reference in New Issue
Block a user