This documentation is for the free plugin Py4D in CINEMA 4D R11.5 and not for the C4DSDK of Python in CINEMA 4D R12. For R12, please visit PluginCafe.com
This is the animation track base class. Contains CCurve that contain CKeys. A BaseList2D can host a CTrack object. This can be the position, rotation or custom value track. These tracks contain a CCurve which contains CKeys.
BaseList2D
Get a curve of this track.
| Return type: | CCurve |
|---|---|
| Returns: | Returns the curve of this track. |
Get a curve of this track.
| Return type: | int |
||||||
|---|---|---|---|---|---|---|---|
| Returns: | Track category
|
The the host object of this track.
| Return type: | BaseList2D |
|---|---|
| Returns: | The host object or None. |
Get the pre track loop type of this track.
| Return type: | int |
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Returns: | Loop type:
|
Get the pre track loop type of this track.
| Return type: | int |
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Returns: | Loop type:
|
Set the pre track loop type of this track.
| Parameter: | type (int) – Loop type:
|
|---|
Set the post track loop type of this track.
| Parameter: | type (int) – Loop type:
|
|---|
Get the height of the track.
| Return type: | int |
|---|---|
| Returns: | The height in pixels. |
Get the height of the mini f-curves in the timeline.
| Parameter: | id (int) – 0-3 for one of the four timelines. |
|---|---|
| Return type: | int |
| Returns: | The height of the mini f-curve in pixels. |
Get the height of the track.
| Parameters: |
|
|---|