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 <campbell@blender.org>2022-03-10 03:32:48 +0300
committerCampbell Barton <campbell@blender.org>2022-03-10 08:27:18 +0300
commit1829232598e6e94e6b0735d86ae8ea34a4bff0c8 (patch)
tree07d27312a860b43e173998351bcb2bac6db63939 /source/blender/windowmanager/WM_api.h
parent0ef8a6179d2a773b2570352bd0cb7eb18b666da2 (diff)
Cleanup: spelling in comments & some minor clarifications
Diffstat (limited to 'source/blender/windowmanager/WM_api.h')
-rw-r--r--source/blender/windowmanager/WM_api.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/windowmanager/WM_api.h b/source/blender/windowmanager/WM_api.h
index bc51f7d065a..6f8233c153e 100644
--- a/source/blender/windowmanager/WM_api.h
+++ b/source/blender/windowmanager/WM_api.h
@@ -615,7 +615,8 @@ bool WM_operator_poll_context(struct bContext *C, struct wmOperatorType *ot, sho
/**
* For running operators with frozen context (modal handlers, menus).
*
- * \param store: Store settings for re-use.
+ * \param store: Store properties for re-use when an operator has finished
+ * (unless #PROP_SKIP_SAVE is set).
*
* \warning do not use this within an operator to call itself! T29537.
*/