Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Guetzkow <rjg>2020-12-09 14:19:13 +0300
committerRobert Guetzkow <gitcommit@outlook.de>2020-12-09 14:20:06 +0300
commitff83176c7f46ec16666bec79bbda5d0147b5ed7c (patch)
tree7452ae3fbcdee1a8db9a2a75f10c1449771033c5 /object_carver
parent1191a172ac389e3d068a8ef7d16f36457e67e3bc (diff)
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
Diffstat (limited to 'object_carver')
-rw-r--r--object_carver/carver_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_carver/carver_utils.py b/object_carver/carver_utils.py
index 1bd7455f..b026c1d1 100644
--- a/object_carver/carver_utils.py
+++ b/object_carver/carver_utils.py
@@ -326,7 +326,7 @@ def CreateBevel(context, CurrentObject):
mod.limit_method = 'WEIGHT'
mod.width = 0.01
mod.profile = 0.699099
- mod.use_clight_overlap = False
+ mod.use_clamp_overlap = False
mod.segments = 3
mod.loop_slide = False