Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Hasler <nils.hasler>2022-03-08 18:17:07 +0300
committerBastien Montagne <bastien@blender.org>2022-03-08 18:19:32 +0300
commita2c3cfdd764b1d84f5fb31454813bd0dd9c05ebe (patch)
tree1cd03be8e7cdabf14fb785b3f995bdc997630d98 /curve_tools
parent1af4eb6f32cd62d84f5a91b2d2fcb19fe0757d67 (diff)
Group FCurves by bone name when importing from FBX or BVH
When importing an animation from FBX or BVH the fcurves are currently shown as a very long list in the dope sheet. When you manually create a keyframe they are grouped by bone name, which is much more user friendly. This patch groups imported animations by bone name too. The changes are trivial: * In the FBX case it was falsely using the object name to group all curves rather than the bone name. * The BVH importer simply wasn't using the grouping feature at all. Reviewed By: mont29 Maniphest Tasks: T82472 Differential Revision: https://developer.blender.org/D11269
Diffstat (limited to 'curve_tools')
0 files changed, 0 insertions, 0 deletions