From 6d58339973b6a3b5ccf972e67a07a4aac4904ced Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 24 Jan 2019 19:44:43 +0100 Subject: Fix smoke clipping being ignored by Cycles and not being editable after baking. The value worked in 2.7, but not with copy-on-write in 2.8. --- source/blender/makesrna/intern/rna_smoke.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna') diff --git a/source/blender/makesrna/intern/rna_smoke.c b/source/blender/makesrna/intern/rna_smoke.c index 65ff61096cc..49e014910f3 100644 --- a/source/blender/makesrna/intern/rna_smoke.c +++ b/source/blender/makesrna/intern/rna_smoke.c @@ -926,7 +926,7 @@ static void rna_def_smoke_domain_settings(BlenderRNA *brna) RNA_def_property_range(prop, 0.0, 1.0); RNA_def_property_ui_range(prop, 0.0, 1.0, 0.1, 3); RNA_def_property_ui_text(prop, "Clipping", - "Value under which voxels are considered empty space to optimize caching or rendering"); + "Value under which voxels are considered empty space to optimize caching and rendering"); RNA_def_property_update(prop, NC_OBJECT | ND_MODIFIER, NULL); } -- cgit v1.2.3