Skip to content

Commit

Permalink
fix sites_idx socket type
Browse files Browse the repository at this point in the history
  • Loading branch information
satabol committed Aug 15, 2023
1 parent 184a180 commit 4eaf654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/spatial/voronoi_on_mesh_mk2.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def sv_init(self, context):
self.outputs.new('SvVerticesSocket', "Vertices")
self.outputs.new('SvStringsSocket', "Edges")
self.outputs.new('SvStringsSocket', "Faces")
self.outputs.new('SvVerticesSocket', "Sites_idx")
self.outputs.new('SvStringsSocket', "Sites_idx")
self.update_sockets(context)

def draw_buttons(self, context, layout):
Expand Down

0 comments on commit 4eaf654

Please sign in to comment.