MahmoudAbdelRahman / GH_CPython

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

Input access type #5

Closed mostaphaRoudsari closed 7 years ago

mostaphaRoudsari commented 7 years ago

Currently the input access is set to list and doesn't seem to be possible to change it.

MahmoudAbdelRahman commented 7 years ago

Thanks so much @mostaphaRoudsari for your feedback,

I have solved this problem, now it is able to handle item dataAccess in addition to list dataAccess. I'm now working on linking the output, in addition to text highlighting, saving data and I'll pay more attention to merging IronPython with Cpython following your note. Thanks so much. datatypes

mostaphaRoudsari commented 7 years ago

Hi @MahmoudAbdelRahman, Great! I used the GHA component from the root folder. Where can I update the latest GHA file?

Also handling both IronPython and CPython in the same component is not really critical. I think it would be easier if you concentrate on one and get it fully to work before introducing a new problem.

I'm closing this issue as it has been addressed already.

MahmoudAbdelRahman commented 7 years ago

Hi @mostaphaRoudsari, Thanks so much. Yes, I upload the updated GHA files to the root folder, and .\bin\ folder as well. I agree with you, I'll concentrate on finishing this component at first. Thanks so much.