Esempio n. 1
0
 def __del__(self):
     """Destructor with reverting visible layers.
     """
     _switch_layers_visibility(self.layers_visibilities, False)
Esempio n. 2
0
 def __del__(self):
     """Destructor with reverting visible layers.
     """
     _switch_layers_visibility(self.layers_visibilities, False)
Esempio 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)
Esempio 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)