9 Commits

Author SHA1 Message Date
33a7345509 Remove bl_options from menus which caused tests to fail
This previously did nothing
(although the menus should not have defined them), since menus now have
a bl_options so an invalid value caused an error.
2023-09-07 17:50:38 +10:00
e8da6131fd License headers: use SPDX-FileCopyrightText for all addons
Move copyright text to SPDX-FileCopyrightText or set to the
Blender Foundation so "make check_licenses" now runs without warnings.
2023-06-15 16:54:05 +10:00
f7876b71cd File headers: use SPDX license identifiers
Some files needed to be changed manually.
2022-02-11 16:34:06 +11:00
f3a8b264d1 Fix T82763: Fix crash in Discombobulator on undo
Add `"UNDO"` to the `bl_options` to ensure that undo works
properly with the new undo system.
2020-11-17 13:51:15 +01:00
6598f0a25c Cleanup: trailing space 2020-01-29 13:51:36 +11:00
6027fe00c3 Addon: Discombobulator: Fixed Doodads Menu section broken 2019-07-26 01:12:35 +03:00
222969e380 Update for Depsgraph API changes
Reviewers: sergey

Differential Revision: https://developer.blender.org/D4883
2019-05-17 14:18:02 +02:00
76553f790d Correct errors thrown in console when running mesh_discombobulator
https://developer.blender.org/T63954
2019-04-28 20:53:19 +03:00
2cc1dd0409 Separated mesh_discombobulator from add_mesh_extra_objects 2019-04-21 14:05:35 +03:00