Page MenuHome

Fix T63429: Random deselect function lost
ClosedPublic

Authored by Sebastian Parborg (zeddb) on Apr 9 2019, 9:32 PM.

Details

Summary

Add back the ability to choose the select operation for random select.

This was changed in rB98e0bd90f45fd04ebba5c623ea6d2ff5e12f073a so I'm unsure if this was intentional or not.
There doesn't seem to be an easy way to get to this setting anymore (without using python).

Diff Detail

Repository
rB Blender

Event Timeline

Brecht Van Lommel (brecht) requested changes to this revision.EditedApr 9 2019, 9:39 PM

It was intentional for most selection operators. But for WM_operator_properties_select_random we can keep this visible in the UI.

This revision now requires changes to proceed.Apr 9 2019, 9:39 PM

@Brecht Van Lommel (brecht) I'm guessing you wanted to accept the changes?

No, this change seems to bring the property back in UI for more selection tools than just select random. It should only be for select random.

Updated so that the operator call now has a flag to toggle on and off the visibility.

This revision is now accepted and ready to land.Apr 16 2019, 12:00 AM
This revision was automatically updated to reflect the committed changes.