diff --git a/doc/python_api/examples/bpy.types.HydraRenderEngine.py b/doc/python_api/examples/bpy.types.HydraRenderEngine.py index 380302cf98a..0492b048dc2 100644 --- a/doc/python_api/examples/bpy.types.HydraRenderEngine.py +++ b/doc/python_api/examples/bpy.types.HydraRenderEngine.py @@ -19,9 +19,7 @@ class CustomHydraRenderEngine(bpy.types.HydraRenderEngine): # Register path to plugin. @classmethod def register(cls): - super().register() - - import pxr + import pxr.Plug pxr.Plug.Registry().RegisterPlugins(['/path/to/plugin']) # Render settings that will be passed to the delegate.