godot-python
godot-python copied to clipboard
Python support for Godot 🐍🐍🐍
When I add, remove, or change an exported variable in a Python script the script variables section of the inspector doesn't immediately update to reflect this. The only way I...
Hi, thanks for your work on this plugin, I have used it for several projects already. I am working on a pytorch-based landscape generator, with Godot as the front-end. However,...
Bugreport. There are no autocomplete for python scripts in the Godot's script editor. Can be especially important, because bug #174 exists.
I wanna use it because visual studio's download size is too large and also can I copy some code from an actual python program and would it work fine
What is the correct architecture of the complex game? Can I, for example, put the biggest part of features in my python modules/classes, and import these classes in Godot python,...
I want to use an external IDE (pyCharm) with godot-python but it complains obviously about the missing import of godot (and wants to download it with pip which will fail)....
From root of godot 3.4 project with addon installed from asset store: ``` addons\pythonscript\windows-64\python.exe -m pip ``` returns ``` C:\...\pythonscript\windows-64\python.exe: No module named pip ```
Advice what changes needed to make this project support Godot 3.4.x?
Hi, I need to install tensorflow 1.5, but current pip on godot-python doesnt suppor that version. So I need to downgrade to python3.6
Hi, I was able to write my app using Manjaro. However, when I moved my code to a windows 10 clean machine, I got this error. Code works fine on...