You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In GH_Python, such script would walk fine and outputs are recomputed in each iterations.
However, In GH_CPython, I recieved this message: AttributeError: 'fileInfo' object has no attribute 'Component'
Is it possible to use "ghenv.Component.ExpireSolution(True)" in the current version of GH_CPython?
The text was updated successfully, but these errors were encountered:
Hi!
I want to get iterative outputs by using "ghenv.Component.ExpireSolution(True)" as follows:
http://www.grasshopper3d.com/forum/topics/loops-in-gh-python (py_loop.gh)
In GH_Python, such script would walk fine and outputs are recomputed in each iterations.
However, In GH_CPython, I recieved this message: AttributeError: 'fileInfo' object has no attribute 'Component'
Is it possible to use "ghenv.Component.ExpireSolution(True)" in the current version of GH_CPython?
The text was updated successfully, but these errors were encountered: