Dear developers, I added patch #23310: Synchronize bone transform data view in property panel when changing frame
https://projects.blender.org/tracker/index.php?func=detail&aid=23310&group_id=9&atid=127 Details: --- cut --- The bone transform data view in the property panel is not updated immediately when changing the current frame in the DopeSheet editor. The values for e. g. location and rotation of a bone is updated only when they are "touched" with the mouse pointer (move mouse over data elements) or when switching the properties sub-panels. This is a little bit confusing when moving around the current frame in the animation sequence, but the object data view is not updated accordingly. The attached patch fix this problem by sending additional notifier events for object modification. Thus when another current frame is selected - with the mouse or - with cursors keys (incl. modifiers like ctrl) the current frame is changed _and_ the object data view in the property panel is updated immediately. --- cut --- Torsten _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
