TempoVis: Clip Plane Support

This commit is contained in:
DeepSOIC
2018-05-12 21:31:29 +03:00
committed by Yorik van Havre
parent e4cea7f3ca
commit 1bf9da8a2a
3 changed files with 273 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
__doc__ = "Show module: helper code for visibility automation."
from Show.TempoVis import TempoVis
import Show.DepGraphTools as DepGraphTools
from .TempoVis import TempoVis
from . import DepGraphTools