Skip to content

Commit 4431409

Browse files
committed
fix typos in docstring
1 parent b8f2f5b commit 4431409

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

plotoptix/enums.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -799,9 +799,9 @@ class Postprocessing(Enum):
799799
--------
800800
>>> rt = TkOptiX()
801801
>>>
802-
>>> rt.set_float("denoiser_blend", 0.5)
802+
>>> rt.set_float("denoiser_blend", 0.0)
803803
>>> rt.set_int("denoiser_kind", DenoiserKind.Rgb.value)
804-
>>> rt.add_postproc("DenoiserHDR")
804+
>>> rt.add_postproc("DenoiserUp2x")
805805
"""
806806

807807
class DenoiserKind(IntFlag):

plotoptix/npoptix.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ class NpOptiX(threading.Thread, metaclass=Singleton):
110110
(values are ``0``, ``1``, ``2``);
111111
- ``_geo_id[h, w, 1] = prim_idx``, where ``prim_idx`` is the primitive index in
112112
a data set, or face index of a mesh.
113+
113114
Note, this buffer height and width are 2x smaller than rt output if AI upscaler is used.
114115
"""
115116

0 commit comments

Comments
 (0)