From fd742566a62151c1f2ed1f009782fc8a881fbf5a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 22 Nov 2011 10:04:28 +0000 Subject: - use cache_ as a prefix for new modifiers. - some comments to recent image changes. --- source/blender/modifiers/intern/MOD_ocean.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/modifiers/intern/MOD_ocean.c') diff --git a/source/blender/modifiers/intern/MOD_ocean.c b/source/blender/modifiers/intern/MOD_ocean.c index db98c223416..152a9a67502 100644 --- a/source/blender/modifiers/intern/MOD_ocean.c +++ b/source/blender/modifiers/intern/MOD_ocean.c @@ -127,7 +127,7 @@ static void initData(ModifierData *md) omd->repeat_x = 1; omd->repeat_y = 1; - modifier_path_init(omd->cachepath, sizeof(omd->cachepath), "ocean_cache"); + modifier_path_init(omd->cachepath, sizeof(omd->cachepath), "cache_ocean"); omd->cached = 0; omd->bakestart = 1; -- cgit v1.2.3