Changeset View
Changeset View
Standalone View
Standalone View
mesh_extra_tools/pkhg_faces.py
| Context not available. | |||||
| def make_one_inset(self, context, bm=None, ringvectors=None, center=None, | def make_one_inset(self, context, bm=None, ringvectors=None, center=None, | ||||
| normal=None, t=None, base_height=0): | normal=None, t=None, base_height=0): | ||||
| # a face will get 'inserted' faces to create (normaly) a hole if t is > 0 and < 1) | # a face will get 'inserted' faces to create (normally) a hole if t is > 0 and < 1) | ||||
| tmp = [] | tmp = [] | ||||
| for el in ringvectors: | for el in ringvectors: | ||||
| Context not available. | |||||