Add queue_update() method to ReflectionProbe#65859
Conversation
Co-authored-by: Calinou <hugo.locurcio@hugo.pro>
|
As I commented in #55929 I do not think we should implement a half-solution. We either need to properly implement time slicing or we need wait until someone does. I'm happy to give you some pointers on where to make the relevant changes if you are interested |
|
To me this is just a better alternative to calling |
|
Note that #97773 implements time slicing on top of |
Add a
queue_updatemethod to ReflectionProbe, which forces the probe to update.This new method is cleaner and more self-documenting than moving it a small amount, which is currently the way to force update a probe.
This is from #55929, I just split off this method from the rest of the PR and updated it for latest master.