Hydra Storm: prepare for MaterialX export support

Does nothing yet, but will once blender/blender#111765 lands.

Pull Request: https://projects.blender.org/blender/blender-addons/pulls/104859
This commit is contained in:
Bogdan Nagirniak
2023-09-07 19:11:48 +02:00
committed by Brecht Van Lommel
parent 33a7345509
commit 8b3bc24f5c

View File

@ -12,6 +12,7 @@ class StormHydraRenderEngine(bpy.types.HydraRenderEngine):
bl_use_preview = True
bl_use_gpu_context = True
bl_use_materialx = True
bl_delegate_id = 'HdStormRendererPlugin'