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>2021-07-13 13:59:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-07-13 14:24:46 +0300
commit6a5e1bf9a1b9862c5ca9049eed2a83706cd45a03 (patch)
tree8e1fc35e99f6ed5ae56e4b2c0c696e91d093eb88 /source/blender/editors
parent488690c864cf47a23005fd67745f7adc5e7f94ff (diff)
Cleanup: improve BMEditMesh docstrings
Also remove white-space added last commit.
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/include/UI_interface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
index 5f3df1748d0..802c175492f 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -531,7 +531,6 @@ struct uiBlockInteraction_Params {
* (user clicking on a number button arrows or pasting a value for example).
*/
bool is_click;
-
/**
* Array of unique event ID's (values from #uiBut.retval).
* There may be more than one for multi-button editing (see #UI_BUT_DRAG_MULTI).