Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Nuke: updating effects subset fail #1841

Merged
merged 2 commits into from
Jul 23, 2021

Conversation

jakubjezek001
Copy link
Member

Problem

Updating was not working and backdrop was created multiply

testing notes

Follow this video, all is explained there https://www.loom.com/share/5318b671759e47e29828f98d3ec844d1

@jakubjezek001 jakubjezek001 self-assigned this Jul 21, 2021
@jakubjezek001 jakubjezek001 requested a review from 64qam July 21, 2021 13:59
@jakubjezek001 jakubjezek001 added type: bug Something isn't working sponsored Client endorsed or requested MEDIUM labels Jul 21, 2021
@64qam
Copy link
Member

64qam commented Jul 23, 2021

When I add an effect on the video track and create a publishable clip, it fails with

Hiero 12.2v3, 64 bit, built Sep 17 2020.
Copyright (c) 2020 The Foundry Visionmongers Ltd.  All Rights Reserved.
Licence expires on: 2022/7/11
C:\Users\qam\pypeclub\pype3\pype\openpype\vendor\python\python_2\pkg_resources\py2_warn.py:19: UserWarning: ************************************************************
You are running Setuptools on Python 2, which is no longer
supported and
>>> SETUPTOOLS WILL STOP WORKING <<<
in a subsequent release. Please ensure you are installing
Setuptools using pip 9.x or later or pin to `setuptools<45`
in your environment.
If you have done those things and are still encountering
this message, please comment in
https://github.com/pypa/setuptools/issues/1458
about the steps that led to this unsupported combination.
************************************************************
  sys.version_info < (3,) and warnings.warn("*" * 60 + msg + "*" * 60)
*** WRN: >>> { SyncServer }: [ Import failed, imported from Python 2, operations will fail. ]
>>> [ Installed event callback for 'taskChanged'.. ]
>>> [ Registering Hiero plug-ins.. ]
>>> [ Registering events for: kBeforeNewProjectCreated, kAfterNewProjectCreated, kBeforeProjectLoad, kAfterProjectLoad, kBeforeProjectSave, kAfterProjectSave, kBeforeProjectClose, kAfterProjectClose, kShutdown, kStartup, kSelectionChanged ]
>>> [ after project load event... ]
C:\Users\qam\pypeclub\pype3\pype\openpype\vendor\python\python_2\pkg_resources\py2_warn.py:19: UserWarning: ************************************************************
You are running Setuptools on Python 2, which is no longer
supported and
>>> SETUPTOOLS WILL STOP WORKING <<<
in a subsequent release. Please ensure you are installing
Setuptools using pip 9.x or later or pin to `setuptools<45`
in your environment.
If you have done those things and are still encountering
this message, please comment in
https://github.com/pypa/setuptools/issues/1458
about the steps that led to this unsupported combination.
************************************************************
  sys.version_info < (3,) and warnings.warn("*" * 60 + msg + "*" * 60)
>>> [ after project load event... ]
>>> [ Project property has been synchronised with Avalon db ]
>>> [ Default Tags were set... ]
*** WRN: >>> { avalon.lib }: [ C:\Users\qam\pypeclub\pype3\pype\openpype\hosts\hiero\plugins\inventory is not a directory ]
C:\Users\qam\pypeclub\pype3\pype\openpype\modules\ftrack\python2_vendor\arrow\arrow\arrow.py:28: DeprecationWarning: Arrow will drop support for Python 2.7 and 3.5 in the upcoming v1.0.0 release. Please upgrade to Python 3.6+ to continue receiving updates for Arrow.
  DeprecationWarning,
>>> [ Updating container: `reviewsq01sh010_plateReview_mp4` ]
>>> [ Saving project: `qam_sh010_edit_v012` as 'qam_sh010_edit_v013.hrox' ]
Traceback (most recent call last):
  File "C:\Program Files\Nuke12.2v3\pythonextensions\site-packages\shiboken2\files.dir\shibokensupport\signature\loader.py", line 111, in seterror_argument
    return errorhandler.seterror_argument(args, func_name)
  File "C:\Program Files\Nuke12.2v3\pythonextensions\site-packages\shiboken2\files.dir\shibokensupport\signature\errorhandler.py", line 98, in seterror_argument
    func = eval(func_name, namespace)
  File "<string>", line 1, in <module>
NameError: name 'ui' is not defined
Fatal Python error: seterror_argument did not receive a result

When creating only clips without any effects all work well.

@jakubjezek001 jakubjezek001 merged commit 94352a7 into develop Jul 23, 2021
@jakubjezek001 jakubjezek001 deleted the bugfix/nuke-load-update-effects branch July 23, 2021 12:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
sponsored Client endorsed or requested type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants