-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cuesubmit jobs from config file with dynamic widgets (#1425)
* feat: add a `Browse` button, not visible by default * feat: add 2 functions `getFolder` and `getFile` (with optional file filter) * feat: add wrappers to `getFile` and `getFolder` to set the returned result on the calling widget * feat: add functions to display the browse button and attach wrappers that feeds the lineEdit widget with browse result. * feat: Make `BaseMayaSettings` and `InMayaSettings` browsable with file filter * feat: Make `BaseNukeSettings` and `InNukeSettings` browsable with file filter * feat: Make `BaseBlenderSettings` browsable with file filter * feat!: Group all job specific widgets in a groupBox with title * feat: moved job specific widget group below job setup widgets * feat: add styling for QGroupBox * feat: add `greyOut()` function to `CueLabelLineEdit` * feat: add styling for disabled `CueLabelLineEdit` * fix: make maya command use start and end frames instead of fixed single frame. * feat!: add `silent` argument to `build*Cmd()` functions so we can feed them to the UI before they are fully valid. * fix!: remove redundant functions and use the new `silent` argument * feat: add constants `FRAME_START` and `FRAME_END` * fix!: FRAME_TOKEN must not be configurable as it is not forwarded to the java code replacing it with the proper value. * feat: add commandFeedback widget in `CueSubmitWidget` and its `updateFeedbackCommand()` function * fix: revert 2 deleted lines * fix: update blender command when changing output format * fix: update layout var * clean: move line up with sibling * fix: change expected maya command test result * feat: add Constants `MAYA_FILE_FILTERS`, `NUKE_FILE_FILTERS`, `BLENDER_FILE_FILTERS` * fix: use Constants `MAYA_FILE_FILTERS`, `NUKE_FILE_FILTERS`, `BLENDER_FILE_FILTERS` * Added missing CueLabelLineEdit.setter and fixed some linting issues --------- Co-authored-by: Kern Attila Germain <[email protected]>
- Loading branch information
1 parent
e0ffd63
commit e17163a
Showing
7 changed files
with
190 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.