|
Public Member Functions |
| None | AddRenderCow (str cszAddress, int nPort) |
| | Adds a RenderCow to the RenderCow list.
|
| boolean | CloseFile () |
| | Closes the current scene.
|
| None | EnableMessageBoxes (boolean bEnable=true) |
| | Enables or disables the displaying of Messages Boxes.
|
| None | EnableRenderCow (str cszIP, boolean bEnable) |
| | Enables or disables a RenderCow.
|
| None | ForceTileSize (int width, int height) |
| | Specifies the dimensions of the tiles to be used for the network rendering. UseDefaultTileSize.
|
| list_of_tuples_with_name_ip_selection_state_statedescripion | GetRenderCowStatus () |
| | Returns the status of all the RenderCows in HyperVue.
|
| boolean | LoadFile (str cszFileName) |
| | Loads the specified scene.
|
| boolean | SaveFile (str cszFileName=None) |
| | Saves the current scene.
|
| boolean | SetFeedBackProgressionCallback (function fptrPythonFeedBackProgressionCallback=None) |
| | Sets a call back method that will be called during the rendering process to provide feedback on the progress of the render.
|
| boolean | SetHyperVueFeedBackProgressionCallback (function fptrPythonHyperVueFeedBackProgressionCallback=None) |
| | Sets a call back method that will be called regularly during network rendering (each time a RenderCow provides an update of its render status).
|
| boolean | TestLoaded () |
| | Test if a scene is loaded.
|
| None | UseDefaultTileSize () |
| | Requests that the default tile size be used for the network rendering. ForceTileSize.
|