Tomasz Chabora

Results 934 comments of Tomasz Chabora

Fixed limits not redrawing from the inspector. I commented out center dragging, I plan to revisit it later. I think it would be fine to allow it if any limit...

You need to add 2 blank lines between commit message and co-author note to make it count. ``` Message Co-authored by ``` EDIT: Although if this was added automatically when...

When a file is invalid/corrupted, the `.import` file also becomes "invalid". It gets `valid=false` assigned and some fields are missing. Thus there is no way to fix #62271 without ignoring...

It's not possible to store external (global) resource changes in a scene. Consider this: 1. User edits a material 2. In SceneA, they add a Gradient to the material 3....

And what happens when you have no scene open? You can still edit resources from FileSystem. I assume the changes will be still part of "global history", but once you...

> I believe it should wipe out any global actions above our current position in the history. That sounds like plausible solution. I opened a fix: #97410 See if the...

The linked issue was closed by another PR. Is this still relevant?

I'm not sure if project metadata is supposed to store that much information 🤔 It's mostly used for random dialog options. Check `script_editor_cache.cfg`, a similar solution is more fit for...

One remaining problem is that when you close the shader before debounce Timer finishes, the values will not be saved. You can check whether the Timer is running when the...