Framework

- class Framework
Methods
close(self)frame_up_to_date(self, arg0)set_current_document(self, arg0)Properties
request_redrawfpsactive_documentplayingalive_geometriesdisplayshydra_displaysdisplayed_geometriesdisplayable_framesassetspickersstart_frameend_framerange_start_framerange_end_framemain_cameracameras_changedall_selected_keysframe_indelta_frame_inframe_outdelta_frame_outsnap_to_frameduplicate_keysnode_selectionchannel_plug_collectionchannel_plug_unionchannel_plug_collection_maskchannel_plug_selectionchannel_plug_collection_valuescurves_structurestatus_messagecurrent_frametooltool_status_changedtool_selectiongraph_changednode_movedhave_undohave_redoundo_command_nameredo_command_namedocumentssynchronizedanimation_layers_changedactive_animation_layer_changedactive_keysselection_key_timesanimated_plug_selectionhovered_framehas_hoverhas_selectionkey_tangents_modeoutputsgeometry_shape_cache_sizeui_updatesupdate_uirenderable_pluginsgatherercachingcache_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