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:
Diffstat (limited to 'source/blender/blenkernel/BKE_library_query.h')
-rw-r--r--source/blender/blenkernel/BKE_library_query.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_library_query.h b/source/blender/blenkernel/BKE_library_query.h
index caa36742f76..94e7830aabe 100644
--- a/source/blender/blenkernel/BKE_library_query.h
+++ b/source/blender/blenkernel/BKE_library_query.h
@@ -38,9 +38,12 @@ enum {
*/
IDWALK_CB_INDIRECT_USAGE = (1 << 2),
- /** That ID is used as mere sub-data by its owner
+ /**
+ * That ID is used as mere sub-data by its owner
* (only case currently: those f***ing nodetrees in materials etc.).
- * This means callback shall not *do* anything, only use this as informative data if it needs it. */
+ * This means callback shall not *do* anything,
+ * only use this as informative data if it needs it.
+ */
IDWALK_CB_PRIVATE = (1 << 3),
/** That ID is not really used by its owner, it's just an internal hint/helper.