Malcolm Anderson
Malcolm Anderson
The Instant Preview option and functionality should now only show up if the Quick Load menu is being used to change a property on a resource. Other cases, like the...
Thanks for the testing and review! I'll try to get to looking it over and implementing necessary changes soon, but since we're currently in feature freeze for 4.5 and I...
Now with 4.6 in development, I've returned to try and see this PR through. For now, I've rolled back the attempt at copying the `_edit_set()` code, and instead just have...
I've done a bit of testing, and so far editing both single nodes and groups of nodes at a time has seemed to work correctly! To handle MultiNodeEdit, I've made...
That should be fixed now, I think! Sorry for all the runaround with the bugs, but thank you very much for testing it! 😅 I've also made it so that...
I see that the issue you linked, and also the most recent commit to the `master` branch of the repo itself, are both from 2 years ago. I'm not sure...
The two big use cases I see for `volume_linear` personally are fading music in or out with tweens (a pretty standard operation when you have music) and volume sliders (a...
It did occur to me that `position` and `global_position` are another pair of properties that ultimately modify the same underlying information (where the node is in the world) but within...
`PROPERTY_USAGE_NO_EDIT` has been changed to `PROPERTY_USAGE_NONE` to avoid the serialization :)
Ah, glad to see I'm not the only one wanting this behavior 😄 I filed a proposal for this kind of behavior a while back, and received some feedback on...