Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(modifier): Cast RGB values to float upon input #247

Merged
merged 1 commit into from
Apr 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified honeybee_grasshopper_radiance/icon/HB Opaque Modifier 3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions honeybee_grasshopper_radiance/json/HB_Opaque_Modifier_3.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.8.0",
"version": "1.8.1",
"nickname": "OpaqueMod3",
"outputs": [
[
Expand Down Expand Up @@ -31,14 +31,14 @@
"access": "item",
"name": "_g_ref",
"description": "A number between 0 and 1 for the absolute diffuse green reflectance.",
"type": "System.Object",
"type": "double",
"default": null
},
{
"access": "item",
"name": "_b_ref",
"description": "A number between 0 and 1 for the absolute diffuse blue reflectance.",
"type": "System.Object",
"type": "double",
"default": null
},
{
Expand Down
2 changes: 1 addition & 1 deletion honeybee_grasshopper_radiance/src/HB Opaque Modifier 3.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

ghenv.Component.Name = 'HB Opaque Modifier 3'
ghenv.Component.NickName = 'OpaqueMod3'
ghenv.Component.Message = '1.8.0'
ghenv.Component.Message = '1.8.1'
ghenv.Component.Category = 'HB-Radiance'
ghenv.Component.SubCategory = '1 :: Modifiers'
ghenv.Component.AdditionalHelpFromDocStrings = '0'
Expand Down
Binary file not shown.