godot-python
godot-python copied to clipboard
Python support for Godot 🐍🐍🐍
Hey another issue ive ran into and this one is particulary weird : im using depthai from pypi to connect to the stereocamera and get some frames. While it can...
This is a really minor thing, but I couldn't seem to figure out any way to do this. I know that in GDscript you could just specify a const string...
Im trying to do a simple camera feed on a quad but im missing something when it comes to handling the textures in the python script : from godot import...
As @touilleMan himself wrote in one of the issues, there is a considerable amount of developers that are interested in using python in godot for image processing / computer vision...
The order of the properties is random. They are not sort by name or by the code or by its type. 
Hello, im obviously making something wrong or skipped vital step but when Im Installing packages only shows "requirement already satisfied " but points to global python installation and not the...
I found that there are lot of methods with different names from GDScript and I don't find "who" introduce these names. If Godot or godot-python. For example: get_rotation_quat() -> get_quat()...
By running this script in an Skeleton, being "Bone.000" the root of the Skeleton, instead of returning `-1`, it returns `18446744073709551615` ```py from godot import exposed, Skeleton @exposed class Skeleton(Skeleton):...
Which API does this project using? I do care for a list of projects, that provide language support to Godot. It is one of our goals, to include the information...
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...