ayon-core/openpype
Roy Nieterau 8267736bed Fix Fusion 18.6+ support: Avoid issues with Fusion's BlackmagicFusion.PyRemoteObject instances being unhashable.
```python
Traceback (most recent call last):
  File "E:\openpype\OpenPype\.venv\lib\site-packages\pyblish\plugin.py", line 527, in __explicit_process
    runner(*args)
  File "E:\openpype\OpenPype\openpype\hosts\fusion\plugins\publish\extract_render_local.py", line 61, in process
    result = self.render(instance)
  File "E:\openpype\OpenPype\openpype\hosts\fusion\plugins\publish\extract_render_local.py", line 118, in render
    with enabled_savers(current_comp, savers_to_render):
  File "C:\Users\User\AppData\Local\Programs\Python\Python39\lib\contextlib.py", line 119, in __enter__
    return next(self.gen)
  File "E:\openpype\OpenPype\openpype\hosts\fusion\plugins\publish\extract_render_local.py", line 33, in enabled_savers
    original_states[saver] = original_state
TypeError: unhashable type: 'BlackmagicFusion.PyRemoteObject'
```
2023-10-02 16:24:23 +02:00
..
addons
client AYON: Fix task type short name conversion (#5641) 2023-09-22 14:18:57 +02:00
hooks OCIO: adding exception for nuke, hiero into hook 2023-08-22 17:40:58 +02:00
host SyncServer: Existence of module is optional (#5413) 2023-08-07 18:48:27 +02:00
hosts Fix Fusion 18.6+ support: Avoid issues with Fusion's BlackmagicFusion.PyRemoteObject instances being unhashable. 2023-10-02 16:24:23 +02:00
lib Launcher tool: Refactor launcher tool (for AYON) (#5612) 2023-09-22 11:47:39 +02:00
modules Launcher tool: Refactor launcher tool (for AYON) (#5612) 2023-09-22 11:47:39 +02:00
pipeline missing allowed_exts issue and unit tests fix 2023-09-25 15:23:02 +02:00
plugins reverting the functionality 2023-09-27 13:37:01 +02:00
resources updated ayon staging icons 2023-07-31 15:14:50 +02:00
scripts Merge branch 'develop' into enhancement/OP-4770_Global-colorspace-parse_colorspace_from_filepath-simplification 2023-09-21 16:58:11 +02:00
settings Maya: implement matchmove publishing (#5445) 2023-09-29 17:33:28 +02:00
style Workfiles tool: Refactor workfiles tool (for AYON) (#5550) 2023-09-08 13:45:00 +02:00
tests Remove unused functions from Fusion integration 2023-09-13 22:16:14 +02:00
tools Use set since it's supposed to be unique entries and is used in many lookups 2023-10-01 22:46:51 +02:00
vendor Update ayon-python-api (#5512) 2023-08-29 12:01:29 +02:00
widgets move unreal splash screen to unreal 2023-07-31 10:53:50 +02:00
__init__.py General: Connect to AYON server (base) (#3924) 2023-07-11 17:50:50 +02:00
__main__.py
cli.py Webpublisher: Cleanup targets (#5418) 2023-08-08 11:36:16 +02:00
pype_commands.py Webpublisher: Cleanup targets (#5418) 2023-08-08 11:36:16 +02:00
version.py [Automated] Bump version 2023-09-30 03:24:20 +00:00