Blender Git Loki
Git Commits -> Revision 2eafae4
Revision 2eafae4 by Stanislav Blinov (master) January 9, 2020, 12:02 (GMT) |
Fix T71295: Duplicate macro faulty after rotation As per T71295, the "duplicate+move" macro fails to store TRANSFORM_OT_translate properties once it's been used with rotation. I believe this is due to it being re-initialized with incorrect properties, reading bogus values from stored TRANSFORM_OT_rotate properties. Force storing of actual operator id name instead of one defined in the macro, which in turn forces a name mismatch on initialization. Reviewed By: #modeling, campbellbarton Maniphest Tasks: T71295 Differential Revision: https://developer.blender.org/D6413 |
Commit Details:
Full Hash: 2eafae4e393d508d59ff5ab81072e61360c81e6f
Parent Commit: 002f5b8
Committed By: Germano Cavalcante
Lines Changed: +1, -1
1 Modified Path:
/source/blender/windowmanager/intern/wm_event_system.c (+1, -1) (Diff)