Tried to minimize it, but a bunch of white space formatting snuck in; I assume the style guidelines should be 4 spaces instead of tabs?
Unfortunately the extrusion reporting got tangled up in this settings refactor, but if desired I can recreate it on it's own branch from master.
Since I wasn't originally planning on merging this back upstream, I made some changes around settings replacing CloneAs<T> with CopyFrom; I'm guessing this may be breaking for Cotangent.
Tried to minimize it, but a bunch of white space formatting snuck in; I assume the style guidelines should be 4 spaces instead of tabs?
Unfortunately the extrusion reporting got tangled up in this settings refactor, but if desired I can recreate it on it's own branch from master.
Since I wasn't originally planning on merging this back upstream, I made some changes around settings replacing
CloneAs<T>
withCopyFrom
; I'm guessing this may be breaking for Cotangent.