Lukasz Czyz glukoz
  • Joined on 2016-07-07
Lukasz Czyz commented on pull request blender/blender#114545 2024-06-25 10:34:32 +02:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

Recent changes:

  • renaming: SLIM -> Minimum Stretch Vertex Group -> Importance Weights Factor -> Weights Factor

  • expanding the Unwrap operator in the UV editor menu using methods: <img…

Lukasz Czyz pushed tag v3.3.19 to glukoz/blender 2024-06-25 10:29:23 +02:00
Lukasz Czyz pushed tag v3.6.12 to glukoz/blender 2024-06-25 10:29:23 +02:00
Lukasz Czyz pushed to uv_unwrapping_slim_algorithm_v5_update at glukoz/blender 2024-06-25 10:29:20 +02:00
76ea3c7d88 Make format.
333cdde5cb SLIM - use the image unwrap menu in the view3D menu.
5b4df08f45 SLIM importance weights fix.
aeef89dafb Merge branch 'main' of https://projects.blender.org/blender/blender into uv_unwrapping_slim_algorithm_v5_update
755ba48088 SLIM - rename vertex group to importance weights.
Compare 1971 commits »
Lukasz Czyz commented on pull request blender/blender#114545 2024-06-10 10:24:12 +02:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

I didn't understand what you meant moving from wmOperatorType::srna and wmOperatorType::prop. All operators properties are in srna, and prop is used for the "primary" property in the…

Lukasz Czyz commented on pull request blender/blender#114545 2024-06-07 15:47:36 +02:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

Yes, you can make the changes.

One question about the optimal way to implement this: what about moving the method prop from wmOperatorType::srna to wmOperatorType::prop and renaming the…

Lukasz Czyz commented on pull request blender/blender#114545 2024-06-03 14:50:01 +02:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

Hi @glukoz ,

Thank you for your work implementing SLIM for Blender. I've been implementing SLIM privately and noticed some differences between our implementations, as well as the original…

Lukasz Czyz commented on pull request blender/blender#114545 2024-05-17 15:52:02 +02:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

What do you think about naming like this?

In the operator properties: SLIM -> Minimum Stretch Vertex Group -> Importance Weights

In the unwrap menu add two separate…

Lukasz Czyz pushed to uv_unwrapping_slim_algorithm_v5_update at glukoz/blender 2024-05-13 14:04:16 +02:00
ee70b9c412 make format.
Lukasz Czyz pushed to uv_unwrapping_slim_algorithm_v5_update at glukoz/blender 2024-05-13 13:30:30 +02:00
37bdbf485a Merge branch 'main' of https://projects.blender.org/blender/blender into uv_unwrapping_slim_algorithm_v5_update
6e42c3d920 UI: Sequencer Overlays layout improvements
750ab86b5c Cleanup: GPv3: Use get_drawing_at in grab sculpt tool
69f3062909 Cleanup: GPv3: Use get_editable_drawing_at in draw tool
7f8d4df410 UI: Add eyedropper button to camera focus distance
Compare 3556 commits »
Lukasz Czyz pushed tag v3.3.18 to glukoz/blender 2024-05-13 12:33:48 +02:00
Lukasz Czyz pushed tag v4.1.1 to glukoz/blender 2024-05-13 12:33:48 +02:00
Lukasz Czyz pushed tag v4.1.0 to glukoz/blender 2024-05-13 12:33:48 +02:00
Lukasz Czyz pushed tag v3.6.9 to glukoz/blender 2024-05-13 12:33:48 +02:00
Lukasz Czyz pushed tag v3.6.11 to glukoz/blender 2024-05-13 12:33:48 +02:00
Lukasz Czyz pushed tag v3.6.10 to glukoz/blender 2024-05-13 12:33:48 +02:00
Lukasz Czyz pushed tag v3.3.17 to glukoz/blender 2024-05-13 12:33:48 +02:00
Lukasz Czyz pushed tag v3.3.16 to glukoz/blender 2024-05-13 12:33:48 +02:00
Lukasz Czyz pushed to uv_unwrapping_slim_algorithm_v5_update at glukoz/blender 2024-05-13 12:33:43 +02:00
a9ddaed1ad SLIM - make code more consistent.
ca91322d97 SLIM - remove unnecessary code.
aa99ecd34d SLIM - remove unnecessary pin reload.
6542e67d1b SLIM - further code improvements.
b6be4aee87 SLIM - further removal of unnecessary variables.
Compare 8 commits »
Lukasz Czyz commented on pull request blender/blender#114545 2024-02-19 12:07:17 +01:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

@brecht Could ask people for feedback for the latest build in the dev thread? Unfortunately I cannot add 3 messages in a row there.