This: Running Julia inside Blender through VSCode (using PythonCall/JuliaCall) - #6 by cdsousa
However more recently I’ve been using another experimental workflow: I’ve modified Blender to allow launching the GUI from the “Blender as a Python Module” bpy
module. Hence I import it with PythonCall.jl from any Julia session and get a full Blender GUI running inside Julia which I can interact with.