* 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:
@@ -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'
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user