mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Merged in feature/PYPE-331-nks-lut-workflow_altered (pull request #285)
fix(nuke): doc string mess
This commit is contained in:
commit
ecd0c46651
1 changed files with 0 additions and 8 deletions
|
|
@ -562,17 +562,9 @@ class WorkfileSettings(object):
|
|||
def set_writes_colorspace(self, write_dict):
|
||||
''' Adds correct colorspace to write node dict
|
||||
|
||||
if "data" not in asset_entity:
|
||||
msg = "Asset {} don't have set any 'data'".format(name)
|
||||
log.warning(msg)
|
||||
nuke.message(msg)
|
||||
return
|
||||
data = asset_entity["data"]
|
||||
Arguments:
|
||||
write_dict (dict): nuke write node as dictionary
|
||||
|
||||
missing_cols = []
|
||||
check_cols = ["fps", "frameStart", "frameEnd", "handleStart", "handleEnd"]
|
||||
'''
|
||||
# TODO: complete this function so any write node in
|
||||
# scene will have fixed colorspace following presets for the project
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue