Hi
I will try to reproduce it.
Perhaps I have to disable that you can change it via the UI at all.
For now, you would need to write your own “Change Frameset” python command in rrControl that reads/writes a new frameset.
regards,
Holger Schönberger
Craftsman and Keeper of the Royal Render Flame
Please use the rrKnights Tavern
or our support system for new questions.
Hi
RR offers a simple Qt UI with these functions.
For more complex UIs you have to use some 3rd party module.
Tkinter should be available in rrControl.
Otherwise place the UI module into RR\plugins\python_modules\ (or you define a new path in your script with sys.path.append(“path”))
But I just noticed some issues:
1) The function to add frames to the frame list is available in module rrSubmit, but not in rrControl.
You would have to import that module.
2) The current function is able to add frames to render only.
If you try to replace the complete frameset, then it is not updated at the rrServer.
Both issues are logged to the fixed.
I have attached an example that uses the module SDK\External\Python\rr_python_utils\ to import the rrSubmit.