Fix #30754: motion blur shutter was animateable while this is actually not

supported.
This commit is contained in:
Brecht Van Lommel
2012-04-10 15:43:42 +00:00
parent 4795f4b9ac
commit 4b022ad360

View File

@@ -3499,6 +3499,7 @@ static void rna_def_scene_render_data(BlenderRNA *brna)
RNA_def_property_range(prop, 0.01f, 10.0f);
RNA_def_property_ui_range(prop, 0.01, 2.0f, 1, 0);
RNA_def_property_ui_text(prop, "Shutter", "Time taken in frames between shutter open and close");
RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
RNA_def_property_update(prop, NC_SCENE|ND_RENDER_OPTIONS, NULL);
/* border */