Add Blender (#980)

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
MrBrain295
2021-04-16 19:42:47 -05:00
committed by GitHub
parent a265e7fb35
commit efdb37a7e7
2 changed files with 8 additions and 0 deletions

7
b/Blender.py Normal file
View File

@@ -0,0 +1,7 @@
import Blender
from Blender import Scene, Text3d
text = Text3d.New("Text")
text.setText("Hello World")
Scene.GetCurrent().objects.new(text)
Blender.Redraw()

View File

@@ -184,6 +184,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Bitsbox](b/Bitsbox.b)
* [BlackRum](b/BlackRum.br)
* [BLC](b/BLC.Blc)
* [Blender](b/Blender)
* [Blitz3D](b/Blitz3D.bb)
* [Bloop](b/Bloop.bloop)
* [Blub](b/Blub.blub)