Fix #30754: motion blur shutter was animateable while this is actually not
supported.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user