Blender Git Commit Log
Git Commits -> Revision 36b55be
Revision 36b55be by Philipp Oeser (master) March 20, 2020, 12:24 (GMT) |
Fix T74649: Outliner: Cannot set/clear parent with 'Keep Transforms' Parenting in the outliner via drang and drop would always happen without the 'Keep Transforms' option. Since this is often desired, this adds the ability to hold Alt for doing this to the drop action. Adding the hint to hold Alt to the operator name is not nice, but since the operator name is used for the UI, there doesnt seem to be a nicer way of doing this. If modifier keys are needed back for other actions, spawning a menu instead could be an alternative for the future. Maniphest Tasks: T74649 Differential Revision: https://developer.blender.org/D7120 |
Commit Details:
Full Hash: 36b55bee4247565b3e5a7237672bbdc2237447f0
Parent Commit: 27553a2
Lines Changed: +17, -13