Skip to content

Commit

Permalink
Update bvh_nearest_new.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosvor2 authored Mar 30, 2018
1 parent ac00359 commit 5daa029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/analyzer/bvh_nearest_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def sv_init(self, context):
so = self.outputs.new
si('VerticesSocket', 'Verts')
si('StringsSocket', 'Faces')
si('VerticesSocket', 'Start').use_prop = True
si('VerticesSocket', 'Points').use_prop = True
so('VerticesSocket', 'Location')
so('VerticesSocket', 'Normal')
so('StringsSocket', 'Index')
Expand Down

0 comments on commit 5daa029

Please sign in to comment.