Skip to content

Commit 478ebf2

Browse files
committed
FIX outputs of Vizualization component
1 parent d2c61ca commit 478ebf2

File tree

3 files changed

+1947
-3121
lines changed

3 files changed

+1947
-3121
lines changed

src/gh/components/DF_vizualization/code.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,13 @@ def RunScript(self,
5757
plane=i_viz_settings.legend_plane,
5858
total_height=i_viz_settings.legend_height,
5959
scaling_factor=i_viz_settings.histogram_scale_factor)
60-
return o_source, o_colored_geo, o_legend, o_histogram
60+
61+
return o_colored_geo, o_legend, o_histogram
6162

6263

6364
# if __name__ == "__main__":
6465
# com = Vizualization()
65-
# o_source, o_colored_geo, o_legend, o_histogram = com.RunScript(
66+
# o_colored_geo, o_legend, o_histogram = com.RunScript(
6667
# i_results,
6768
# i_viz_settings
6869
# )

src/gh/components/DF_vizualization/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"subcategory": "Vizualization",
66
"description": "Color input geometry according to the results of the distance calculation and settings",
77
"exposure": 4,
8-
"instanceGuid": "19fa413e-b8bf-4ca5-b295-1b116ff4a095",
8+
"instanceGuid": "46b7026f-f453-4f27-979d-916af633b324",
99
"ghpython": {
1010
"hideOutput": true,
1111
"hideInput": true,

0 commit comments

Comments
 (0)