UI Paper Cuts
T61556 Add missing transform operators to Transform menu
Add move, rotate, scale to transform menu.
Differential D4425
Add transform operators to transform menu. Authored by George Vogiatzis (Gvgeo) on Feb 28 2019, 1:16 PM.
Details
UI Paper Cuts Add move, rotate, scale to transform menu.
Diff Detail
Event TimelineComment Actions I was going to add this. Although I think this needs to be added to more transform menus. Currently it's inconsistent - we sometimes include these and sometimes not. Comment Actions I put it in class VIEW3D_MT_transform_base(Menu) So is on every transform menu that calls it. What I don't like is b. class VIEW3D_MT_edit_gpencil_transform(Menu): has a slightly different structure and does not call transform base, but had already these operators. c. Too many separators on the menu? |