error from compas_ghpython artists
See original GitHub issueHi, there’s an error when I tried to use the artist.draw_faces(join_faces=True)
in compas_ghpython.artists.MeshArtist
.
The error can be reproduced from the example in documentation.
Runtime error (TypeErrorException): Parameter must be a Guid or string representing a Guid
Traceback:
line 206, in JoinMeshes, "C:\Users\user\AppData\Roaming\McNeel\Rhinoceros\5.0\Plug-ins\IronPython (814d908a-e25c-493d-97e9-ee3861957f49)\settings\lib\rhinoscript\mesh.py"
line 495, in coerceguid, "C:\Users\user\AppData\Roaming\McNeel\Rhinoceros\5.0\Plug-ins\IronPython (814d908a-e25c-493d-97e9-ee3861957f49)\settings\lib\rhinoscript\utility.py"
line 589, in coercemesh, "C:\Users\user\AppData\Roaming\McNeel\Rhinoceros\5.0\Plug-ins\IronPython (814d908a-e25c-493d-97e9-ee3861957f49)\settings\lib\rhinoscript\utility.py"
line 66, in draw_faces, "Z:\compas-dev\compas\src\compas_ghpython\artists\mixins\faceartist.py"
line 8, in script
I am using Rhino 5, Grasshopper and IronPython2.7 in windows.
Thanks!
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
The Art of Failure | Tate
Hear artists, a poet, a novelist and a dancer reflect on their experience of art and failure. Featuring Lubaina Himid, Akram Khan, Scottee,...
Read more >Support - Apple Music for Artists
Explore articles and guides that can help you sign up for Apple Music for Artists, access analytics, submit song lyrics and artist images,...
Read more >The Queer Art of Failure - Duke University Press
The Queer Art of Failure is about finding alternatives—to conventional understandings of success in a heteronormative, capitalist society; ...
Read more >9 Things You Should Give Up to Be a Successful Artist
“Failure just means you are learning,” adds Bonnie. “Keep failing, because you will be learning your entire career.” Give up feeling selfish. Everyone ......
Read more >The Japanese art principle that teaches how to work with failure
Your cracks and flaws make you more amazing—if handled artfully.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi thanks for posting, I was working on it too. It actually required also to fix something in ghpython/utilities/drawing.py (returned breps instead of meshes)
Yes, solved. It works perfectly now.