Blender Git Commit Log
Git Commits -> Revision 1cf2c09
Revision 1cf2c09 by Joshua Leung (master) May 6, 2012, 06:37 (GMT) |
Bugfix [#31297] Transform menu often showed operators which didn't make sense for the contexts they appeared in The VIEW3D_MT_transform menu was being used everywhere, although not all the operators there applied to the current mode (e.g. the pivot point, animated transforms to deltas, and a few others were Object-mode only). Split off the offending parts into separate menus for the specific modes, and made these extend the basic menu type. |
Commit Details:
Full Hash: 1cf2c099f7a88338b278304b08036dba71a0b522
SVN Revision: 46338
Parent Commit: 8ce144b
Lines Changed: +50, -13
1 Modified Path:
/release/scripts/startup/bl_ui/space_view3d.py (+50, -13) (Diff)