We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70b7e3 commit 8698699Copy full SHA for 8698699
src/python/python/tonemap.py
@@ -2,7 +2,8 @@
2
import sys, os
3
import argparse
4
from concurrent.futures import ThreadPoolExecutor
5
- import mitsuba.scalar_rgb as mi
+ import mitsuba as mi
6
+ mi.set_variant('scalar_rgb')
7
8
mi.set_log_level(mi.LogLevel.Info)
9
te = mi.ThreadEnvironment()
0 commit comments