chr15m / blender-hylang-live-code

Live-coding Blender with Hy(lang)
71 stars 7 forks source link

interactive hy console in blender #7

Open selfsame opened 9 years ago

selfsame commented 9 years ago

Some notes re: an interactive hy console inside of blender:

blender's interactive console will scan for any module named console_foo.py with an execute function, which will be added as an option in the console>languages menu

console_python.py

Might be as easy as replacing the InteractiveConsole for a HyREPL

Perhaps this would be the start of a general hy addon for blender?

chr15m commented 9 years ago

Excellent! Will accept pull request. :)

http://mccormick.cx/

On 09/07/2015, at 21:37, selfsame notifications@github.com wrote:

Some notes re: an interactive hy console inside of blender:

blender's interactive console will scan for any module named console_foo.py with an execute function, which will be added as an option in the console>languages menu

console_python.py

Might be as easy as replacing the InteractiveConsole for a HyREPL

Perhaps this would be the start of a general hy addon for blender?

— Reply to this email directly or view it on GitHub.

0xc1c4da commented 6 years ago

@selfsame I tried this here https://github.com/jarradh/hy-for-blender works well