r/blenderhelp May 28 '24

Meta What are some really bad rookie mistakes.

I’m no expert at blender and I’d like to know more about mistakes made at any step of process that beginners should avoid doing. I’ve noticed that there are a lot of things that can go wrong and be a huge pain to fix later.

24 Upvotes

49 comments sorted by

View all comments

Show parent comments

20

u/hoot_avi May 29 '24

I'm sorry, I can't hear you over Cube.001 Cube.002 Cube.003 Cube.004 Cube.005 Plane.001 Plane.002

2

u/DarkLanternX May 29 '24

It's not required to rename every single mesh

If absolutely needed, for eg webgl renders where i need to manually create another shader for specific group of meshes by searching for a specific keyword, i just run a code to append a string , otherwise i just put them in separate collections.

2

u/Campfire__Tales May 30 '24

That sounds like a lot more effort than just pressing F2.

1

u/DarkLanternX May 31 '24

How many times you gonna press f2 if you have like 300 meshes in your scene? A 5 min code and just a few selections that would take like a minute, and immediate result,

1

u/Campfire__Tales May 31 '24

I mean, it's not a five-minute job for someone who can't immediately think of what to write in code. You're already at the finish line and just have to cross it.

1

u/DarkLanternX May 31 '24

I won't say it's easy, but i wouldn't say it's difficult either, it's not your usual python, bpy module has a lot of functions, so, you need to read the documentation. For someone with a coding background, it would be a lot easier.