Skip to content

Commit

Permalink
Merge pull request #390 from michelchafouin/master
Browse files Browse the repository at this point in the history
Revert misleading information about World light unit
  • Loading branch information
Theverat authored Mar 1, 2020
2 parents 1c4fd52 + bc037a9 commit 34c7090
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ui/world.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ def draw_luxcore_settings(self, context):
else:
col.prop(sun.luxcore, "gain")
col.prop(world.luxcore.sun.data.luxcore, "exposure", slider=True)
elif world.luxcore.light == "constantinfinite":
col.prop(world.luxcore, "gain", text="Gain (Lux)")
col.prop(world.luxcore, "exposure", slider=True)
else:
if is_sky:
col.prop(world.luxcore, "sun_sky_gain")
Expand Down

0 comments on commit 34c7090

Please sign in to comment.