Measures Concepts
GitHub icon

Blender

Blender - Application

< >

Blender is an application created in 1998.

#926on PLDB 26Years Old

Blender is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, interactive 3D applications and video games. Blender's features include 3D modeling, UV unwrapping, texturing, raster graphics editing, rigging and skinning, fluid and smoke simulation, particle simulation, soft body simulation, sculpting, animating, match moving, rendering, motion graphics, video editing and compositing. While current versions also feature an integrated game engine, the upcoming 2.8 release will remove it.. Read more on Wikipedia...


Example from hello-world:
import Blender from Blender import Scene, Text3d text = Text3d.New("Text") text.setText("Hello World") Scene.GetCurrent().objects.new(text) Blender.Redraw()

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout