Sooo , basically I wanted to learn Blender’s python feature and i open it in the scripting tag and to my disappointment it looks even more scary. I find out there is no autocomplete ( like VScode ) and i hated that so in a ambitious move i tried making an autocomplete GUI for blender since i couldn’t find any .
Till now i have made significant progress but for the life of me I can’t find a way to make any functional Gui . I have figured out most of the code I think , it might be ugly but i tried my best to reduce the use of AI.
I see this as a passion and I hope I get some help as I feel very , very stuck . Also , where are any documentations , why is every thing so weird and where are the YouTube tutorials man ![]()
Here is the GitHub its the Autocomplete python GitHub - nathan09rules/Blender-Addons: My best attempts at learning blender python and its ecosystem
Here is an Example of how it should work but with GUI , nothing complicated just simple options.
Hi.
Here are some add-ons that might interest you:
- GitHub - Hydrocallis/Intellisense_for_Blender_Text_Editor: Intellisense for the Blender Text Editor
- GitHub - haseebahmed295/code-completer: Code Completer | Intellisense For Text Editor
You might want to read this this forum thread, it features many useful scripts:
Textify is a nice extension that also enhances Blender’s text editor:
Just a note: this forum (devtalk) is for the development of Blender itself, questions related to python/add-on development have to be asked on other websites: Community — Blender .
Have a nice day!
1 Like
