Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2019-06-05 17:41:29 +0300
committerDalai Felinto <dfelinto@gmail.com>2019-06-05 17:44:40 +0300
commitdd81efa4a343ecbb7a208e06ea854ce673e20504 (patch)
treec9c64fb4db29b3baa451e58fa4418176f1bd65d8
parent365ba6f5a130c6ce2b2e3eed7ae2c07d5ac1adc9 (diff)
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).
-rw-r--r--source/blender/makesrna/intern/rna_scene.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index 7a1a0c7ab92..702900e222f 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -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);