We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf04fc commit af33708Copy full SHA for af33708
simplepbr/__init__.py
@@ -43,7 +43,6 @@ def _load_shader_str(shaderpath, defines=None):
43
shader_dir = os.path.join(os.curdir, "shaders")
44
45
if not os.path.exists(shader_dir):
46
- print("shader dir not under platform-specific resources directory, reverting to module-relative")
47
shader_dir = os.path.join(os.path.dirname(__file__), 'shaders')
48
49
with open(os.path.join(shader_dir, shaderpath)) as shaderfile:
0 commit comments