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-04-24 06:33:14 +0300
committerCampbell Barton <campbell@blender.org>2022-04-24 06:41:03 +0300
commitbba757ef81abd93a2ec33dbf6858fa4bf398c7d6 (patch)
treea16743bc916b1350eaece93a52d3cbf4609bb512 /source/blender/blenlib/BLI_color_mix.hh
parenta6504aa64bb0e33d112cd21b9d98db77530f14a4 (diff)
Cleanup: various minor changes
- Add missing doxy-section for Apply Parent Inverse Operator - Use identity for None comparison in Python. - Remove newline from operator doc-strings. - Use '*' prefix multi-line C comment blocks. - Separate filenames from doc-strings. - Remove break after return.
Diffstat (limited to 'source/blender/blenlib/BLI_color_mix.hh')
-rw-r--r--source/blender/blenlib/BLI_color_mix.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_color_mix.hh b/source/blender/blenlib/BLI_color_mix.hh
index f23d752b8d1..4989ddc609e 100644
--- a/source/blender/blenlib/BLI_color_mix.hh
+++ b/source/blender/blenlib/BLI_color_mix.hh
@@ -5,7 +5,6 @@
* \ingroup blenlib
*
* Contains color mixing utilities.
- *
*/
#include "BLI_color.hh"