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
Hello
Can we add a new Params: HopsBitmap like this?
class HopsBitmap(_GHParam):
"""Wrapper for GH_Bitmap"""
param_type = "Bitmap"
result_type = "System.Drawing.Bitmap"
# Coercer function can be added if needed for type conversion
coercers = {
"System.Drawing.Bitmap": lambda b: b,
}
Hello
Can we add a new Params:
HopsBitmap
like this?(https://github.com/mcneel/compute.rhino3d/blob/d34dfa14161aaeb43f0692505dccf7ad30bc84c8/src/ghhops-server-py/ghhops_server/params.py)
The text was updated successfully, but these errors were encountered: