Blender (software): Difference between revisions

From David's Wiki
Line 3: Line 3:


==Getting Started==
==Getting Started==
===Windows===
===Installation===
;Windows
[https://www.blender.org/download/ Direct Download]<br>
[https://www.blender.org/download/ Direct Download]<br>
From chocolatey:
From chocolatey:
Line 9: Line 10:
choco install blender
choco install blender
</pre>
</pre>
===Ubuntu===
 
;Ubuntu
Blender is available on the Snap store
Blender is available on the Snap store
<pre>
<pre>
Line 15: Line 17:
</pre>
</pre>


==Modelling==


==Scripting==


==Resources==
==Resources==

Revision as of 17:52, 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

Modelling

Scripting

Resources