Skip to content

Remove property maps

Matthias Möller requested to merge remove-property-map into master

Hi, the MeshWrapper class defines some property maps, which maps the names of all the python-defined properties to the corresponding property handles.

I guess they are redundant, since you can do everything with the core OpenMesh functions.

This MR has an implementation using only OpenMesh functions.

Merge request reports