OpenShot Video Editor  2.0.0
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
blender_treeview.Worker Class Reference

Background Worker Object (to run the Blender commands) More...

Inheritance diagram for blender_treeview.Worker:

Public Member Functions

def Render (self, blend_file_path, target_script, preview_mode=False)
 Worker's Render method which invokes the Blender rendering commands. More...
 

Public Attributes

 blend_file_path
 
 blender_exec_path
 
 blender_frame_expression
 
 blender_saved_expression
 
 blender_version
 
 command_output
 
 frame_detected
 
 is_running
 
 preview_mode
 
 process
 
 target_script
 
 version
 

Static Public Attributes

 blender_error_nodata = pyqtSignal()
 
 blender_error_with_data = pyqtSignal(str)
 
 blender_version_error = pyqtSignal(str)
 
 closed = pyqtSignal()
 
 enable_interface = pyqtSignal()
 
 finished = pyqtSignal()
 
 image_updated = pyqtSignal(str)
 
 progress = pyqtSignal(int, int, int)
 

Detailed Description

Background Worker Object (to run the Blender commands)

Definition at line 706 of file blender_treeview.py.

Member Function Documentation

def blender_treeview.Worker.Render (   self,
  blend_file_path,
  target_script,
  preview_mode = False 
)

Worker's Render method which invokes the Blender rendering commands.

Definition at line 720 of file blender_treeview.py.

Member Data Documentation

blender_treeview.Worker.blend_file_path

Definition at line 731 of file blender_treeview.py.

blender_treeview.Worker.blender_error_nodata = pyqtSignal()
static

Definition at line 711 of file blender_treeview.py.

blender_treeview.Worker.blender_error_with_data = pyqtSignal(str)
static

Definition at line 714 of file blender_treeview.py.

blender_treeview.Worker.blender_exec_path

Definition at line 727 of file blender_treeview.py.

blender_treeview.Worker.blender_frame_expression

Definition at line 728 of file blender_treeview.py.

blender_treeview.Worker.blender_saved_expression

Definition at line 729 of file blender_treeview.py.

blender_treeview.Worker.blender_version

Definition at line 730 of file blender_treeview.py.

blender_treeview.Worker.blender_version_error = pyqtSignal(str)
static

Definition at line 710 of file blender_treeview.py.

blender_treeview.Worker.closed = pyqtSignal()
static

Definition at line 708 of file blender_treeview.py.

blender_treeview.Worker.command_output

Definition at line 736 of file blender_treeview.py.

blender_treeview.Worker.enable_interface = pyqtSignal()
static

Definition at line 715 of file blender_treeview.py.

blender_treeview.Worker.finished = pyqtSignal()
static

Definition at line 709 of file blender_treeview.py.

blender_treeview.Worker.frame_detected

Definition at line 734 of file blender_treeview.py.

blender_treeview.Worker.image_updated = pyqtSignal(str)
static

Definition at line 713 of file blender_treeview.py.

blender_treeview.Worker.is_running

Definition at line 738 of file blender_treeview.py.

blender_treeview.Worker.preview_mode

Definition at line 733 of file blender_treeview.py.

blender_treeview.Worker.process

Definition at line 737 of file blender_treeview.py.

blender_treeview.Worker.progress = pyqtSignal(int, int, int)
static

Definition at line 712 of file blender_treeview.py.

blender_treeview.Worker.target_script

Definition at line 732 of file blender_treeview.py.

blender_treeview.Worker.version

Definition at line 735 of file blender_treeview.py.


The documentation for this class was generated from the following file: