The Blender dev team never ceases to amaze me with their incredible iteration speed. It's crazy how much you can get done when you assemble a team of highly skilled, organized, and passionate people to all work on what they love full time. Blender is hands-down my favorite piece of software I've ever used. I use it for professional purposes semi-regularly, and with each new update just keeps on getting better and bet…
Probably very much depends on what you do with Blender. I've been trying to port my exporter plugin from Maya to Blender, and it has been nothing but frustrating. It's been quite a while since I wrote it for Maya, but I remember the Maya API (C++ and MEL) to be well documented, well structured, and quite pleasant to work with. I was always amazed at Maya's basic architecture: Every UI action maps to a command that is…
Blender 2.93 LTS
51–60 of 77 posts
Re: Blender 2.93 LTS
#522.8 was game changer, i used to hate blender, i now love it! the UI upgrade changed everything!
Re: Blender 2.93 LTS
#53It’s also been very difficult to find information on how to avoid these kinds of issues. I would love it if the documentation for every major feature included a table that listed multithreading support, GPU support, runtime complexity, memory complexity, etc. so that we could make more informed decisions.
Re: Blender 2.93 LTS
#54Earlier quoted context omitted.
I'm not professional or anything but I find 3ds max UI and way of doing things/UI/toolbars/working with geometry and keyboard shortcuts MUCH more intuitive than Blender. Everybody says Blender is awesome and I respect that, but seriously, no matter how hard I try I always end up saying "this is much easier in 3ds max". Any recommendations?
Have you tried it after 2.7? I'm not familiar with 3d modeling, but I heard a lot of people praising the UI changes for that release
Re: Blender 2.93 LTS
#55I am a COMPLETE amateur. That being said, I’ve been using blender for 3D print modeling. There’s a thing I’ve been working on for a few months that was almost impossible in 2.92 and prior. App would crash all the time. Someone more experienced was able to use the new geometry nodes in 2.93 and was able to super efficiently create the same effect. I’m really glad it’s now out of beta.
Another 3D printing blender amateur here. I am curious about those geometry nodes too. I want something that can do a surface-remesh. Kind of like being able to boolean unify 100 plus objects at once. I think the answer might be in geometry nodes somewhere... Edit: Google found me a Booltron addin + bounding box diff process that may sort me for now. Will test when I get home.
After joining all the meshes, select the object and go to the object data panel, as visible here:
https://docs.blender.org/manual/en/latest/modeling/meshes/pr...
From the remesh section, you can choose between the voxel remember and the quadriflow one. I think the Voxel one might suit your needs.
Re: Blender 2.93 LTS
#56I have always admired blender, since I was 14. Now, in my late 20s. It's just the lack of talent that stops me from using it. But will always admire what it can do, and what Blender does for creatives.
A 3D modeling application is a "process" on top of a mathematical and algorithmic basis. A process is not something intrinsically intuitive - you can't have talent for a process, you always need to learn it.
There are lots of great learning resources available (check the Udemy courses for example).
Re: Blender 2.93 LTS
#57I am a COMPLETE amateur. That being said, I’ve been using blender for 3D print modeling. There’s a thing I’ve been working on for a few months that was almost impossible in 2.92 and prior. App would crash all the time. Someone more experienced was able to use the new geometry nodes in 2.93 and was able to super efficiently create the same effect. I’m really glad it’s now out of beta.
Another 3D printing blender amateur here. I am curious about those geometry nodes too. I want something that can do a surface-remesh. Kind of like being able to boolean unify 100 plus objects at once. I think the answer might be in geometry nodes somewhere... Edit: Google found me a Booltron addin + bounding box diff process that may sort me for now. Will test when I get home.
tool: https://docs.blender.org/manual/en/latest/sculpt_paint/sculp...
modifier: https://docs.blender.org/manual/en/latest/modeling/modifiers...
Re: Blender 2.93 LTS
#58Re: Blender 2.93 LTS
#59The Blender dev team never ceases to amaze me with their incredible iteration speed. It's crazy how much you can get done when you assemble a team of highly skilled, organized, and passionate people to all work on what they love full time. Blender is hands-down my favorite piece of software I've ever used. I use it for professional purposes semi-regularly, and with each new update just keeps on getting better and bet…
Probably very much depends on what you do with Blender. I've been trying to port my exporter plugin from Maya to Blender, and it has been nothing but frustrating. It's been quite a while since I wrote it for Maya, but I remember the Maya API (C++ and MEL) to be well documented, well structured, and quite pleasant to work with. I was always amazed at Maya's basic architecture: Every UI action maps to a command that is…
The documentation is great, agreed, but I am not sure you can attribute that to the python part of Maya. The documentation structure goes back to pre python days.
If any of the major studios spent a fraction of their development budget on Blender rather than Maya (and contributed back to the community) I think we could see great strides in polishing Blenders usability for scripting.
Re: Blender 2.93 LTS
#60Also, blender really does just keep getting better and better, geometry nodes is really quite something.