Blender Python: The most confusing part of BMesh

Опубликовано: 29 Октябрь 2024
на канале: CG Python
3,587
184

In this video, we will go over potentially one of the more confusing parts of Blender's Bmesh Python API called Loops.

We will go over:
What BMesh Loops are
How to use them
How to select an edge loop using BMesh loops
How to work with UVs and vertex colors

Blender Python Example: Using the modulo operator (%)
   • Blender Python Example: Using the mod...