Skip to content

Commit b07a6a6

Browse files
committed
Add comment
1 parent 1eaf8c2 commit b07a6a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ml3d/vis/visualizer.py

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import numpy as np
44
import threading
55
import open3d as o3d
6+
# Allow Open3D import when visualizer is not built or used.
67
if o3d._build_config["BUILD_GUI"]:
78
from open3d.visualization import gui
89
from open3d.visualization import rendering

0 commit comments

Comments
 (0)