Files
test/source/blender/blenkernel
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-02-11 10:28:59 +01:00
2022-07-08 09:48:49 +10:00
2022-05-22 13:05:12 +02:00
2022-02-11 09:14:36 +11:00
2022-05-06 13:33:23 +02:00
2022-06-03 15:08:11 +10:00
2022-07-14 20:53:20 +10:00
2022-06-03 15:08:11 +10:00
2022-02-11 09:14:36 +11:00
2022-08-12 12:42:03 +02:00
2022-08-17 12:03:26 -04:00
2022-07-06 15:28:54 +10:00
2022-08-27 12:54:26 +10:00
2022-09-07 15:14:49 +10:00
2022-08-26 15:58:32 +10:00
2022-08-03 19:28:05 +02:00
2022-08-30 16:22:49 +10:00