Blender (software): Difference between revisions

From David's Wiki
Line 21: Line 21:
==Scripting==
==Scripting==
[https://docs.blender.org/api/current/index.html Blender Python API]
[https://docs.blender.org/api/current/index.html Blender Python API]
===Resources===
* [https://www.youtube.com/watch?v=XqX5wh4YeRw Python Crash Course for Blender! by Curtis Holt]


==Resources==
==Resources==

Revision as of 16:59, 1 June 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

Resources