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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Reynish <billrey@me.com>2019-03-04 11:50:59 +0300
committerWilliam Reynish <billrey@me.com>2019-03-04 11:50:59 +0300
commitfd3ef61bc1364ff6af44141f4621f18a2bd57a4c (patch)
tree1b08413c8ae826b97bb869f316361c0ba1eb158a /source/blender/editors/datafiles
parent39b210db947a5a2de8a39656d24808e25d09f3c6 (diff)
Tools: Rename Curve Shrink/Fatten to Radius
This is fundamentally different from Shrink/Fatten for meshes, because the control points are not moved, only the radius. Issue raised by Ronan Ducluzeau, name suggested by Campbell Barton
Diffstat (limited to 'source/blender/editors/datafiles')
-rw-r--r--source/blender/editors/datafiles/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt
index 4ee57030a3d..c116254ebc9 100644
--- a/source/blender/editors/datafiles/CMakeLists.txt
+++ b/source/blender/editors/datafiles/CMakeLists.txt
@@ -668,7 +668,7 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
ops.curve.draw
ops.curve.extrude_cursor
ops.curve.extrude_move
- ops.curve.shrink_fatten
+ ops.curve.radius
ops.curve.vertex_random
ops.generic.cursor
ops.generic.select