Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 5938

No Function Signature in CPython

$
0
0

I’ve recently transitioned from Rhino 7 to Rhino 8, and I’ve noticed a change in GhPython’s behavior. In Rhino 7, when using rhinoscriptsyntax or other libraries in GhPython, the function signatures (such as the required inputs for rs.AddLine) were displayed in the help bar below the script editor. However, in Rhino 8, I no longer see these function signatures, which makes it difficult to reference parameter requirements without using print(help(function)) repeatedly.

Is this an intended change in Rhino 8, or is there a way to enable function signatures in the help bar again? If not, what would be the best alternative for quickly referencing function parameters within GhPython?

Have you ever faced this issue? If so, how did you overcome it?

Thanks, Adithya

11 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 5938

Trending Articles