pyvcad_rendering.export_frame#

class pyvcad_rendering.export_frame.CompilerSelectionPanel(parent)[source]#

Bases: Panel

__init__(parent)[source]#
get_selected_compiler_panel(parent, root, materials)[source]#
get_selected_progress_panel(parent, export_options)[source]#
on_compiler_select(event)[source]#
class pyvcad_rendering.export_frame.ExportFrame(root, materials, *args, **kwargs)[source]#

Bases: Frame

__init__(root, materials, *args, **kwargs)[source]#
on_back(event)[source]#
on_export_complete(file_path, elapsed_time)[source]#
on_next(event)[source]#
on_open_folder(event)[source]#
start_export()[source]#
update_buttons()[source]#
update_compiler_input_panel()[source]#