Block a user
Inconsistency when setting handles on bézier with no resolution attribute
Inconsistency when setting handles on bézier with no resolution attribute
b1122f942a
refactor
a2e4468e14
Merge branch 'main' into dyntopo
d282b1735e
Sculpt: Remove color buffer from sculpt BVH tree
90e7331d10
Fix #125558: Show UI_BTYPE_CURVE Control Points
a0a70bf46d
Refactor: Sculpt: Simplify cloth brush persistent base retrieval
The SLIM UV unwrap algorithm implementation for Blender 4.x
next_vert
, vert_iter
, next_edge
, edge_iter
, next_face
, ...
The SLIM UV unwrap algorithm implementation for Blender 4.x
Use r_
prefix for destination arguments, like PEdge *r_edge
.
The SLIM UV unwrap algorithm implementation for Blender 4.x
for (PVert vert_iter = chart->collapsed_verts; vert_iter != nullptr; vert_iter = next_vert)
The SLIM UV unwrap algorithm implementation for Blender 4.x
Use blender containers instead of std where this possible (BLI_vector.hh
)
The SLIM UV unwrap algorithm implementation for Blender 4.x
Use function style cast. math::numbers::pi
The SLIM UV unwrap algorithm implementation for Blender 4.x
Use BLI_math_vector_types.hh
instead of C math for new code.