Add frame range to Blender command in CueSubmit
Link the Issue(s) this Pull Request is related to. https://github.com/AcademySoftwareFoundation/OpenCue/issues/1334 https://github.com/AcademySoftwareFoundation/OpenCue/issues/1264
Summarize your change. Adds frame range to the Blender render command in CueSubmit. Required for when rendering animations. Related Blender command linked here.
Hi all,
it appears that the animation rendering happens successfully as per the RQD logs
However, there appears to be a TypeError popping up from rqdmachine.py
Meanwhile, Cuebot is throwing a thread-related error.
Does this mean the <startframe number> - <endframe number> format is unsupported in the Frame Spec field?
@n-jay Looks like we're getting some python unit test failures here, could you check those out?
@n-jay Looks like we're getting some python unit test failures here, could you check those out?
@bcipriano, yes I caught this failure and was hoping for some feedback: https://github.com/AcademySoftwareFoundation/OpenCue/pull/1337#discussion_r1502784908 😄