Framework

Inheritance diagram of rumbapy.Framework
class Framework

Methods

close(self)

frame_up_to_date(self, arg0)

set_current_document(self, arg0)

Properties

request_redraw

fps

active_document

playing

alive_geometries

displays

hydra_displays

displayed_geometries

displayable_frames

assets

pickers

start_frame

end_frame

range_start_frame

range_end_frame

main_camera

cameras_changed

all_selected_keys

frame_in

delta_frame_in

frame_out

delta_frame_out

snap_to_frame

duplicate_keys

node_selection

channel_plug_collection

channel_plug_union

channel_plug_collection_mask

channel_plug_selection

channel_plug_collection_values

curves_structure

status_message

current_frame

tool

tool_status_changed

tool_selection

graph_changed

node_moved

have_undo

have_redo

undo_command_name

redo_command_name

documents

synchronized

animation_layers_changed

active_animation_layer_changed

active_keys

selection_key_times

animated_plug_selection

hovered_frame

has_hover

has_selection

key_tangents_mode

outputs

geometry_shape_cache_size

ui_updates

update_ui

renderable_plugins

gatherer

caching

cache_range_only

__init__(*args, **kwargs)
static background_progress() kernel.Plug
close(self: kernel.Framework) None
static close_current_document() None
static create(arg0: kernel.Node, arg1: str) kernel.Framework
static default_base_value(arg0: kernel.Plug) kernel.Value
frame_up_to_date(self: kernel.Framework, arg0: int) bool
static get_active_renderer_gl() kernel.RendererGL
static get_animation_plug_in_context(arg0: kernel.Plug) kernel.Plug
static get_controller(arg0: kernel.Plug) kernel.Node
static get_current_document() kernel.Document
static get_current_frame(node: kernel.Node = None) int
static get_current_frame_float(node: kernel.Node = None) float
static get_current_modifier() kernel.Modifier
static get_end_frame() int
static get_instance() kernel.Framework
static get_magic_frame_float() float
static get_start_frame() int
static has_modifier() bool
static instance() kernel.Framework
static is_closing() bool
static is_main_thread() bool
static remove_key(arg0: kernel.Plug, arg1: float, arg2: bool) bool
static rig_matrix(arg0: kernel.Modifier, arg1: kernel.Node, arg2: kernel.Plug, arg3: bool, arg4: str) bool
static set_active_renderer_gl(arg0: kernel.RendererGL) None
set_current_document(self: kernel.Framework, arg0: kernel.Document) None
static set_current_frame(arg0: float) None
static set_magic_frame_float(arg0: float) None
static set_plug_value(modifier: kernel.Modifier, plug: kernel.Plug, input_value: kernel.Value, tangent_mode: int, force_key: bool, frame: float, layer_value: bool = False) bool
static try_start_background_engine() None
static wait_background_evaluation() None