Shot¶
- class odin.source.core.shot.Shot(parent, name=None, data=None)¶
Shot object.
- Usage:
shot = Shot.new(Sequence, ‘NAME’)
shot = Shot.load(Sequence, ‘NAME’)
- Parameters
name (str) – name of the loaded shot
parent (Sequence) –
data (Optional[Dict[str]]) –
- Return type
None
- static list(parent)¶
List the shots found in the given sequence.
- Parameters
parent (Sequence) – Sequence object
- Return type
List[str]
- Returns
List of the shots
- classmethod load(parent, name)¶
Load an existing shot.
- property name¶
- Return type
str
- classmethod new(parent, name)¶
Create a new shot.
- property paths¶
- Return type
dict