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 aacb4db commit b70f686Copy full SHA for b70f686
src/compas_robots/viewer/scene/robotmodelobject.py
@@ -44,7 +44,7 @@ def __init__(
44
show_collision: Optional[bool] = None,
45
hide_coplanaredges: Optional[bool] = None,
46
use_vertexcolors: Optional[bool] = None,
47
- **kwargs
+ **kwargs,
48
):
49
self.kwargs = kwargs
50
self.use_vertexcolors = use_vertexcolors
0 commit comments