User Details
- User Since
- Sep 17 2019, 3:13 PM (76 w, 3 d)
Nov 13 2020
Just a question out of curiosity about this. Will the port work without Blender using METAL from GL on the new Apple devices? (I mean, blender using Vulkan/MoltenVK)
I was thinking they dropped OpenGL, OpenCL for Metal...
Sep 6 2020
Sep 3 2020
Aug 20 2020
That would be a nice thing to have when doing UV maps on a model! I'm using an addon to do that right now.
Aug 19 2020
For the Dyntopo problem with performance, why not force the user to select a region of the mesh to work on? If it's too laggy, then select a smaller region of the mesh.
Aug 17 2020
Aug 10 2020
Interesting. Yeah, looking at the log, it suffered from a memory corruption error.
Aug 7 2020
Jul 12 2020
Thanks! Jeroen! I asked the french community user to try again with the fix.
Jul 1 2020
Jun 29 2020
Update: (june 29)
Got new result from my french community user testing the problem with 2.83.1
User tried with 2.83.1. It still freeze.
Jun 24 2020
Jun 22 2020
Hi, Have to report the same problem with someone from the french community using a Intel NUC (Intel GPU), and using Ubuntu 20.04 as OS. The issue happen more often when using the gizmo to rescale an object. The UI freeze and he can only force quit Blender.
Mar 9 2020
Mar 1 2020
Jan 30 2020
Dec 16 2019
Nov 29 2019
Sep 28 2019
I can understand you. I don't have much income too. If you can do it, you could try to install XUbuntu on this old PC just to be sure it's not related to the distro, since your other PC run fine on this distro. If you install XUbuntu and there is no issue, the you will know it's something in your distro, if it's still persist in the problem then we will have a confirmation that it's hardware related.
Sep 27 2019
Unfortunately, If I'm not wrong, this are compiler directives to build using theses CPU extensions.
The only way I would know is to modify the code to not use the extensions your CPU is not supporting (still a guess, I'm not sure the developper uses theses extension, but it would made sense as it accelerate lots of things)
Thanks for the info about your hardware. I'm not totally sure, but Blender might use some CPU extensions that are not supported by the old Pentium 4 (Like SSE), but are present on the newer Intel Atom.
Sep 26 2019
You did not mention what CPU you have, how much ram. CPU Spike could be happening with libraries that are needed by Blender, but your distro have problem with them. Do you have another PC with another Linux version to check?
Hi!
This seem directly related to the OpenGL support of your card in your environment. Using "Software-gl" is only using the CPU to do everything. Have you tried something else that require HARDWARE OPENGL on your system? It almost look like you don't have openGL drivers installed. Version 2.79 is less demanding for video card requirement and can almost run on anything.
They added draw call batching in 2.81 to make it faster. (23 sept) The problem is probably related to this. Your old video card seem to have difficulty with this.
Sep 24 2019
when ever i go to rendering my computer
shuts down
Sep 17 2019
Thanks Francesco! Confirmed on my end.