Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zeffii committed Jun 12, 2021
1 parent da35f41 commit 652d23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/surface/interpolate_nurbs_surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def sv_init(self, context):
self.outputs.new('SvVerticesSocket', "ControlPoints")
self.outputs.new('SvStringsSocket', "KnotsU")
self.outputs.new('SvStringsSocket', "KnotsV")
self.update_socket(context)
self.update_sockets(context)

def draw_buttons(self, context, layout):
layout.prop(self, 'centripetal', toggle=True)
Expand Down

0 comments on commit 652d23e

Please sign in to comment.