Ejemplo n.º 1
0
 def __del__(self):
     """Destructor with reverting visible layers.
     """
     _switch_layers_visibility(self.layers_visibilities, False)
Ejemplo n.º 2
0
 def __del__(self):
     """Destructor with reverting visible layers.
     """
     _switch_layers_visibility(self.layers_visibilities, False)
Ejemplo n.º 3
0
 def __init__(self):
     """Constructor used for showing all scene visibility layers.
     This provides possibility to updates world matrixes even on hidden objects.
     """
     self.layers_visibilities = _switch_layers_visibility([], True)
Ejemplo n.º 4
0
 def __init__(self):
     """Constructor used for showing all scene visibility layers.
     This provides possibility to updates world matrixes even on hidden objects.
     """
     self.layers_visibilities = _switch_layers_visibility([], True)