[Bf-extensions-cvs] [2888f9d7] master: Curve Tools 2: added Curve Scale Reset

Spivak Vladimir cwolf3d noreply at git.blender.org
Mon Sep 9 00:11:20 CEST 2019


Commit: 2888f9d7e5174e7edad08657526835dabcf26ca8
Author: Spivak Vladimir (cwolf3d)
Date:   Mon Sep 9 01:10:37 2019 +0300
Branches: master
https://developer.blender.org/rBAC2888f9d7e5174e7edad08657526835dabcf26ca8

Curve Tools 2: added Curve Scale Reset

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

M	curve_tools/__init__.py

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

diff --git a/curve_tools/__init__.py b/curve_tools/__init__.py
index 86c8b557..6150f2ad 100644
--- a/curve_tools/__init__.py
+++ b/curve_tools/__init__.py
@@ -296,6 +296,8 @@ class VIEW3D_PT_CurvePanel(Panel):
             row = col.row(align=True)
             row.operator("curve.bezier_spline_divide", text='Divide')
             row = col.row(align=True)
+            row.operator("curve.scale_reset", text='Scale Reset')
+            row = col.row(align=True)
             row.operator("curvetools2.operatorbirail", text="Birail")
             row = col.row(align=True)        
             row.operator("curvetools2.convert_selected_face_to_bezier", text="Convert selected faces to Bezier")



More information about the Bf-extensions-cvs mailing list