Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michiel Cottaar
fslpy
Commits
415f48b3
Commit
415f48b3
authored
Jan 21, 2018
by
Paul McCarthy
🚵
Browse files
vertexKeys renamed to vertexSets
parent
d423d2e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
fsl/data/mesh.py
View file @
415f48b3
...
...
@@ -93,7 +93,7 @@ class Mesh(notifier.Notifier, meta.Meta):
addVertices
selectedVertices
vertex
Key
s
vertex
Set
s
**Vertex data**
...
...
@@ -374,7 +374,7 @@ class Mesh(notifier.Notifier, meta.Meta):
self
.
__faceNormals
[
k
]
=
fn
*
-
1
def
vertex
Key
s
(
self
):
def
vertex
Set
s
(
self
):
"""Returns a list containing the keys of all vertex sets. """
return
list
(
self
.
__vertices
.
keys
())
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment