Jorian Rutten

Results 20 comments of Jorian Rutten

> A side note: if you have a single Background Layer, or if your Color Mode is Indexed, the BMP export results in the old behavior. Right, that's at least...

Alternatively, allowing `selection:contains()` to use a `Rectangle` as an argument, rather than only a `Point` would also work in my case. It would allow cutting the selection image into chunks,...

Was looking for this functionality, glad to find that it is planned!

Technically you could also save data in the `plugin.preferences` file, and ask users to adjust that, but that is hardly user friendly. A dedicated place to customize your plugins would...

If that would allow `CommandA` to use the `onchecked` function to manually disable the check on `CommandB` (so they can be manually set up to be exclusive), that would be...

Going through some recent development screenshots of errors and the like, so I'm not 100% sure what caused this. But this is a good example of errors that do not...

![image](https://github.com/godotengine/godot/assets/10502115/5139a633-f112-4f9c-bc92-06394f1e5ffe) 1. What's the parent node that we're performing `get_child()` on? What script/function called this? I completely understand what's going wrong, but the error doesn't lead me to being able...

![image](https://github.com/godotengine/godot/assets/10502115/46ebd3ab-6f89-4817-82eb-6545b3a811e8) 1. What timer? What's it called, what is it's parent node? What tried to set this invalid Time? - *Production edit: Addressed by https://github.com/godotengine/godot/pull/95572.*

![image](https://github.com/godotengine/godot/assets/10502115/8551ff79-db69-4ee6-a45a-4c3ec8ee62bf) 1. What image (if saved)? Where (script, function) is it being used/created? _Haven't had this one be an issue as often, it's often fairly easy to track down, because...

> This same error essentially happens for `move_child()` etc Specifically this one ![image](https://github.com/godotengine/godot/assets/10502115/8fa87c86-c37f-474c-bcee-72014637f4c8) 1. What were we trying to add? To what parent node? What is that parents path? What...