Skip to content

Commit

Permalink
documentation typos
Browse files Browse the repository at this point in the history
fixed some typos in documentation
  • Loading branch information
magdesign committed May 5, 2021
1 parent f9f0f50 commit b8224b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Documentation/source/guide/getstarted-troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ If the viewer displays some error message about OpenGL, or if the Viewer display
#. To temporarily fix this issue, in Natron Preferences / GPU Rendering, set "OpenGL Rendering" to "Disabled", click the "Save" button in the Preferences window, quit Natron, launch Natron, check that GPU rendering is still disabled in the Preferences, and test your project.


| If you there is an error similar to ``Shadertoy3: Can not render: glGetString(GL_VERSION) failed.``
| If there is an error similar to ``Shadertoy3: Can not render: glGetString(GL_VERSION) failed.``
| Go to File => Preferences => GPU Rendering and set No. of OpenGL Context to 5
| Save and relaunch Natron.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Evaluating Script Structure
===========================
tutorials-compositing-projects-setup

Natron is a very 'adult' application that lets you handle your material in any way that you wish.
It will not give you a warning beep or forbid you from doing anything.
For this reason it is very easy to accidentally do things in the 'wrong' way.
Expand All @@ -26,7 +26,7 @@ Folders and files should be well managed: consistently and rationally named.

The format once set (see :ref:`compositing-projects-setup`) , will determine all default formats after that.
This is very important as a wrongly set format can cause the format of all default nodes to be set to something other than the format that you are working in.
This can be infuriating and make script maintains every difficult.
This can be infuriating and make script maintains very difficult.



Expand All @@ -36,7 +36,8 @@ Manage folders and files
**Donʼt use absolute file paths**

An absolute path is one that specifies the location of the file with respect to the computer
e.g.``My_Computer/school/lesson_one/asset.jpg``.
e.g.
``My_Computer/school/lesson_one/asset.jpg``.
A relative path is one that defines the location relative to a file or a folder.

An absolute path 'breaks' when the project folder is moved to a new computer, and each filepath will then have to be manually repaired.
Expand Down

0 comments on commit b8224b5

Please sign in to comment.