Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock reopened issue blender/blender#124259 2024-08-02 18:19:58 +02:00
Inconsistency when setting handles on bézier with no resolution attribute
Iliya Katushenock closed issue blender/blender#124259 2024-08-02 14:53:28 +02:00
Inconsistency when setting handles on bézier with no resolution attribute
Iliya Katushenock pushed to dyntopo at mod_moder/blender 2024-08-01 23:41:00 +02:00
6374c41911 attempt to add smooth split
Iliya Katushenock pushed to dyntopo at mod_moder/blender 2024-08-01 23:33:42 +02:00
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
Compare 137 commits »
Iliya Katushenock commented on issue blender/blender#125791 2024-08-01 22:33:28 +02:00
Changing texture to Generated removes texture path Blender

Can't reproduce.

Iliya Katushenock pushed to dyntopo at mod_moder/blender 2024-08-01 20:03:00 +02:00
9808a6aa2f start of smooth split recursion
Iliya Katushenock commented on pull request blender/blender#114545 2024-08-01 11:32:35 +02:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

std::array<float3, ...>

Iliya Katushenock commented on pull request blender/blender#114545 2024-08-01 11:32:34 +02:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

const threshold

Iliya Katushenock commented on pull request blender/blender#114545 2024-08-01 11:32:33 +02:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

next_vert, vert_iter, next_edge, edge_iter, next_face, ...

Iliya Katushenock commented on pull request blender/blender#114545 2024-08-01 11:32:31 +02:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

Use r_ prefix for destination arguments, like PEdge *r_edge.

Iliya Katushenock commented on pull request blender/blender#114545 2024-08-01 11:32:30 +02:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

::lowest()

Iliya Katushenock commented on pull request blender/blender#114545 2024-08-01 11:32:29 +02:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

constexpr float eps =

Iliya Katushenock commented on pull request blender/blender#114545 2024-08-01 11:32:27 +02:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

const float area

Iliya Katushenock commented on pull request blender/blender#114545 2024-08-01 11:32:26 +02:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

for (PVert vert_iter = chart->collapsed_verts; vert_iter != nullptr; vert_iter = next_vert)

Iliya Katushenock commented on pull request blender/blender#114545 2024-08-01 11:32:25 +02:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

Use blender containers instead of std where this possible (BLI_vector.hh)

Iliya Katushenock commented on pull request blender/blender#114545 2024-08-01 11:32:23 +02:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

Use function style cast. math::numbers::pi

Iliya Katushenock commented on pull request blender/blender#114545 2024-08-01 11:32:21 +02:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

const float min_area

Iliya Katushenock commented on pull request blender/blender#114545 2024-08-01 11:32:19 +02:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

Use BLI_math_vector_types.hh instead of C math for new code.