Page MenuHome

Correct misspellings of vertex as vertice in code comments, and change vertexes to vertices
AbandonedPublic

Authored by Nikhil Shringarpurey (Nikhil.Net) on Jan 27 2022, 5:08 PM.

Details

Summary

(Related to D13932.)

The singular of vertices is vertex, NOT vertice. Interestingly, for a plural, both "vertices" and "vertexes" are considered correct, though Blender is pretty consistent with using the former and we should stick with that.

There are several files where this misspelling was present in the code. This diff fixes them.

Sources:
https://www.merriam-webster.com/dictionary/vertex
https://www.merriam-webster.com/dictionary/vertice

Diff Detail

Event Timeline

Updated additional instances of misspellings.

Additional updates to account for latest changes to addons

This is out of date.