GHPython Compile

Hi All,
I’m trying to setup Compilation details. And I found the way how to set Name, NickName and Description. But the Category, Subcategory and Guid, I can’t find the way how to setup it.
Any Idea ?

try this:

ghenv.Component.Name = ""
ghenv.Component.NickName = ""
ghenv.Component.Category = ""
ghenv.Component.SubCategory = ""
ghenv.Component.Message = ""
2 Likes

Thank you
but It’s only work with Name. Did I miss something ?

You can check out this tutorial.

I haven’t made a plugin in ghpython either.Check this answer.

1 Like

Thank you for your help.