Page MenuHome

Fix T70299: Grab brush not working as expected when Ctrl is press
ClosedPublic

Authored by Pablo Dobarro (pablodp606) on Sep 27 2019, 4:52 PM.

Diff Detail

Repository
rB Blender

Event Timeline

This revision is now accepted and ready to land.Sep 27 2019, 5:16 PM
  • Enable the fix only in grab

I'm not sure if the previous solution breaks the behaivour in other brushes that use normal weight. In the grab brush it does not make sense to update it per step

The only other tool using normal weight is snake hook, so it should be easy to verify if that one needs it too?

  • The previous fix was causing other issues. I think this should work.