freestyle lineset tag attribute was defined but not used, also some code cleanup.
This commit is contained in:
@@ -328,10 +328,12 @@ def ngon_tessellate(from_data, indices, fix_loops=True):
|
||||
fgon to create from existing verts.
|
||||
|
||||
from_data: either a mesh, or a list/tuple of vectors.
|
||||
:arg indices: a list of indices to use this list is the ordered closed polyline
|
||||
:arg indices: a list of indices to use this list
|
||||
is the ordered closed polyline
|
||||
to fill, and can be a subset of the data given.
|
||||
:type indices: list
|
||||
:arg fix_loops: If this is enabled polylines that use loops to make multiple
|
||||
:arg fix_loops: If this is enabled polylines
|
||||
that use loops to make multiple
|
||||
polylines are delt with correctly.
|
||||
:type fix_loops: bool
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user