Fix `CPUParticles3D` to `GPUParticles3D` weird particle conversion behavior
This is A LIKELY fix to the problem #97621. (It needs to be assembled and tested)
Bugsquad edit:
- Fix #97621
Please amend the commit name to the PR name. We don't use names like "Fix issue-link"
Please amend the commit name to the PR name. We don't use names like "Fix issue-link"
okay, 1 minute.
I can't do it. Can you help me?
Please amend the commit name to the PR name. We don't use names like "Fix issue-link"
I can't do it. Can you help me?
Please amend the commit name to the PR name. We don't use names like "Fix issue-link"
You can do interactive rebase, edit the comment and then do force push to your remote branch
Something like
git rebase -i HEAD~1
where 1 is the amount of commit that you have made, then amend the exact commit that you want
I am confused as to how the submitted code would work; you are changing the code that happens when you convert from GPU to CPU particles, when the bug is converting from CPU to GPU.
The issue is also more complex than was initially reported in the linked bug report