Home Website Youtube GitHub

Bug: RBF Manager 2.0 reorders driver attributes after RBF Node creation

Before creating an RBF setup, the attribute ordering in the Select Driver Attributes list is Tx, Ty, Tz, Rx, Ry, Rz.

But after creating the first RBF node, the attributes in the Select Driver Attributes list get reordered to Rx, Ry, Rz, Tx, Ty, Tz, even though the Pose ordering is Tx, Ty, Tz, Rx, Ry, Rz, which causes a mismatch between the driver inputs and the stored Poses.

Here’s the resulting node setup:

However, since the attribute ordering in the Pose table is Tx, Ty, Tz, Rx, Ry, Rz, that’s the order that the PoseInput get saved.

This seemed to fix it (rbf_manager_ui.py):