blender-addons/object_carver
Damien Picard 8db31f5cb9 Assign modifiers to variables instead of getting them by name
Using hardcoded names to retrieve modifiers can result in errors if
the user has enabled UI translation, because the new modifiers may not
have the expected English names if the UI is translated.

So, use the data API to create the modifiers instead of the ops API,
and assign nodes to variables instead of getting them by name.
2023-02-27 21:51:16 +01:00
..
__init__.py Assign modifiers to variables instead of getting them by name 2023-02-27 21:51:16 +01:00
carver_draw.py Carver: replace deprecated bgl module 2022-09-21 22:38:34 -03:00
carver_operator.py Assign modifiers to variables instead of getting them by name 2023-02-27 21:51:16 +01:00
carver_preferences.py File headers: use SPDX license identifiers 2022-02-11 16:34:06 +11:00
carver_profils.py File headers: use SPDX license identifiers 2022-02-11 16:34:06 +11:00
carver_utils.py Assign modifiers to variables instead of getting them by name 2023-02-27 21:51:16 +01:00