Cleanup: correct RST syntax, spelling & adjust quotes
This commit is contained in:
@@ -16,13 +16,13 @@ class CustomHydraRenderEngine(bpy.types.HydraRenderEngine):
|
||||
# Name of the render plugin.
|
||||
bl_delegate_id = "HdCustomRendererPlugin"
|
||||
|
||||
# Use MaterialX instead of UsdPreviewSurface for materials.
|
||||
# Use MaterialX instead of `UsdPreviewSurface` for materials.
|
||||
bl_use_materialx = True
|
||||
|
||||
# Register path to plugin.
|
||||
@classmethod
|
||||
def register(cls):
|
||||
# Make pxr module available, for running as bpy pip package.
|
||||
# Make `pxr` module available, for running as `bpy` PIP package.
|
||||
bpy.utils.expose_bundled_modules()
|
||||
|
||||
import pxr.Plug
|
||||
|
||||
@@ -187,7 +187,7 @@ import bpy
|
||||
import bpy.types
|
||||
import textwrap
|
||||
|
||||
# Make pxr module available, for running as bpy pip package.
|
||||
# Make `pxr` module available, for running as `bpy` PIP package.
|
||||
bpy.utils.expose_bundled_modules()
|
||||
|
||||
import pxr.Gf as Gf
|
||||
|
||||
Reference in New Issue
Block a user