Blender Git Loki
Git Commits -> Revision c822f66
Revision c822f66 by Germano Cavalcante (master) December 7, 2020, 20:36 (GMT) |
Fix T83307: Some modal keys of transform operators don't correspond to the expected effect The transform modes `shrinkfatten` and `seq_slide` have a special way of handling events. They use modal events in a different way than expected. Therefore, this commit adds special event handles for these modes and removes the keymodal tips from the status bar. These effects are already described in the header anyway. |
Commit Details:
Full Hash: c822f66bb83eaa0baf90ce662375c0b0aefb9dec
Parent Commit: 29fb12d
Lines Changed: +45, -13