File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ opengeode-io==7.4.9
33opengeode-inspector==6.8.18
44opengeode-geosciences==9.5.11
55opengeode-geosciencesio==5.8.11
6- geode-common==33.19.1
6+ geode-common==33.20.0
77geode-viewables==3.3.5
88flask[async]==3.1.2
99flask-cors==6.0.1
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ flask[async]>=3
1616 # flask-cors
1717flask-cors == 6.0.1
1818 # via -r requirements.in
19- geode-common == 33.19.1
19+ geode-common == 33.20.0
2020 # via
2121 # -r requirements.in
2222 # geode-viewables
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ def model_components(
223223 mesh_component_object = {
224224 "viewer_id" : viewer_id ,
225225 "geode_id" : geode_id ,
226- "name" : geode_id ,
226+ "name" : component_name ,
227227 "type" : component_type ,
228228 "boundaries" : boundaries_uuid ,
229229 "internals" : internals_uuid ,
@@ -237,7 +237,6 @@ def model_components(
237237 component_type = collection_component .get ()
238238 for id in ids :
239239 geode_id = id .string ()
240- component_name = geode_id
241240 items = model .items (id )
242241 items_uuid = [item .id ().string () for item in items ]
243242 collection_component_object = {
You can’t perform that action at this time.
0 commit comments