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:
authorSpivak Vladimir (cwolf3d) <cwolf3d@gmail.com>2019-10-30 12:18:10 +0300
committerSpivak Vladimir (cwolf3d) <cwolf3d@gmail.com>2019-10-30 12:18:10 +0300
commitb6751d4d0390257a4352d449991407065cc29124 (patch)
tree6ea1e12cdc1734c99830b2155b374496758ce27d /curve_tools/__init__.py
parentacfe2a22e07046564cc5788388c2404486c76fe9 (diff)
Addon: Curve Tools: Add 2D Curve Boolean. Fixed some errors.
Diffstat (limited to 'curve_tools/__init__.py')
-rw-r--r--curve_tools/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/curve_tools/__init__.py b/curve_tools/__init__.py
index 6e60b7b8..bc646780 100644
--- a/curve_tools/__init__.py
+++ b/curve_tools/__init__.py
@@ -334,6 +334,8 @@ class VIEW3D_PT_CurvePanel(Panel):
row = col.row(align=True)
row.operator("curvetools.sep_outline", text="Separate Outline or selected")
row = col.row(align=True)
+ row.operator("curvetools.bezier_curve_boolean", text="2D Curve Boolean")
+ row = col.row(align=True)
row.operator("curvetools.bezier_points_fillet", text='Fillet')
row = col.row(align=True)
row.operator("curvetools.bezier_cad_handle_projection", text='Handle Projection')