Cleanup: replace dict with set for bmesh_utils.bmesh_linked_uv_islands
Also correct doc-string syntax.
This commit is contained in:
@@ -52,7 +52,7 @@ def get_random_transform(transform_params, entropy):
|
||||
|
||||
|
||||
def randomize_uv_transform_island(bm, uv_layer, faces, transform_params):
|
||||
entropy = min(faces) # Ensure consistent random values for island, regardless of selection etc.
|
||||
entropy = min(faces) # Ensure consistent random values for island, regardless of selection etc.
|
||||
transform = get_random_transform(transform_params, entropy)
|
||||
|
||||
# Find bounding box.
|
||||
|
||||
Reference in New Issue
Block a user