Skip to content

Commit ed660fa

Browse files
authored
Merge branch 'develop' into blender-rendering
2 parents 90f38c0 + a17a730 commit ed660fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/titles.rst

+3-4
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ Overview
4343

4444
Custom Titles
4545
-------------
46-
OpenShot can use any vector SVG image file as a title template. Just add an SVG image file to your */.openshot_qt/titles/*
47-
folder, and it will appear in OpenShot's title editor after you restart OpenShot. You can also right click on any SVG
48-
files in your **Project Files** panel, and choose **Edit Title** or **Duplicate Title**.
46+
OpenShot can use any vector SVG image file as a title template. Just add an SVG image file to your
47+
*.openshot_qt/title_templates/* folder, and it will appear the next time you open the Title Editor interface. You can
48+
also right click on any SVG files in your **Project Files** panel, and choose **Edit Title** or **Duplicate Title**.
4949

5050
3D Animated Titles
5151
------------------
@@ -65,4 +65,3 @@ in the main menu of OpenShot) to launch the Animated Title editor. You can also
6565

6666
This feature requires the latest version of Blender (https://www.blender.org/download/) be installed, and the OpenShot
6767
**Preferences** updated with the correct path to the Blender executable (for example: */home/USER/blender-2.78/blender*).
68-

src/blender/scripts/earth.py

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def load_font(font_path):
110110
except NameError:
111111
pass
112112

113+
113114
depart = {
114115
"lat_deg": params["depart_lat_deg"],
115116
"lat_min": params["depart_lat_min"],

0 commit comments

Comments
 (0)