Lukasz Czyz glukoz
  • Joined on 2016-07-07
Lukasz Czyz pushed to uv_unwrapping_slim_algorithm_v5_zero_area at glukoz/blender 2024-01-02 11:26:33 +01:00
1c15d1b211 SLIM - make format.
616d771445 SLIM - code cleaning.
5b9cf3ac89 SLIM - enable collapsing.
84366eaf7f SLIM - tweak parameters.
eb90309909 SLIM - further fixes.
Compare 6 commits »
Lukasz Czyz pushed to uv_unwrapping_slim_algorithm_v5_zero_area at glukoz/blender 2023-12-27 11:11:55 +01:00
5c58e132cf SLIM - corr zero area - further fixes.
73756a98df SLIM - fixes.
Compare 2 commits »
Lukasz Czyz pushed to uv_unwrapping_slim_algorithm_v5_zero_area at glukoz/blender 2023-12-22 17:20:16 +01:00
32144db60d SLIM - correct area point.
14740027b9 SLIM - correct zero area.
Compare 2 commits »
Lukasz Czyz created branch uv_unwrapping_slim_algorithm_v5_zero_area in glukoz/blender 2023-12-22 17:20:16 +01:00
Lukasz Czyz commented on pull request blender/blender#114545 2023-12-13 21:23:36 +01:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

What do you think about naming like this?

The naming seems ok for me.

I will take a look at the failing examples soon.

Lukasz Czyz commented on pull request blender/blender#114545 2023-12-08 11:16:23 +01:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

@glukoz are you following the feedback topic? Would be good if you can reply there too.

Sure, I will take a look on it.

There was one example of an unwrap failing, maybe possible to…

Lukasz Czyz commented on pull request blender/blender#114545 2023-12-01 19:33:17 +01:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

I see. So I removed that call.

Lukasz Czyz commented on pull request blender/blender#114545 2023-12-01 19:30:55 +01:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

Done, though I wasn't able to add separators between prop groups you specified. I was looking for a C++ counterpart of the Python layout.separator() call but with no luck.

Lukasz Czyz commented on pull request blender/blender#114545 2023-12-01 19:28:27 +01:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

Done.

Lukasz Czyz commented on pull request blender/blender#114545 2023-12-01 19:28:07 +01:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

Done.

Lukasz Czyz pushed to uv_unwrapping_slim_algorithm_v5_update at glukoz/blender 2023-12-01 19:26:14 +01:00
35cbc5a796 Make format
41ec231097 Merge branch 'main' of https://projects.blender.org/blender/blender into uv_unwrapping_slim_algorithm_v5_update
b495bcf962 SLIM - remove WM_operator_current_or_default_properties_alloc
e72c9d262b SLIM - rework reflection mode to allow flips.
aae0b71342 Cleanup: Move constant variable declarations outside of loop
Compare 222 commits »
Lukasz Czyz commented on pull request blender/blender#114545 2023-12-01 17:00:56 +01:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

The main rationale of this code was to make the minimize stretch operator use the latest options used by the unwrap operator.

The rationale is not reflected in the current state of the…

Lukasz Czyz commented on pull request blender/blender#114545 2023-11-24 12:15:43 +01:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

Indeed, I forgot to rebase the collapse_doubles part of the original change. Now it's fixed. I think you can open the devtalk topic now :)

I will look into other change requests in the next week.

Lukasz Czyz pushed to uv_unwrapping_slim_algorithm_v5_update at glukoz/blender 2023-11-24 12:12:22 +01:00
17f72b8587 Make format.
ca99a43639 Merge branch 'uv_unwrapping_slim_algorithm_v5_collapse_doubles' into uv_unwrapping_slim_algorithm_v5_update
8bd362d095 Merge branch 'uv_unwrapping_slim_algorithm_v4_collapse_doubles' into uv_unwrapping_slim_algorithm_v5_collapse_doubles
85db875afc Merge branch 'uv_unwrapping_slim_algorithm_v4_corrective' into uv_unwrapping_slim_algorithm_v4_collapse_doubles
62dffee217 SLIM - furhter improvements for collapse.
Compare 6 commits »
Lukasz Czyz created branch uv_unwrapping_slim_algorithm_v5_collapse_doubles in glukoz/blender 2023-11-24 12:04:19 +01:00
8bd362d095 Merge branch 'uv_unwrapping_slim_algorithm_v4_collapse_doubles' into uv_unwrapping_slim_algorithm_v5_collapse_doubles
Lukasz Czyz commented on pull request blender/blender#114545 2023-11-23 15:15:08 +01:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

Ok, I fixed compilation and all warnings related to this PR.

Lukasz Czyz pushed to uv_unwrapping_slim_algorithm_v5_update at glukoz/blender 2023-11-23 15:13:51 +01:00
93ec9c71e6 Fix compilation and warnings.
Lukasz Czyz commented on pull request blender/blender#114545 2023-11-23 14:09:47 +01:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

I pulled your changes and after that building fails. Is that expect or is it an issue with my environment?

Lukasz Czyz created pull request blender/blender#114545 2023-11-06 17:50:38 +01:00
The SLIM UV unwrap algorithm implementation for Blender 4.x