maya-capture-gui
maya-capture-gui copied to clipboard
GUI front-end for maya-capture
### Issue Currently the option to display textures or not cannot be set in the Capture UI. These options should somehow become editable to ensure the playblasting is consistent.
### Issue Currently there's no option that can toggle whether DOF should be included in the playblast (if enabled on the camera)
### Issue Now and then a playblast might end up with a selection. Let's add an option that forces no selection prior to the playblast. Or add something that always...
### Issue The capture UI time settings automatically try to adjust so that the end frame is higher than the start frame, and vice versa. As such when retyping the...
On maya 2017 I have the following error. Replacing sys.maxint with `maxint = 2 ** (struct.Struct('i').size * 8 - 1) - 1` works.
Console request: from capture import capture import capture_gui capture_gui.main() capture_gui.main() # Capture Gui : Writing JSON file: #
To ensure the user has the freedom to chose if the filenames contain a frame number or not we will need to remove the default behavior of the capture single...
# Problem The _Use default_ behavior under the Save options (in IOPlugin) doesn't describe how it behaves. The question from artists is: "What is default?" # Proposal I'd like to...
# Problem When the preview widget was previously opened (thus initialized) for the current open capture gui, then closed and then reopened the thumbnail is not automatically updated; this means...
# Problem Like #34 more viewport options are currently lacking support. There are no ways to customize them through the capture gui. _Note: whilst #31 remains unfixed this also means...