Skip to content

Commit

Permalink
more robot traces
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Sep 19, 2023
1 parent c457182 commit b2fe23d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 165 deletions.
160 changes: 0 additions & 160 deletions src/compas_blender/artists/robotmodelartist.py

This file was deleted.

1 change: 0 additions & 1 deletion tests/compas/stubs.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def compas_api():
"compas.geometry",
"compas.numerical",
"compas.plugins",
"compas.robots",
"compas.rpc",
"compas.topology",
"compas.utilities",
Expand Down
4 changes: 0 additions & 4 deletions tests/compas/test_api_stability.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def get_names_in_module(module_name):
"compas.geometry",
"compas.numerical",
"compas.plugins",
"compas.robots",
"compas.rpc",
"compas.topology",
"compas.utilities",
Expand All @@ -99,9 +98,6 @@ def get_names_in_module(module_name):
name = "compas.datastructures"
compas_api["modules"][name] = [m for m in compas_api["modules"][name] if m not in ("IPY")]

name = "compas.robots"
compas_api["modules"][name] = [m for m in compas_api["modules"][name] if m not in ("Frame", "Transformation")]

name = "compas.geometry"
compas_api["modules"][name] = [m for m in compas_api["modules"][name] if m not in ("pluggable")]

Expand Down

0 comments on commit b2fe23d

Please sign in to comment.