MahmoudAbdelRahman / GH_CPython

CPython plugin for Rhino-Grasshopper
BSD 2-Clause "Simplified" License
175 stars 38 forks source link

In case an input variable is not assigned, the component does not run. #13

Closed jkweon closed 7 years ago

jkweon commented 7 years ago

Dear Mahmoud,

Thank you for the updated GH_CPython.

In case an input variable is not assigned, the component does not run. Even though this is not an urgent issue, sometimes we need to test before assigning all input variables.

regards,

Jihoon

MahmoudAbdelRahman commented 7 years ago

Hi Jihoon, Thanks so much, I'll modify it and upload the file again. Regards, Mahmoud Abdelrahman

MahmoudAbdelRahman commented 7 years ago

Hi Jihoon, Now, this problem has been roughly solved, Except for the first input, I have set all other inputs to be optional.

I think it could be dynamically set for example: In the description of the inputs : _input1: required - the description of input 1 is ... etc. _input2: optional - the description of input 2 is ... .etc.

picture1

jkweon commented 7 years ago

Thank you for the update.