blender-addons/object_carver
Robert Guetzkow ff83176c7f Fix T84328: Correct errors caused by renaming
In rBA6aa8e130eff59059886e203ff95221609f63b222 all occurrences
of "lamp" where replaced with "light" which also accidentally
renamed "clamp" to "clight". In case of the x3d importer and
object carver add-on this broke some functionality. This
commit fixes the names to match the use the correct properties
of the Python API and use semantically correct names for other
add-on where the renaming didn't cause functional changes.

Reviewed By: mont29

Differential Revision: https://developer.blender.org/D9782
2020-12-09 12:20:06 +01:00
..
__init__.py quiet prints on startup 2020-10-16 15:51:54 +11:00
carver_draw.py Cleanup: tabs -> spaces 2020-03-05 12:32:28 +11:00
carver_operator.py Fix T78864: the apply_as parameter of modifier_apply was removed. 2020-07-15 11:37:16 +03:00
carver_preferences.py Cleanup: tabs -> spaces 2020-03-05 12:32:28 +11:00
carver_profils.py Cleanup: tabs -> spaces 2020-03-05 12:32:28 +11:00
carver_utils.py Fix T84328: Correct errors caused by renaming 2020-12-09 12:20:06 +01:00