diff --git a/fsl/data/mesh.py b/fsl/data/mesh.py index 55b996069dfcb54b616bcc616b8b70eff90e02a7..f5ca20adea3747ca53945755f61c85dc28c539d1 100644 --- a/fsl/data/mesh.py +++ b/fsl/data/mesh.py @@ -241,6 +241,12 @@ class Mesh(notifier.Notifier, meta.Meta): return self.__name + @name.setter + def name(self, name): + """Set the name of this ``Mesh``. """ + self.__name = name + + @property def dataSource(self): """Returns the data source of this ``Mesh``. """