blender.nvim icon indicating copy to clipboard operation
blender.nvim copied to clipboard

🔶 Develop Blender Add-ons with Neovim

Results 7 blender.nvim issues
Sort by recently updated
recently updated
newest added

Hello, thank you for the wonderful plugin. I use it daily for development. Anyway, is there a way to integrate the running termina to dap ui just like repl? The...

I've installed `debugpy` in my venv and `nvim-dap` for my neovim. But I cannot get the dap to stop at the breakpoint I set inside nvim. Calling `breakpoint()` works just...

Hello @b0o, is it possible to define addon location per blender instance, for example I'm working on both 3.6 and 4.2, so for 3.6 the addon will auto link to...

After successfully been able to open, close, and read the console info of the plugin, I was not able to successfully hot reload the plugin while I'm working. ### The...

Hi there :) First of all, thanks for maintaining this project, and for merging my little adjustments! The plugin works great 👍🏼 it's fast and very easy to use. However,...

Hello, I hope you're doing great. Anyway I stumble issue if I run from WSL, `/mnt/c/blender/4.2/blender.exe --python /home/aditia/.local/share/nvim/lazy/blender.nvim`, ``` OSError: Python file "C:\Users\WIN_USER\Documents\aditia\repo\repository_name\home\aditia\.local\share\nvim\lazy\blender.nvim\launcher.py" could not be opened: No such file...

When the venv used for the project runs on 3.12, the greenlet module dies. I don't think it necessarily needs to be fixed as is most likely an issue on...