SublimeBlender icon indicating copy to clipboard operation
SublimeBlender copied to clipboard

Develop with Sublime Text 3 as an external script editor in Blender

Results 10 SublimeBlender issues
Sort by recently updated
recently updated
newest added

It appears this does not work in the latest version of Blender. It does not show in the search after installing. It did show in the Addons but does nothing.

It looks like this is not compatible with blender 2.9. Is there any way to fix it?

Hi, the following sript works: ``` import bpy import os print(os.listdir('.')) ``` This one fails with 'os is not defined': ``` import bpy import os def go(): print(os.listdir('.')) go() ```...

Hi there, Installing of the SublimeBlender package and the addon don't seem to work. The Alt + P shortcut doesn't work I guess?

If you run print(bpy.context.active_object) from sublime, blender says: AttributeError: 'Context' object has no attribute 'active_object' i am new to python, so I don't know how to solve it. but in...

Hi thanks for your effort man, this amazing. please add only execute selected line feature, may this come true :dancer: Thanks a lot :smiley:

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

The other day I was just thinking about making a similar package. Luckily I first did a quick search and found this one. Thank you very much! I have one...

Its a great stuff. Thank you It dose communication part very well and shows all the error and prints inside sublime. And i am able to Transformation scale etc i...

add a debug mode to the addon so it is easier to debug the issues of users

enhancement