Exemplo n.º 1
0
 def __call__(self, proxy):
     if not smstate.visible_representations()(proxy): return False
     if (not cpstate_globals.export_rendering) and \
         (proxy.GetXMLGroup() in ["views", "representations"]): return False
     return True
Exemplo n.º 2
0
 def __call__(self, proxy):
     if not smstate.visible_representations()(proxy): return False
     if (not cpstate_globals.export_rendering) and \
         (proxy.GetXMLGroup() in ["views", "representations"]):
         return False
     return True