svenfraeys / SublimeBlender

Develop with Sublime Text 3 as an external script editor in Blender
47 stars 14 forks source link

Blender seems to get the script but does not execute it. #10

Open PLyczkowski opened 8 years ago

PLyczkowski commented 8 years ago

After executing from Sublime, in Blender's window I get:

127.0.0.1 - - [20/Feb/2016 02:20:42] "GET /?scriptpath=C%3A%5CUsers%5CPLyczkowski%5CGoogle+Drive%5CBlender+Scripting%5CrTools%5CRTools36.py HTTP/1.1" 200 -

But the script is not executed. Blender 2.76b, Windows 10 64

PLyczkowski commented 8 years ago

Hmm, it works fine with simple scripts like print("something"), but I'm developing an add-on. When I just copy the add-on text into a text file in blender and choose Run script, it works fine and overwrites the add-on. Doesn't work via SublimeBlender...