Blender (software): Difference between revisions

From David's Wiki
No edit summary
Line 2: Line 2:
It can be used for creating 3D models for games, 2D/3D animations, and even video games.<br>
It can be used for creating 3D models for games, 2D/3D animations, and even video games.<br>


==Getting Started==
===Installation===
===Windows===
[https://www.blender.org/download/ Direct Download]<br>
From chocolatey:
<pre>
choco install blender
</pre>
===Ubuntu===
Blender is available on the Snap store
<pre>
sudo snap install blender --classic
</pre>




==Tutorials and Guides==
 
==Resources==
* [https://www.youtube.com/playlist?list=PLjEaoINr3zgEq0u2MzVgAaHEBt--xLB6U Blender 2.8 Beginner Tutorial by Blender Guru]
* [https://www.youtube.com/playlist?list=PLjEaoINr3zgEq0u2MzVgAaHEBt--xLB6U Blender 2.8 Beginner Tutorial by Blender Guru]
** This is an updated version of the famous donut tutorial
** This is an updated version of the famous donut tutorial
** See [https://www.reddit.com/r/BlenderDoughnuts/ https://www.reddit.com/r/BlenderDoughnuts/]
** See [https://www.reddit.com/r/BlenderDoughnuts/ https://www.reddit.com/r/BlenderDoughnuts/]
* [https://www.udemy.com/course/blendertutorial/ Complete Blender Creator: Learn 3D Modelling for Beginners (Udemy, $20)]

Revision as of 17:51, 20 April 2021

Blender is an open-source 3D modelling software.
It can be used for creating 3D models for games, 2D/3D animations, and even video games.

Getting Started

Installation

Windows

Direct Download
From chocolatey:

choco install blender

Ubuntu

Blender is available on the Snap store

sudo snap install blender --classic


Resources