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:
authorCampbell Barton <ideasman42@gmail.com>2018-01-15 15:44:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-01-15 16:16:54 +0300
commit5cb43b0f2037c903c635609c75ebf0c3a23ad146 (patch)
treecf1c8c05878308cd4c790f4936fe89f5cdda84df /source/blender/editors/manipulator_library
parentec3248437dc52c641a914fd1245f778ac45f3a26 (diff)
Cleanup: update comments
Diffstat (limited to 'source/blender/editors/manipulator_library')
-rw-r--r--source/blender/editors/manipulator_library/manipulator_types/button2d_manipulator.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/editors/manipulator_library/manipulator_types/button2d_manipulator.c b/source/blender/editors/manipulator_library/manipulator_types/button2d_manipulator.c
index eb1972f9919..6d5b6332ec5 100644
--- a/source/blender/editors/manipulator_library/manipulator_types/button2d_manipulator.c
+++ b/source/blender/editors/manipulator_library/manipulator_types/button2d_manipulator.c
@@ -23,11 +23,12 @@
*
* \name Button Manipulator
*
- * 3D Manipulator, also works in 2D views.
+ * 2D Manipulator, also works in 3D views.
*
* \brief Single click button action for use in manipulator groups.
*
- * Note: currently only very basic icon buttons supported.
+ * \note Currently only basic icon & vector-shape buttons are supported.
+ *
*/
#include "MEM_guardedalloc.h"