Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-07-09 13:17:41 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-07-09 13:17:41 +0400
commit019fcd6a500835736eb4548d5a0353c97dd00cc6 (patch)
tree470f2d52887e369bed77f287ff15a7374d8cb363 /object_fracture_cell/__init__.py
parent6569588716ed30da7c1a1b9bfa4d031d99c5d1a7 (diff)
add interior vertex group option.
Diffstat (limited to 'object_fracture_cell/__init__.py')
-rw-r--r--object_fracture_cell/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_fracture_cell/__init__.py b/object_fracture_cell/__init__.py
index 71909b3e..4e85831d 100644
--- a/object_fracture_cell/__init__.py
+++ b/object_fracture_cell/__init__.py
@@ -392,7 +392,7 @@ class FractureCell(Operator):
rowsub.prop(self, "use_smooth_faces")
rowsub.prop(self, "use_smooth_edges")
rowsub.prop(self, "use_data_match")
- # rowsub.prop(self, "use_interior_vgroup")
+ rowsub.prop(self, "use_interior_vgroup")
rowsub.prop(self, "material_index")
rowsub = col.row()
# could be own section, control how we subdiv