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 645d8ff commit b05196bCopy full SHA for b05196b
CHANGELOG.md
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
### Changed
13
14
+* Changed registration of scene objects to not print messages.
15
+
16
### Removed
17
18
src/compas_notebook/scene/__init__.py
@@ -83,7 +83,7 @@ def register_scene_objects():
83
register(Torus, ThreeTorusObject, context="Notebook")
84
register(Mesh, ThreeMeshObject, context="Notebook")
85
86
- print("PyThreeJS SceneObjects registered.")
+ # print("PyThreeJS SceneObjects registered.")
87
88
89
__all__ = [
0 commit comments