Page MenuHome

Fix incorrect rename of clamp to clight
ClosedPublic

Authored by Robert Guetzkow (rjg) on Dec 8 2020, 12:49 PM.

Details

Summary

This patch fixes T83428. In rBA6aa8e130eff59059886e203ff95221609f63b222 all occurrences of "lamp" where replaced with "light" which also accidentally renamed "clamp" to "clight". In case of the x3d importer this caused a bug as bpy.types.Image doesn't have properties named use_clight_x and use_clight_y, it should be use_clamp_x and use_clamp_y. Additionally, the object carver add-on tries to set a property on the bevel modifier, which should be use_clamp_overlap but use_clight_overlap is used without this patch.

All incorrect usages of clight are replaced with clamp in this patch.

Diff Detail

Repository
rBA Blender Add-ons
Branch
2020-12-08-clamp
Build Status
Buildable 11612
Build 11612: arc lint + arc unit

Event Timeline

Robert Guetzkow (rjg) requested review of this revision.Dec 8 2020, 12:49 PM
This revision is now accepted and ready to land.Dec 8 2020, 2:20 PM