OpenCue icon indicating copy to clipboard operation
OpenCue copied to clipboard

Cuesubmit command feedback

Open KernAttila opened this issue 2 years ago • 3 comments

Link the Issue(s) this Pull Request is related to. https://github.com/AcademySoftwareFoundation/OpenCue/issues/1277 https://github.com/AcademySoftwareFoundation/OpenCue/issues/1279

Summarize your change.

  • Add a command feedback line, printing out the final command that will be sent to cuebot for any jobType.
  • It uses a new function greyOut() that makes the lineEdit read-only
  • The functions used to build commands have a new silent argument to avoid raising errors (only used by the UI)
  • Fixed redundant code to build command according to each job type
  • The FRAME_TOKEN constant should not be overridable as it is not forwarded to the java command replacing the tokens
  • Fixed the Maya command to use #FRAME_START# and #FRAME_END# tokens instead of #IFRAME#

Screenshots image image

KernAttila avatar Mar 27 '23 20:03 KernAttila

The expected Maya command was not updated in the Submission_tests.py It now pass the test successfully

KernAttila avatar Apr 24 '23 22:04 KernAttila

This branch unfortunately got caught in conflicts. @KernAttila would you be willing to fix the conflicts and push another commit. I'll review and merge right away

DiegoTavares avatar May 03 '24 23:05 DiegoTavares

This branch unfortunately got caught in conflicts. @KernAttila would you be willing to fix the conflicts and push another commit. I'll review and merge right away

Hi @DiegoTavares,

Sure thing, I changed studio this year and will get back to OpenCue soon. Happy to see things moving, I'll get back on other PRs as well :)

KernAttila avatar May 21 '24 17:05 KernAttila

This was merged by @lithorus on #1425, closing this one.

KernAttila avatar Jul 25 '24 10:07 KernAttila