BVH export: confusing option "root transform only" #36343

Closed
opened 2013-08-01 15:42:39 +02:00 by inactive account · 4 comments

Project: Blender Extensions
Tracker: Py Scripts Release
Blender: 2.66
Script name: io_anim_bvh
Wiki page: http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Import-Export/MotionCapture_BVH
Author(s): Campbell Barton
Category: Import Export
Status: Open

%%%The BVH exporter options contain a checkbox "Root Transform Only". This is a confusing label, as the transformations of other joints are also exported, even when this checkbox is checked. It seems to control whether the translation of the non-root joints is exported.

Rotations are also transformations, hence the confusion.

Even when the label is changed to "Root Translation Only" it is confusing. It can be understood as "for the root, export the translation only", which will be wrong as the rotation of the root joint will always be exported.

I'd suggest "Store translation only for root joint", or "Store only rotation for non-root joints".
%%%

**Project**: Blender Extensions **Tracker**: Py Scripts Release **Blender**: 2.66 **Script name**: io_anim_bvh **Wiki page**: http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Import-Export/MotionCapture_BVH **Author(s)**: Campbell Barton **Category**: Import Export **Status**: Open %%%The BVH exporter options contain a checkbox "Root Transform Only". This is a confusing label, as the transformations of other joints are also exported, even when this checkbox is checked. It seems to control whether the _translation_ of the non-root joints is exported. Rotations are also transformations, hence the confusion. Even when the label is changed to "Root Translation Only" it is confusing. It can be understood as "for the root, export the translation only", which will be wrong as the rotation of the root joint will always be exported. I'd suggest "Store translation only for root joint", or "Store only rotation for non-root joints". %%%

Changed status to: 'Open'

Changed status to: 'Open'
Campbell Barton was assigned by Brecht Van Lommel 2013-11-18 09:49:11 +01:00

Added subscriber: @brecht

Added subscriber: @brecht

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'

This was indeed confusing, done: 307a62b1df

This was indeed confusing, done: 307a62b1df
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#36343
No description provided.