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

Maya: Vray Scene creator fails #3796

Open
m-u-r-p-h-y opened this issue Sep 6, 2022 · 1 comment
Open

Maya: Vray Scene creator fails #3796

m-u-r-p-h-y opened this issue Sep 6, 2022 · 1 comment
Assignees
Labels
host: Maya type: bug Something isn't working

Comments

@m-u-r-p-h-y
Copy link
Member

m-u-r-p-h-y commented Sep 6, 2022

Describe the bug
Maya Vray Scene creator fails


Failed to create Subset: "vraysceneMain" Family: "vrayscene" in Asset: "sh010"

Error: Unsupported type: <class 'dict_keys'>

Traceback (most recent call last):
  File "D:\REPO\OpenPype\openpype\tools\creator\window.py", line 432, in _on_create
    data={"variant": variant}
  File "D:\REPO\OpenPype\openpype\pipeline\create\legacy_create.py", line 196, in legacy_create
    instance = plugin.process()
  File "D:\REPO\OpenPype\openpype\hosts\maya\plugins\create\create_vrayscene.py", line 81, in process
    self.instance = super(CreateVRayScene, self).process()
  File "D:\REPO\OpenPype\openpype\hosts\maya\api\plugin.py", line 96, in process
    lib.imprint(instance, self.data)
  File "D:\REPO\OpenPype\openpype\hosts\maya\api\lib.py", line 426, in imprint
    raise TypeError("Unsupported type: %r" % type(value))
TypeError: Unsupported type: <class 'dict_keys'>

Desktop (please complete the following information):

  • OS: windows
  • Host: Maya 2022

[cuID:OP-3911]

@m-u-r-p-h-y m-u-r-p-h-y added type: bug Something isn't working host: Maya labels Sep 6, 2022
@m-u-r-p-h-y
Copy link
Member Author

Subsequently Vray scene collector fails as well

Instance: 
vraysceneMain
Message: 
'NoneType' object has no attribute 'group'
Line: 
50
Traceback: 
Traceback (most recent call last):
  File "D:\REPO\OpenPype\.venv\lib\site-packages\pyblish\plugin.py", line 522, in __explicit_process
    runner(*args)
  File "D:\REPO\OpenPype\openpype\hosts\maya\plugins\publish\collect_vrayscene.py", line 50, in process
AttributeError: 'NoneType' object has no attribute 'group'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
host: Maya type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants