TempoVis: Clip Plane Support

This commit is contained in:
DeepSOIC
2018-05-12 21:31:29 +03:00
committed by Yorik van Havre
parent dd0b80e5c1
commit 38d2a9f0b2
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