File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ def geode_objects_dict():
110110 "builder" : og .GraphBuilder .create ,
111111 "object_type" : "mesh" ,
112112 "is_3D" : False ,
113- "is_viewable" : True ,
113+ "is_viewable" : False ,
114114 },
115115 "HybridSolid3D" : {
116116 "class" : og .HybridSolid3D ,
@@ -321,7 +321,7 @@ def geode_objects_dict():
321321 "save" : og .save_raster_image2D ,
322322 "object_type" : "mesh" ,
323323 "is_3D" : False ,
324- "is_viewable" : False ,
324+ "is_viewable" : True ,
325325 "save_viewable" : g_v .save_viewable_raster_image2D ,
326326 },
327327 "RasterImage3D" : {
@@ -335,7 +335,7 @@ def geode_objects_dict():
335335 "save" : og .save_raster_image3D ,
336336 "object_type" : "mesh" ,
337337 "is_3D" : False ,
338- "is_viewable" : False ,
338+ "is_viewable" : True ,
339339 "save_viewable" : g_v .save_viewable_raster_image3D ,
340340 },
341341 "RegularGrid2D" : {
You can’t perform that action at this time.
0 commit comments