Files
test/source/blender/editors/object
Campbell Barton cdea7c32ec Fix incorrect reporting for the quadreflow operator
- When called from Python, the operator would always return
  success even on failure.
- Errors are now reported to the operator or to the job-systems
  wmJobWorkerStatus::reports.
- Failure now returns OPERATOR_CANCELLED;
- Replace magic numbers with an enum.
2025-03-11 14:07:19 +11:00
..