amatrelan

Results 7 issues of amatrelan

**OS:** Linux **Godot version:** 3.2.2.stable.official steam **Blender version:** 2.83.4 Official steam **Issue description:** When I export from Blender 2 actions, one named Hinge and Another HandleDown, in Godot those names...

bug

**OS:** Linux **Godot version:** 3.2.2.stable.official steam **Blender version:** 2.83.4 Official steam **Issue description:** When added -col or -colonly animation is not working on collision shape. **Minimal reproduction project:** [BlenderGodotProblem.zip](https://github.com/godotengine/godot-blender-exporter/files/5045297/BlenderGodotProblem.zip)

bug

I created this meta issue to track missing documentation. I added [x] even thought documentation might not be complete. This point is just to make easier to people to find...

is:feature
help wanted
is:docs
good first issue
status:confirmed

Seems to be this app overrides(?) basic OSX keybindings (Commad = ⌘) - ⌘-c = Copy - ⌘-v = Paste - ⌘-a = Select-All None of those is working in...

**Is your feature request related to a problem? Please describe.** There is now little problem way the rendering works and there should be way to disable it on specific file....

enhancement

For dialogs and popups, this solution should work on all tiling window managers. Fixes #55415 Remake pull request (original one #55442 needed to move pull to another branch and at...

bug
platform:linuxbsd
topic:porting
regression

While writing small script to download files in threaded multipart I noticed that "Content-Length" isn't set correctly when using `head(url)`, it returns always `Some(0)`. ## Steps to reproduce ```rust #[tokio::main]...