You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 environment
NVIM v0.11.0-dev Build type: Release
Lazy and Mason as installer
Python 3.13.1
WSL2 with Ubuntu 23.10 on Windows 11
[ symlink to Blender ]
The Issue
I receive the error [Blender.nvim] No RPC client attached to the running task , when I use the command BlenderReload
In addition, I was not able to recreate the nice auto reload workflow that you've showcased in the video.
While I don't use dap, but as soon as I enable it, I will receive config errors.
Steps that I've done
First, I've configured the plugin and installed all the dependencies via Lazy :
I suspect this has to do with running Neovim in WSL and Blender in Windows, which is a combination I haven't tested. Could you please share the full logs in the output tab? That may help identify what's going on.
I don't have a Windows installation to test with myself. Maybe @HeffU can give some advice on how to set it up?
Side note:
Saved the file and ran .scripts/build_addon.sh in order to build the package
Assuming the plugin is working as intended, this should not be necessary during development. It's only needed when you're ready to distribute a .zip to end users.
I'm afraid I have only tried running things from powershell and not via WSL.
I don't run windows too often, but I have run into issues with WSL and network configs in the past, around port forwarding between the networks. Might be worth double-checking how your version and config of WSL is handling that.
As suggested above, any and all logs you can dig up could be useful (on either side, nvim or blender)
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 environment
[ symlink to Blender ]
The Issue
I receive the error
[Blender.nvim] No RPC client attached to the running task
, when I use the commandBlenderReload
In addition, I was not able to recreate the nice auto reload workflow that you've showcased in the video.
While I don't use dap, but as soon as I enable it, I will receive config errors.
Steps that I've done
As you suggested in the README.md , I've enabled a virtual environment and I used your initial template to test the environment.
Installed
uv
and runuv sync
Opened
nvim
from inside the venvOpened the file that I wanted to modify and made basic modifications.
Tried the command
:Blender
&:BlenderLaunch
(both working and opening Blender in Windows)Saved the file and ran
.scripts/build_addon.sh
in order to build the packageInstalled the plugin manually from the
dist
folder in to the open instance of BlenderTried to modify the code and save again without any success to recreate the auto reload that was presented in the demo.
Additional Steps
pynvim
to the latest versionAt the end, I think this plugin is a gem for vim enthusiasts and I will be looking forward to find a solution to run it properly.
The text was updated successfully, but these errors were encountered: