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 8767816 commit 2fa996bCopy full SHA for 2fa996b
docs/tutorial/robots.rst
@@ -196,10 +196,9 @@ it can be used as a scaffolding for code to be run in a Python script editor wit
196
.. code-block:: python
197
198
import compas
199
- from compas.robots import GithubPackageMeshLoader
200
from compas.robots import RobotModel
201
import compas_blender
202
- from compas_blender.artists import RobotModelArtist, BaseArtist
+ from compas_blender.artists import RobotModelArtist
203
204
compas_blender.clear() # Delete all objects in the Blender scene
205
0 commit comments