base class — bpy_struct
Collection of keying set paths
Active Keying Set used to insert/delete keyframes
Type : | KeyingSetPath |
---|
Current Keying Set index
Type : | int in [-inf, inf], default 0 |
---|
Add a new path for the Keying Set.
Parameters: |
|
---|---|
Returns: | New Path, Path created and added to the Keying Set |
Return type: |
Remove the given path from the Keying Set.
Parameters: | path (KeyingSetPath, (never None)) – Path |
---|
Remove all the paths from the Keying Set.
Inherited Properties
Inherited Functions
|
References