1.0.3
Contents:
Setup
Learning Videos
Release Notes
User Interface
Workflow
Maya To Rumba
Developer Resources
Nodes Documentation
C++ API
Python API
Programmer Guide
rumba Module
Classes
Functions
rumbapy Module
Imath Module
fbx Module
rumba_alembic Module
Indices and tables
Rumba
Docs
»
Developer Resources
»
Python API
»
rumba Module
»
Functions
»
key_layer
key_layer
¶
key_layer
(
layer: Node
,
frame: float
,
default_value: bool
)
→ None
¶
Add a key frame on a layer.
Parameters:
layer
(
Node
) – The layer to key
frame
(
float
) – The frame to key
default_value
(
bool
) – Set the default value
Return type:
None