Briefly discussed this offline, updating here for posterity:
I'm updating this PR to make a similar change inside pbvh_draw_args_init
as the previously mentioned commit since this is…
This should also be targeted against blender-v4.2-release
, not main
, you'll probably need a rebase for this if it wasn't already done
An alternative solution here is to do the same thing that was done in a86658a58a
- however, this PR seems to fix…
@PratikPB2123 - I noticed it when I started looking into this, but I have issues actually bisecting around…
This method seems like a good candidate for a few unit tests.
Maybe update_bounds_orig
here or something like preserve_current_bounds
? At first read reset_bounds_orig
makes me think we're resetting the bounds
value to its initial setting.
My previous update is just providing further context to anyone reading, I'm still working on figuring out what is causing this issue.