ggmolvis.sceneobjects.base
This module contains the base classes for the scene objects.
Classes
- class ggmolvis.sceneobjects.base.SceneObject(name=None, location=None, rotation=None, scale=None, color='black', material='backdrop', style='default')[source]
Class for the scene object. This class is the parent class for all the objects in the scene. Access the blender object using the object property, self.object. The name might be different from the initial name, as Blender might append a number to the name if the name already exists.
Classes
|
Class for the scene object. |
Class for the collection of scene objects |