[Bf-codereview] Convex hull bmesh operator (issue 6114060)

ideasman42 at gmail.com ideasman42 at gmail.com
Sat Apr 28 22:36:48 CEST 2012


LGTM,

one more general comment is that I think having the operator delete the
holes its self might not be so good.

Instead the blender operator could do this on faces tagged as original.
- This isnt really bad, just think it can get a bit messy if a lot of
operators call eachother because of functionality users might want.
rather have them low level and the callers can mix together the
operators that make sense in some context. In this case the caller is
the wmOperator

http://codereview.appspot.com/6114060/


More information about the Bf-codereview mailing list