Commit: dd81efa4a343ecbb7a208e06ea854ce673e20504
Author: Dalai Felinto
Date: Wed Jun 5 14:41:29 2019 +0000
Branches: master
https://developer.blender.org/rBdd81efa4a343ecbb7a208e06ea854ce673e20504
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).
===================================================================
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 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);
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs