A solution similar to rBaa7db99a38ec but now for the transform button props of the bone.
Ref T67140
Differential D5286
Fix T67140: Moving a pose bone doesnt update the bone's transform button props realtime. Authored by Germano Cavalcante (mano-wii) on Jul 17 2019, 10:57 PM.
Details
A solution similar to rBaa7db99a38ec but now for the transform button props of the bone. Ref T67140
Diff Detail
Event TimelineComment Actions It's slightly more correct to tweak buttons_area_listener to redraw the bone properties on ND_POSE, since ND_BONE_ACTIVE is normally meant for when the active bone changes. Comment Actions Analyzing the code, ND_POSE only redraws the panels of the Object Data tab. Comment Actions ND_BONE_ACTIVE and ND_BONE_SELECT are meant for when the active bone or selection of bones changes. So, better to tweak buttons_area_listener to handle ND_POSE for this case. |