godot-python icon indicating copy to clipboard operation
godot-python copied to clipboard

Python support for Godot 🐍🐍🐍

Results 129 godot-python issues
Sort by recently updated
recently updated
newest added

Hello, I'm having a lot of trouble with the speed of data transfer from Python "Bytes" object to Godot PoolByteArray ... I'm trying to get a video feed on a...

hi there, what's wrong with the traceback? I just run the example with the command: `scons platform=windows-64 example` ``` (venv) PS E:\pro\godot-python> scons platform=windows-64 example scons: Reading SConscript files ......

As described here in the documentation: https://docs.godotengine.org/en/3.2/getting_started/scripting/gdscript/gdscript_basics.html#classes In GDScript you can define a class to appear in the "Create new node" dialogue and be possible to refer to that script...

enhancement

I have a simple project with a CSGMesh and a few other nodes. The CSGMesh has a Python script, which generates a small ArrayMesh. I wanted to try exporting the...

bug
binding

I can see that #180 was labeled as a "partially fixes #170", but #170 got closed. The specific errors in #170 are fixed, but I have not been able to...

Having defined a Reference derived type and loaded the NativeScript resource, when using `.new()` godot-python tells me `Refcounted Godot object must be created with NativeScript()` Indicating that the correct syntax...

in progress

Something I'm still not sure about is how to make the difference between the development installation and the release installation of python dependencies. For instance you could install cython, black...

help wanted
research

Hi, Is there a way to instanciate a python class in gdscript file and then use the methods of the instanciated object? I could do: ` var ffsnn = load("res://PythonScript.py")...

tl;dr: use `./pythonscript/bin/python3 -m pip` instead see #153 ```shell $ cd examples/pong $ ./pythonscript/bin/pip Failed to execute process './pythonscript/bin/pip'. Reason: The file './pythonscript/bin/pip' specified the interpreter '/build/out/python/install/bin/python3', which is not...

bug
help wanted
linux

Example Case: FrameStream.py is a node subclass that receives images from the network. PyFrame.py is a node subclass that does some work on an image. I am trying to set...

enhancement