Blender 2.90
21–30 of 92 posts
Re: Blender 2.90
#22Re: Blender 2.90
#23This is great, but I have to say, I'm a bit concerned about multiple Intel tools (Embree, OpenImageDenoise) that are now integrated into Blender. The tools seem to depend on Intel MKL, which has famously been crippled on non Intel CPUs. The big concern, for me, is the wide usage of Blender in common CPU benchmarks, which potentially could give Intel an unfair advantage in those.
Re: Blender 2.90
#24That's great news. Glad to see Blender keep moving forward. One thing I wish they would add is to export the color information along with the vertices in the Wavefront OBJ file when exporting an model.
v x y z r g b
But this stores a color per-vertex. Vertex colors in Blender, like UVs, are per-corner-of-poly. The ideal way to store vertex color information in .obj would really be vc r g b
p v1/vt1/vn1/vc1 ...
As it is, exporting per-vertex colors would require splitting a vertex into multiple vertices, one per distinct vertex color that it uses.Re: Blender 2.90
#25So I gave up at some point and following some suggestions I finally tried Substance Painter to do these things (Industry standard). Using both tools in tandem was a real game changer for me. Definitely would recommend it if you want to speed up your process. I am sure all this can be done in Blender but it will be a pain to do so.
Some things I was missing within Blender:
- Baking and baking groups (it's extremely annoying to select all the objects each time but I have seen a few extension who help with this process)
- Painting on multiple layers at the same time (e.g. paint a PBR material on a PBR material)
- A non-destructive workflow with support for the above
Nevertheless I love Blender and I would like to be able to use their UI-Framework for my own applications because it works just great.
Re: Blender 2.90
#26This is great, but I have to say, I'm a bit concerned about multiple Intel tools (Embree, OpenImageDenoise) that are now integrated into Blender. The tools seem to depend on Intel MKL, which has famously been crippled on non Intel CPUs. The big concern, for me, is the wide usage of Blender in common CPU benchmarks, which potentially could give Intel an unfair advantage in those.
AMD can contribute their own tooling if they feel it's worth it. They aren't broke.
Re: Blender 2.90
#27I'm aware Maya is more powerful for some tasks, but - considering that other Autodesk tools are not too bad - Maya genuinely nearly put me off doing it at all.
Re: Blender 2.90
#28I'm used to open source programs usually having pretty janky/outdated interfaces.
Re: Blender 2.90
#29Re: Blender 2.90
#30I'd love to see blender expand into precise modeling area more (CAD).
Specifically, for CAD, blender lacks IMO two fundamental things:
- a strong NURBS engine, complete with filleting, trimmed NURBS, CSG, full brep, etc.. (something at least on par with OpenCascade).
- a node-based (à la Houdini) modeling system to do full blown paramaterics. The current destructive + Undo/Redo model is simply not strong enough for serious CAD used.
For the latter, there are add-ons (e.g. sorcar, sverchok) that try to patch the gap, but they all feel like band-aids when you try to really put them to work.