Files
test/source/blender/editors/include
Campbell Barton 17bc292530 Cleanup: remove ED_types.h & ACTIVE, DESELECT definitions
- ACTIVE flag is no longer in use.

- DESELECT was used in some places as an alias for false,
  even though this could arguably help readability, in practice this
  was often passed with a selection flag leading to confusing calls
  such as `select_beztriple(bezt, DESELECT, SELECT, HIDDEN)`.
  Replace SELECT/DESELECT with true/false in these cases.

- Remove ED_types.h. Add a 'SELECT' definition to DNA_anim_types.h,
  for fcurve_test, we could use a shared DNA header, or remove use of
  the define entirely in favor of typed enums.
2022-09-08 12:08:20 +10:00
..
2022-04-18 12:36:37 -05:00
2022-07-21 19:01:19 +02:00
2022-06-09 10:11:25 +10:00
2022-05-16 19:46:20 +02:00
2022-08-27 12:54:26 +10:00
2022-08-16 10:38:26 +10:00
2022-04-22 10:11:48 +10:00
2022-07-07 08:13:11 -05:00
2022-09-02 13:18:09 -07:00