diff --git a/nodes/analyzer/bvh_nearest_new.py b/nodes/analyzer/bvh_nearest_new.py index 948ade5a1d..d33ba81cfb 100644 --- a/nodes/analyzer/bvh_nearest_new.py +++ b/nodes/analyzer/bvh_nearest_new.py @@ -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')