Fx Module
Jump to navigation
Jump to search
fx Module[edit]
Functions/Attributes/Description
fx.bind(key, function)
Bind a key to a Python callable (function or method)
fx.unbind(key)
Unbind the key
fx.status(message)
Display a message in the status bar
fx.showView(view, show=True)
Show or hide the specified view (console, nodes, nodeProps, objects, objectProps, project, timeline)
fx.viewVisible(view)
Return True if the view is visible/open
fx.viewer
The viewer object
fx.player
The player object
fx.prefs
The preferences object
fx.paint
The paint object