Tooltip: Fix use_preview_range tooltip (OpenGL > View)

In 2.80 the old OpenGL render is called View render.
Also made the tooltip shorter (it was too repetitive).
This commit is contained in:
Dalai Felinto 2019-06-05 14:41:29 +00:00
parent 365ba6f5a1
commit dd81efa4a3
1 changed files with 1 additions and 2 deletions

View File

@ -7220,8 +7220,7 @@ void RNA_def_scene(BlenderRNA *brna)
RNA_def_property_ui_text(
prop,
"Use Preview Range",
"Use an alternative start/end frame range for animation playback and "
"OpenGL renders instead of the Render properties start/end frame range");
"Use an alternative start/end frame range for animation playback and view renders");
RNA_def_property_update(prop, NC_SCENE | ND_FRAME, NULL);
RNA_def_property_ui_icon(prop, ICON_PREVIEW_RANGE, 0);