Skip to content

Commit

Permalink
merging and resolving conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlousky committed May 26, 2015
2 parents 639406d + 525831d commit 5f5ce98
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -159,6 +159,7 @@ def randomize( self, context ):

## Distribute materials by loose parts
elif self.assign_method == 'Loose Parts':
bm.verts.ensure_lookup_table()
vert_indices = [ vert.index for vert in bm.verts ] # Reference all vertex indices

for vert in vert_indices:
Expand Down

0 comments on commit 5f5ce98

Please sign in to comment.