Hi @cheteron , from your file, the EXR image actually has negative R and G values, where in the PNG one those values are clamped to zero, hence it won't represent the actual vector correctly. So I…
Yeah from testing in 3.6 it seems to be working correctly
Hi! Could you try starting blender with blender -d --debug-gpu
and give us the output of the console/log? https://docs.blender.org/manual/en/latest/advanced/command_line/launch/windows.html
Tha…
Hi @gilles-avraam in that case, you could try monitoring the memory usage of Blender when rendering. Although you do already have a ton of memory.
If you have the problem resolved already, I…
seems to be related to 6899474615df cc @JacquesLucke
@alejandro-melgoza you appear to have another vertex also selected towards the back in the video?
Yeah from the quick look at the code it seems that it's always been copying the old action.
I suggest changing the tool tip into "Create a new action by duplicating the current one".
Could be similar to #107600 where it also failed at normal calculation, but not exactly the same place.
@kevindonovan I think we can merge this with #107583 because they probably involve the same call underneath the hood.
While they appear to be the same width, they do have different vertex coordinates (seemingly that their origins doesn't align). And due to floating point precision, this kind of minor deviation is…