Skip to content

Commit d14cc54

Browse files
committed
SurfaceChart shade smooth
1 parent 0916f35 commit d14cc54

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

data_vis/geonodes/charts.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,10 @@ def execute(self, context: bpy.types.Context):
338338
self._add_chart_to_scene(context, obj)
339339
self._apply_material(modifier, prefs.color_type)
340340
modifier_utils.add_used_materials_to_object(modifier, obj)
341+
342+
for f in obj.data.polygons:
343+
f.use_smooth = True
344+
341345
return {"FINISHED"}
342346

343347

0 commit comments

Comments
 (0)