-What has been especially frustrating for me when learning scripting within the context of Rhino3D and Grasshopper3D is the many different ways to do the same things. For example, you can create the same script functionality in Python by using `scriptcontext` versus `RhinoCommon` vs `rhinoscriptcontext`. This flexibility is both good and bad, because it creates confusion around what is the best method to write scripts. In addition, each of the methods has pros/cons that need workarounds.
0 commit comments