mirror of
https://github.com/DarklightGames/io_scene_psk_psa.git
synced 2024-11-24 06:50:13 +01:00
[PSA Export] Added missing names and descriptions for filter properties
This commit is contained in:
parent
0d9e2a4b60
commit
6493ace078
@ -128,10 +128,21 @@ class PsaExportPropertyGroup(PropertyGroup):
|
|||||||
)
|
)
|
||||||
sequence_name_prefix: StringProperty(name='Prefix', options=set())
|
sequence_name_prefix: StringProperty(name='Prefix', options=set())
|
||||||
sequence_name_suffix: StringProperty(name='Suffix', options=set())
|
sequence_name_suffix: StringProperty(name='Suffix', options=set())
|
||||||
sequence_filter_name: StringProperty(default='', options={'TEXTEDIT_UPDATE'})
|
sequence_filter_name: StringProperty(
|
||||||
sequence_use_filter_invert: BoolProperty(default=False, options=set())
|
default='',
|
||||||
sequence_filter_asset: BoolProperty(default=False, name='Show assets',
|
name='Filter by Name',
|
||||||
description='Show actions that belong to an asset library', options=set())
|
options={'TEXTEDIT_UPDATE'},
|
||||||
|
description='Only show items matching this name (use \'*\' as wildcard)')
|
||||||
|
sequence_use_filter_invert: BoolProperty(
|
||||||
|
default=False,
|
||||||
|
name='Invert',
|
||||||
|
options=set(),
|
||||||
|
description='Invert filtering (show hidden items, and vice versa)')
|
||||||
|
sequence_filter_asset: BoolProperty(
|
||||||
|
default=False,
|
||||||
|
name='Show assets',
|
||||||
|
options=set(),
|
||||||
|
description='Show actions that belong to an asset library')
|
||||||
sequence_use_filter_sort_reverse: BoolProperty(default=True, options=set())
|
sequence_use_filter_sort_reverse: BoolProperty(default=True, options=set())
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user