Pherakki / BlenderToolsForGFS

A Blender plugin for importing and exporting GFS files.
GNU General Public License v3.0
21 stars 3 forks source link

Throw a warning when exporting if a mesh has a high vertex count #88

Closed Pherakki closed 1 year ago

Pherakki commented 1 year ago

Provide details on the proposal. The plugin should be aware if a mesh has a potentially-problematic number of vertices. The proposal is to have an additional export option, accessible via dropdown:

If a mesh is detected to have more than 6192 vertices (since this is roughly the limit where problems sometimes start occurring), the plugin should either:

The default should also be configurable from the preferences.

Is your feature request related to a problem? Please describe. Sometimes meshes with >6k vertices behave unexpected in-game. A warning that says this might happen, since the ultimate cause is unknown, would help.

Additional context No further details required.

Pherakki commented 1 year ago

Implemented in 2b1d1603e43f63e02b7b3018f3a0d6aaa2af8cf9