Blender Git Commit Log
Git Commits -> Revision 6cf52cc
Revision 6cf52cc by Joshua Leung (master) January 5, 2013, 11:56 (GMT) |
Bugfix: "Change Frame" operator for setting current frame by clicking/scrubbing in a timeline view would show up search results in other editors (e.g. 3D View). This only really works where there is a timeline view as: 1) The modal interactive stuff is built on the assumption that a suitable 2D view mapping exists 2) The operator is not "registered" (i.e. no props display after usage, and doesn't get shown in undo) as it's more "view state" than "scene data" Rewrote poll callback to handlethis properly |
Commit Details:
Full Hash: 6cf52cc80c4cee6d6d4dbc0c18ea7f2bb8c69ee6
SVN Revision: 53582
Parent Commit: 5b72578
Lines Changed: +21, -9
1 Modified Path:
/source/blender/editors/animation/anim_ops.c (+21, -9) (Diff)