Skip to content

Fix a bug that mesh name cannot be modified

Haocheng LIU requested to merge haocheng.liu/smtk:FixMeshNameFixed into master

For now we are using setStringProperty to change the mesh name. However, we should directly change the name instead. A check condition is added so that we would call the proper method.

Address issue #120 (closed) .

Merge request reports