add_animation_layer([name]) |
Add a new animation layer on the top of the layer stack and return it |
add_constraint_layer(constrain_node, target_node) |
Add a new Constraint layer on the top of the layer stack and return it |
add_to_set(selection_set, nodes) |
Add the list of nodes to the selection set |
args() |
|
catch_constraint(constraint_layer) |
Catch the constrained object at the current frame. |
clear_selection_set(selection_set) |
Clear the selection set content |
create_selection_set([name]) |
Create a Selection Set of the current selection |
debug(arg0) |
|
debug(arg0) |
|
error(arg0) |
|
error(arg0) |
|
expand_selection_set() |
Expand the selection with the content of all selection sets within the active selection |
flatten_layer(layer, mode) |
Flatten this layer in the previous one. Layers can be flatten according to several modes |
has_feature(feature) |
|
has_feature(feature) |
|
hide(nodes) |
Hide the list of nodes. |
hide_content(selection_set) |
Hide the selection set content |
info(arg0) |
|
info(arg0) |
|
is_content_hideable(selection_set) |
Check if the content of the selection set is hideable |
message_box(msg[, title, level, widget]) |
Open a message box |
quit([force, return_code]) |
Quit Rumba :param force: bool, if True, quit with no warning :param return_code: int, the return code |
register_widget(widget_class, widget_name[, …]) |
Register a dockable widget class |
release_constraint(constraint_layer) |
Release the constrained object and set its position |
remove_from_set(selection_set, nodes) |
Remove the list of nodes from the selection set |
remove_layer(layer) |
Remove this layer from the layer list |
rename(node, new_name) |
|
save_open_recent(file_path) |
|
save_recent_file(file_path, setting) |
|
save_reference_recent(file_path) |
|
set_active_layer(layer_node) |
Set layer_node as the active layer |
set_visibility(node, visible, frame) |
|
show_(nodes) |
Show the list of nodes. |
show_content(selection_set) |
Show the selection set content |
to_api(*args, **kwargs) |
Overloaded function. |
to_screen(pixel) |
Convert pixels in final display size |
ui_plugins() |
Return the list of ui plugins class |
warn(arg0) |
|
warn(arg0) |
|
widget(name) |
Get a widget by its name. |
widget_plugins() |
Return the list of widget plugins class |