RamShot
A shot.
Inherits | object ► RamObject ► RamItem ► RamShot |
Static Methods
Method | Arguments | Description |
---|---|---|
fromPath ▹ RamShot |
string: folderPath |
Returns a RamShot instance built using the given folder path. The path can be any file or folder path from the asset (a version file, a preview file, etc) |
Methods
Method | Arguments | Description |
---|---|---|
constructor | string: shotName, string: shotShortName, string: shotFolder, float: duration= 0.0 |
|
duration ▹ float |
The shot duration, in seconds | |
frames ▹ int |
The shot duration, in frames | |
group ▹ string |
The name of the sequence containing this shot. | |
sequence ▹ RamSequence |
The sequence containing this shot. |
API Dev notes
Note
These section is for the development of the API only; you should not need these when developping your add-on using the API.
(Im)mutable data
The data returned by the methods can be either mutable or immutable.
Method | Type of the returned data |
---|---|
duration | Mutable |