Skip to content

Change name prefix in the VRML exporter

Jonathan Wiedemann requested to merge github/fork/reportingsjr/master into master

Created by: reportingsjr

I filed this bug earlier and decided to dive in to try and fix it: http://www.freecadweb.org/tracker/view.php?id=2390

This pull request does it. I changed the name prefix from Coin3D's default (+, which isn't allowed in the VRML standards) to a lower case o. This only changes the name of DEF blocks in vrml files which shouldn't affect anything else.

I tried exporting and importing VRML files and everything looked good.

Merge request reports