Skip to content

Commit

Permalink
Fix tonemap CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
dvicini authored and wjakob committed Sep 18, 2024
1 parent b70b7e3 commit 8698699
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/python/python/tonemap.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
import sys, os
import argparse
from concurrent.futures import ThreadPoolExecutor
import mitsuba.scalar_rgb as mi
import mitsuba as mi
mi.set_variant('scalar_rgb')

mi.set_log_level(mi.LogLevel.Info)
te = mi.ThreadEnvironment()
Expand Down

0 comments on commit 8698699

Please sign in to comment.