From bf03300dbf3e8715cb9744290ad2f0fe39ecbb5b Mon Sep 17 00:00:00 2001 From: Rodrigo Bernardo Date: Tue, 10 Dec 2019 01:20:09 +0000 Subject: [PATCH] Fix typo s/scritping/scripting Former-commit-id: 8ccb05beb27b3aaa7fa0823e37ed379643043e57 --- docs/glue_tut.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/glue_tut.md b/docs/glue_tut.md index 29f8eb3..c8382d9 100644 --- a/docs/glue_tut.md +++ b/docs/glue_tut.md @@ -152,7 +152,7 @@ The video above uses a perspective camera, ie. objects further away appears to b ## Pillar IV: Blender -[Blender](https://www.blender.org/) is a vastly more modern and capable 3D modeller than povray but has a slightly steeper learning curve. Most people interact with Blender through a graphical user interface but all of blender's features can also be used directly from Python. The [Python API](https://docs.blender.org/api/current/index.html) is sizable and, at first glance, it might seem that there are almost no tutorials for blender scripting. However, Blender can tell you the Python command for every action in the GUI, making it easy to translate graphical tutorials to scritping tutorials. +[Blender](https://www.blender.org/) is a vastly more modern and capable 3D modeller than povray but has a slightly steeper learning curve. Most people interact with Blender through a graphical user interface but all of blender's features can also be used directly from Python. The [Python API](https://docs.blender.org/api/current/index.html) is sizable and, at first glance, it might seem that there are almost no tutorials for blender scripting. However, Blender can tell you the Python command for every action in the GUI, making it easy to translate graphical tutorials to scripting tutorials. The example below uses built-in modifiers to bend a plane into a sphere and is rendered using the EEVEE engine.