godotengine / godotengine/collada-exporter
Add option to exclude bones marked with `ctrl` prefix only
Open
enhancement
- Dominant language
- Python
- Stars
- 438
- Forks
- 135
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the option to exclude control bones works in such a way that any bone that is either set to non-deforming _or_ its name begins with the prefix `ctrl` is not included in the export.
However, there can be certain cases where you want to include certain control (non-deforming) bones but not others. For this to work, we need to split the option into two different options that provides filtering based on bone names and deforming capabilities individually.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.