Skip to content
Snippets Groups Projects
Commit 415f48b3 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

vertexKeys renamed to vertexSets

parent d423d2e9
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ class Mesh(notifier.Notifier, meta.Meta):
addVertices
selectedVertices
vertexKeys
vertexSets
**Vertex data**
......@@ -374,7 +374,7 @@ class Mesh(notifier.Notifier, meta.Meta):
self.__faceNormals[k] = fn * -1
def vertexKeys(self):
def vertexSets(self):
"""Returns a list containing the keys of all vertex sets. """
return list(self.__vertices.keys())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment