This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/release/scripts/startup/bl_operators
Campbell Barton 40f8ddf829 3D View: move deselect all logic into an option
This removes `VIEW3D_OT_select_or_deselect_all`, adding a
deselect_all option to the `VIEW3D_OT_select` operator.

- Add utility functions to simplify de-selecting all.

- Return true from selection functions when they change the selection
  to avoid redundant updates.

- Use arrays of bases when passing objects between selection utility
  functions since some users require bases.

- Fix logical error in box selection that updated all objects after
  the first hit.
2019-03-26 20:25:25 +11:00
..
2018-07-03 06:48:44 +02:00
2019-03-17 21:14:43 +11:00
2019-01-30 09:06:44 +11:00
2019-03-20 10:44:01 +11:00
2019-03-17 21:00:56 +11:00
2019-03-14 11:08:48 +11:00
2019-03-14 11:08:48 +11:00
2019-03-20 10:44:01 +11:00