- Brasil
- https://www.linkedin.com/in/germano-cavalcante-77224867/
- Joined on
2012-10-07
I can confirm the issue. I edited the description to make it a bit more clear. I am not sure if Texture Paint supports Zero Area Faces though. It may be a known limitation.
Thank you for sharing your findings, @Amberlight!
It appears to be a compatibility issue related to how Steam now runs applications in a Linux Runtime container, rather than a direct Blender…
In addition to updating to the latest NVIDIA driver, please also check if the crash could be related to any add-on drawing stuff in the viewport (try disabling it to test), it could also be…
Now that I see the code, it makes sense 😅 There really isn't much point in clamping the size of the rectangle since what matters is the position of the pixels.
I made an online test case that shows a disadvantageous result comparing with std::nextafter
and without std::nextafter
:
https://onlinegdb.com/uTMf0mn03
To clarify the steps:
- Add Text object.
- Alt + D for Duplicate Linked
- Object > Convert > Mesh
The code below this comment is:
float prog_length_sq = std::nextafter(math::square(r_lambda), FLT_MAX) *
std::nextafter(e_dir_length_sq, FLT_MAX);
In this…
I can confirm the issue, It is a regression introduced somewhere between e30a1326a44c
(15 Jul) and f40cd831fd35
(27 Aug)
The Intel Corporation 3rd Gen Core processor Graphics Controller you are using may be too old to meet Blender's requirements, as it's likely from the Ivy Bridge architecture (3rd Generation),…
Thanks for the detailed information and the simplified .blend file, @jorn. I don't see any AOV Output in your simplified file, so is it enough to use an image with alpha to replicate the…
I can confirm the behavior described when exporting Alembic using the attached .blend file (although I'm not sure what the expected behavior is). ![GIF](/attachments/b592c3c2-f53c-44a9-9604-81762f…
I can confirm this issue.
It is a regression introduced in Blender 4.4 somewhere between commits f1ec3b3701f3
(3 Oct) and af4974dfaa16
(25 Oct).
This issue is currently a known design task that has been discussed in the past. You can find the related discussion in #84927: "Create geometry nodes modifier when selecting an existing one in…
I can confirm this issue as a regression that appeared between commits 7997d6259860 and e30a1326a44c. It might be related to commit ada367a0e9, although I can't perform a bisect right now to…
To help us investigate the issue further, could you please provide the following information?
- Your operating system details.
- Your graphics card model.
- The…
The console shows an error in an addon called "Shaders Plus v3".
Error in bpy.app.handlers.load_post[2]:
Traceback (most recent call last):
File "/home/luciano/.config/blender/4.2/scripts…