* Allow users to export a sequence in reverse

You can do this by naming a sequence `<name>/<reversed_name>`. For example, `crawlF/crawlB` will result in two export options: `crawlF` (forward) and `crawlB` (the same animation, but reversed).
* Allow users to exclude sequences from the export dialog by prepending the name of the action/marker with a "#" character.
* The "Use original sequence names" option has been removed as it's not really needed.
This commit is contained in:
Colin Basnett
2023-04-01 15:04:16 -07:00
parent fd02f3f4d7
commit f7b97added
5 changed files with 176 additions and 147 deletions

View File

@@ -256,7 +256,7 @@ class PskExportPropertyGroup(PropertyGroup):
default=False,
name='Ignore Bone Name Restrictions',
description='Bone names restrictions will be ignored. Note that bone names without properly formatted names '
'cannot be referenced in scripts.'
'cannot be referenced in scripts'
)