|
facebook360_dep
Facebook360 Depth Estimation Pipeline
|
Public Member Functions | |
| def | __init__ (self, local_project_root) |
| def | get_fused_json (self, fused_dir) |
| def | get_render_flags (self, type) |
| def | on_modified (self, event) |
Public Attributes | |
| local_project_root | |
Handles events triggered for displaying the viewer if called from within the UI.
Attributes:
local_project_root (str): Path of the project on the host.
| def scripts.render.run.ViewerHandler.__init__ | ( | self, | |
| local_project_root | |||
| ) |
Initializes an event handler for viewers.
Args:
local_project_root (str): Path of the project on the host.
| def scripts.render.run.ViewerHandler.get_fused_json | ( | self, | |
| fused_dir | |||
| ) |
| def scripts.render.run.ViewerHandler.get_render_flags | ( | self, | |
| type | |||
| ) |
| def scripts.render.run.ViewerHandler.on_modified | ( | self, | |
| event | |||
| ) |
When a viewer file is modified from the UI, the appropriate viewer runs on the host.
Args:
event (watchdog.FileSystemEvent): Watchdog event for when viewer file has been modified.
| scripts.render.run.ViewerHandler.local_project_root |
1.8.15