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
im using blender at window platform, and using pycharm to send command.
normally works fine.
but when i pass open_mainfile cmd: send_command("bpy.ops.wm.open_mainfile(filepath='E:/AssetLibrary/Character/bl_rigs/ball.blend')")
it work only one time , blender well open file, and it seems the socket is block and jam, i can't either pass another new cmd or close port , even i reopen blender still not working ,
unless i restart my computer, and i repeat what i did, it will appear the same issues
The text was updated successfully, but these errors were encountered:
im using blender at window platform, and using pycharm to send command.
normally works fine.
but when i pass open_mainfile cmd:
send_command("bpy.ops.wm.open_mainfile(filepath='E:/AssetLibrary/Character/bl_rigs/ball.blend')")
it work only one time , blender well open file, and it seems the socket is block and jam, i can't either pass another new cmd or close port , even i reopen blender still not working ,
unless i restart my computer, and i repeat what i did, it will appear the same issues
The text was updated successfully, but these errors were encountered: