[Bf-extensions-cvs] [bc7c08c] master: fix for lookup table

Brendon Murphy noreply at git.blender.org
Sat Jan 10 05:14:19 CET 2015


Commit: bc7c08ca7d0d66b244ac57f55eb684bbd61b029e
Author: Brendon Murphy
Date:   Sat Jan 10 15:13:45 2015 +1100
Branches: master
https://developer.blender.org/rBACbc7c08ca7d0d66b244ac57f55eb684bbd61b029e

fix for lookup table

===================================================================

M	mesh_extra_tools/face_inset_fillet.py

===================================================================

diff --git a/mesh_extra_tools/face_inset_fillet.py b/mesh_extra_tools/face_inset_fillet.py
index 185fa97..90aca20 100644
--- a/mesh_extra_tools/face_inset_fillet.py
+++ b/mesh_extra_tools/face_inset_fillet.py
@@ -170,6 +170,7 @@ def face_inset_fillet(bme, face_index_list, inset_amount, distance, number_of_si
         elif out == True and kp == True:
             bme.faces.new(new_inner_face)
             bme.faces.index_update()
+            bme.faces.ensure_lookup_table()
             bme.faces[-1].select_set(1)
 
         n2_ = len(dict_0)



More information about the Bf-extensions-cvs mailing list