Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Blender as an option to cuesubmit #381

Merged
merged 4 commits into from
Jul 18, 2019
Merged

Add Blender as an option to cuesubmit #381

merged 4 commits into from
Jul 18, 2019

Conversation

gregdenton
Copy link
Collaborator

Basic solution for #312.

This adds "Blender" as an option in the cuesubmit job types dropdown. It does not include a dedicated Blender plugin. Available options include, setting blender file name, setting output name and format.

Screen Shot 2019-07-17 at 5 39 41 PM

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Jul 18, 2019

CLA Check
All committers are now authorized under a signed CLA.

@gregdenton gregdenton changed the title Gdenton simple blender Add Blender as an option to cuesubmit Jul 18, 2019
@gregdenton gregdenton mentioned this pull request Jul 18, 2019
Copy link
Collaborator

@bcipriano bcipriano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Thanks!


SETTINGS_MAP = {
SHELL: SettingsWidgets.ShellSettings,
MAYA: SettingsWidgets.BaseMayaSettings,
NUKE: SettingsWidgets.BaseNukeSettings
NUKE: SettingsWidgets.BaseNukeSettings,
BLENDER: SettingsWidgets.BaseBlenderSettings
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: You can end this line with a comma so any future additions don't also have to change this line.

@gregdenton gregdenton merged commit 026e3b5 into AcademySoftwareFoundation:master Jul 18, 2019
@gregdenton gregdenton deleted the gdenton-simple-blender branch July 18, 2019 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants