Blender (software): Difference between revisions

From David's Wiki
Line 20: Line 20:


==Scripting==
==Scripting==
[https://docs.blender.org/api/current/index.html Blender Python API]


==Resources==
==Resources==

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

Blender Python API

Resources