Python

Parent Previous Next



Custom modules


If you want to use custom modules within any of RRs Python interpretors (rrPythonconsole, rrServer, rrControl, rrSubmitter), 
then you have three options:

Hardcode the module search path into your python script with 
sys.path.append(module_parent_dir)

Copy the module into RR/plugins/python_modules

Edit the file RR/plugins/python_modules/pythonSearchPaths.pth and add your modules parent folder.



Command Reference


We have moved the Python SDK reference into a new help system.

Please see this page: http://www.royalrender.de/help/SDK/