🐞 Bug Report
Description
Doing an "Update Pose" or "Delete Pose" in the RBF Manager V2 UI with multiple active Driven nodes, the info from the last drivenNode gets is set on all other tabs.
This is an UI only issue, the internal node values are good.
Reopening the UI or switching the selected RBF Setup, displayes the correct values.
Steps to Reproduce
1: Create multiple RBF Driven nodes to one drivers with multiple poses
2: Click on Update pose with one pose selected.

Expected Behavior
The old values of pose should be set to the correct internal node values.
Actual Behavior
All driven values in the tabWidgets are set to the last drivenNode values.
Maya Version
- Maya Version: 2026.3
- OS: _e.g., Windows 10
mGear Version
Additional Context
I think the issue is in this function:
|
def refreshAllTables(self): |
🐞 Bug Report
Description
Doing an "Update Pose" or "Delete Pose" in the RBF Manager V2 UI with multiple active Driven nodes, the info from the last drivenNode gets is set on all other tabs.
This is an UI only issue, the internal node values are good.
Reopening the UI or switching the selected RBF Setup, displayes the correct values.
Steps to Reproduce
1: Create multiple RBF Driven nodes to one drivers with multiple poses

2: Click on Update pose with one pose selected.
Expected Behavior
The old values of pose should be set to the correct internal node values.
Actual Behavior
All driven values in the tabWidgets are set to the last drivenNode values.
Maya Version
mGear Version
Additional Context
I think the issue is in this function:
mgear/release/scripts/mgear/rigbits/rbf_manager2/rbf_manager_ui.py
Line 711 in b39e497