Skip to content

Commit 6bc3f4e

Browse files
committed
fix denoiser memory leak in kuafu
1 parent 2ef8952 commit 6bc3f4e

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

python/py_package/core/pysapien/__init__.pyi

-5
Original file line numberDiff line numberDiff line change
@@ -814,11 +814,6 @@ class KuafuConfig():
814814
def assets_path(self, arg0: str) -> None:
815815
pass
816816
@property
817-
def clear_color(self) -> glm::vec<4, float, :
818-
"""
819-
:type: glm::vec<4, float,
820-
"""
821-
@property
822817
def max_bounces(self) -> int:
823818
"""
824819
:type: int

0 commit comments

Comments
 (0)