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:
authorAntonioya <blendergit@gmail.com>2019-02-26 22:32:02 +0300
committerAntonioya <blendergit@gmail.com>2019-02-26 22:32:02 +0300
commit788778d98519f05abf827362ea58915149732afd (patch)
tree2a48a3a6aef9175befcc8f3e4ff6e2a85cee1b79
parent930d0070b6fd337fc059ea9e486e598831ed28ab (diff)
GP: Cleanup ToDo comment
-rw-r--r--source/blender/makesrna/intern/rna_scene.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index 72b3462bfaf..301f7cfd5ea 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -2413,7 +2413,6 @@ static void rna_def_tool_settings(BlenderRNA *brna)
static const EnumPropertyItem gpencil_selectmode_items[] = {
{GP_SELECTMODE_POINT, "POINT", ICON_GP_SELECT_POINTS, "Point", "Select only points"},
{GP_SELECTMODE_STROKE, "STROKE", ICON_GP_SELECT_STROKES, "Stroke", "Select all stroke points" },
- /* GPXX need better icon for segment */
{GP_SELECTMODE_SEGMENT, "SEGMENT", ICON_GP_SELECT_BETWEEN_STROKES, "Segment", "Select all stroke points between other strokes" },
{0, NULL, 0, NULL, NULL},
};