[Bf-blender-cvs] [2a237377ce3] master: Fix typos

Joshua Leung noreply at git.blender.org
Sun Feb 3 12:55:51 CET 2019


Commit: 2a237377ce390509bfd18cf70f645d17d8bc92aa
Author: Joshua Leung
Date:   Thu Jan 31 17:31:51 2019 +1300
Branches: master
https://developer.blender.org/rB2a237377ce390509bfd18cf70f645d17d8bc92aa

Fix typos

===================================================================

M	source/blender/editors/animation/anim_filter.c

===================================================================

diff --git a/source/blender/editors/animation/anim_filter.c b/source/blender/editors/animation/anim_filter.c
index 03d16dd078d..48e6d6c74a0 100644
--- a/source/blender/editors/animation/anim_filter.c
+++ b/source/blender/editors/animation/anim_filter.c
@@ -1903,7 +1903,7 @@ static size_t animdata_filter_mask(Main *bmain, ListBase *anim_data, void *UNUSE
 		if (tmp_items) {
 			/* include data-expand widget first */
 			if (filter_mode & ANIMFILTER_LIST_CHANNELS) {
-				/* add gpd as channel too (if for drawing, and it has layers) */
+				/* add mask datablock as channel too (if for drawing, and it has layers) */
 				ANIMCHANNEL_NEW_CHANNEL(mask, ANIMTYPE_MASKDATABLOCK, NULL, NULL);
 			}



More information about the Bf-blender-cvs mailing list