Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.59 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.59 KB

Motor (Blender Addon)

A Blender addon that aims to make Blender scenes interactive and exportable as native 3D applications for many platforms

This addon is part of a larger project I have in mind, but is an essential component of it. I decided that is best to push new updates every weekly, so be sure to check for them regularly, if this addon caught your interest.


Installing and using the addon

You can download the addon and install it the usual way (go to Edit > Preferences > Addons, click Install and pick the ZIP folder you just downloaded from the Releases page.

Once installed, you will see the little Run gizmo in the bottom right corner of the 3D view. You can press it to run the scene (or you can press the P key). Press ESC to get out of the interactive mode.

A new editor is also available, the Logic Node Editor, where you can create the logic behind the interactive scenes. At the moment there's only one node that for the scene starting event and another one for writing stuff on the console. This is just the bare-bones of what's coming.


Useful links

For those interested in learning Blender, understanding its internals and contributing to the project