Add Blender (#980)
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
7
b/Blender.py
Normal file
7
b/Blender.py
Normal 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()
|
||||||
@@ -184,6 +184,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
|
|||||||
* [Bitsbox](b/Bitsbox.b)
|
* [Bitsbox](b/Bitsbox.b)
|
||||||
* [BlackRum](b/BlackRum.br)
|
* [BlackRum](b/BlackRum.br)
|
||||||
* [BLC](b/BLC.Blc)
|
* [BLC](b/BLC.Blc)
|
||||||
|
* [Blender](b/Blender)
|
||||||
* [Blitz3D](b/Blitz3D.bb)
|
* [Blitz3D](b/Blitz3D.bb)
|
||||||
* [Bloop](b/Bloop.bloop)
|
* [Bloop](b/Bloop.bloop)
|
||||||
* [Blub](b/Blub.blub)
|
* [Blub](b/Blub.blub)
|
||||||
|
|||||||
Reference in New Issue
Block a user