Nuwan Jayawardene
Nuwan Jayawardene
Hi @garrett-wbpa, this issue should be resolved now. Apologies for the delay in responding.
Hi @thunders82 It seems like there isn't much documentation on this as per issue https://github.com/AcademySoftwareFoundation/OpenCue/issues/56 written a while back. There also seems to be some new work being done to...
Not quite sure about that @thunders82, while the library used for handling email ([smtplib](https://docs.python.org/3/library/smtplib.html)) supports it, based on the OpenCue code, it seems that some of the parameters (such as...
Commit https://github.com/AcademySoftwareFoundation/OpenCue/pull/1309/commits/27991c146031d3c5b4fa7aa9716e6280b639cd2b and associated amendments hope to address issue https://github.com/AcademySoftwareFoundation/OpenCue/issues/798. Works in concert with changes in PR https://github.com/AcademySoftwareFoundation/OpenCue/pull/1327
> > Could you also write a draft PR with a guide on using the Blender plugin? > > This would help me a lot to understand the current code....
> This could even just be a google doc for now -- we can turn it into a doc PR later, if that's easier. @bcipriano linked herewith is the draft...
Thanks @bcipriano! will look into it.
@DiegoTavares @bcipriano, I've bit of a doubt about the framespec input format. Correct me if I'm wrong about the following: - When a _series_ of frames are being rendered, we...
@bcipriano @DiegoTavares I've pushed the initial set of tests in commit https://github.com/AcademySoftwareFoundation/OpenCue/pull/1309/commits/e0d34cc3cd93f33ec0357bdbcc7178ed8c092652 and https://github.com/AcademySoftwareFoundation/OpenCue/pull/1309/commits/3e95db6d518e7fe09d1387bb51fbba20ca06202d, with the test code in the latter. Do let me know if there's any amendments needed...
@DiegoTavares, the packaging pipeline doesn't seem to run with the latest commits despite the `pull_request: branches: [ master ]` being set in https://github.com/AcademySoftwareFoundation/OpenCue/pull/1309/commits/3b515c62dc6b6d0d8da962bb974a3ff966ce13a2. Any suggestions?