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 56d04a5 commit d02a4b4Copy full SHA for d02a4b4
demosys/scene/scene.py
@@ -60,7 +60,7 @@ def apply_mesh_shaders(self):
60
if instance is not None:
61
if isinstance(instance, MeshShader):
62
mesh.mesh_shader = ms
63
- continue
+ break
64
else:
65
raise ValueError("apply() must return a MeshShader instance, not {}".format(type(instance)))
66
if not mesh.mesh_shader:
0 commit comments