[Bf-blender-cvs] [98f8b48e693] blender2.8: Remove note about Blender Internal

Sergey Sharybin noreply at git.blender.org
Mon Nov 19 16:28:52 CET 2018


Commit: 98f8b48e693177e2f64f7b403bf9bfc88900cc82
Author: Sergey Sharybin
Date:   Mon Nov 19 16:28:12 2018 +0100
Branches: blender2.8
https://developer.blender.org/rB98f8b48e693177e2f64f7b403bf9bfc88900cc82

Remove note about Blender Internal

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

M	source/blender/makesrna/intern/rna_scene.c

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

diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index 4791fbdc642..ab04250d834 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -4872,8 +4872,7 @@ static void rna_def_scene_render_data(BlenderRNA *brna)
 	prop = RNA_def_property(srna, "motion_blur_shutter", PROP_FLOAT, PROP_UNSIGNED);
 	RNA_def_property_float_sdna(prop, NULL, "blurfac");
 	RNA_def_property_ui_range(prop, 0.01f, 2.0f, 1, 2);
-	RNA_def_property_ui_text(prop, "Shutter", "Time taken in frames between shutter open and close "
-	                                          "(NOTE: Blender Internal does not support animated shutter)");
+	RNA_def_property_ui_text(prop, "Shutter", "Time taken in frames between shutter open and close");
 	RNA_def_property_update(prop, NC_SCENE | ND_RENDER_OPTIONS, "rna_Scene_glsl_update");
 
 	prop = RNA_def_property(srna, "motion_blur_shutter_curve", PROP_POINTER, PROP_NONE);



More information about the Bf-blender-cvs mailing list