mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-10 23:52:22 +00:00
Fix typo
s/scritping/scripting Former-commit-id: 8ccb05beb27b3aaa7fa0823e37ed379643043e57
This commit is contained in:
parent
774b0982c5
commit
bf03300dbf
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue