Hotfix/nuke pipeline little fixes#441
Closed
jakubjezek001 wants to merge 238 commits into
Closed
Conversation
Fixed dynamicall environment.
…onments-to-launcher Feature/pype 50 add dynamic environments to launcher
Feature/nuke workflow
Feature/pype 53 nuke handles
…et with None silo
Feature/pype 120 ditch silo
Sync with upstream
hiearchy in asset model is creating right now
…ups. On API and IO ussage in first place
removed forgotten lines
…ojects widget don't create multipletimes, install project config added
…and redo few methods from avalon.pipeline and libs
nuke_publish_create_load with new attributes
…ish_state Set write node publish default to True.
…mand Ensure the work root exists instead of throwing an error.
PYPE-459_workdir_not_created
# Conflicts: # avalon/tools/cbloader/app.py # avalon/tools/cbloader/widgets.py # avalon/tools/cbsceneinventory/app.py # avalon/tools/libraryloader/models/model_subsets.py # avalon/tools/workfiles/README.md # avalon/tools/workfiles/app.py
Develop upstream merge 5.2.0
…terating when all is already set
Feature/PYPE-455 reset only data
fix(nk): adding return node to containerized method
…ished rest of not modified parts
Feature/PYPE-484_refator_tools_gui
select_assets expect list or tuple but single item is feeded as str. Therefor switching context doesn't work. String is converted to list and all is ok.
select_assets expect list or tuple
feature/PYPE-502_gui_open_too_long
Hotfix/PYPE-501-fix-crashing-bugs
houndci-bot
reviewed
Sep 10, 2019
| result[key] = value | ||
|
|
||
| return result | ||
|
|
|
|
||
| Yields tuple (progress, error): | ||
| progress (int): Between 0-100 | ||
| error (Exception): Any exception raised when first making connection |
There was a problem hiding this comment.
line too long (80 > 79 characters)
| output = [] | ||
| if entity.get('data', {}).get('visualParent', None) is None: | ||
| return output | ||
| parent = io.find_one({'_id': entity['data']['visualParent']}) |
|
|
||
| def collect_data(self): | ||
| project = io.find_one({'type': 'project'}) | ||
| asset = io.find_one({'_id': self.get_active_asset()}) |
| self.view = view | ||
|
|
||
| def collect_data(self): | ||
| project = io.find_one({'type': 'project'}) |
| "config": { | ||
| "families": [ | ||
| {"name": "avalon.camera", label: "Camera", "icon": "photo"}, | ||
| {"name": "avalon.anim", label: "Animation", "icon": "male"}, |
There was a problem hiding this comment.
line too long (80 > 79 characters)
| { | ||
| "config": { | ||
| "families": [ | ||
| {"name": "avalon.camera", label: "Camera", "icon": "photo"}, |
There was a problem hiding this comment.
line too long (80 > 79 characters)
| ) | ||
|
|
||
|
|
||
| def refresh(self): |
| from .proxy_recursive_sort_filter import RecursiveSortFilterProxyModel | ||
| from .proxy_group_filter import GroupMemberFilterProxyModel | ||
| from .proxy_subset_filter import SubsetFilterProxyModel | ||
| from .proxy_family_filter import FamilyFilterProxyModel |
There was a problem hiding this comment.
'.proxy_family_filter.FamilyFilterProxyModel' imported but unused
| _id = io.ObjectId(item["representation"]) | ||
| representation = io.find_one({ | ||
| "type": "representation", | ||
| "_id": _id |
There was a problem hiding this comment.
continuation line missing indentation or outdented
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thank you for your contribution to Avalon! Here's how you can get your code merged quickly.
What's changed?
Briefly summarise the changes you've made, something human-readable to get the reader up-to-speed with your thought process (hint: everyone loves bullet-lists). If the PR is in response to an existing issue (it should), link to this here.
Health Check
To ensure your code lives up the standards of Avalon, consult the Pull-Request section of
CONTRIBUTION.mdfor details.Examples
If you are unsure of how to format your pull-request, have a look at these examples. #403, #400