Block a user
gsoc2024-UV-Seam-Weld-Deformation
Anish-Bharadwaj
created branch gsoc2024-UV-Seam-Weld-Laplacian in Anish-Bharadwaj/blender
2024-08-22 02:32:58 +02:00
Anish-Bharadwaj
pushed to gsoc2024-UV-Seam-Weld-Laplacian at Anish-Bharadwaj/blender
2024-08-22 02:32:58 +02:00
74e6c5f9b3
Gathered UV island data required to initiate laplacian system
Anish-Bharadwaj
pushed to gsoc2024-UV-Seam-Weld-Underlying-Geometry at Anish-Bharadwaj/blender
2024-08-22 02:29:09 +02:00
2b87505e97
Merge branch 'main' into gsoc2024-UV-Seam-Weld-Underlying-Geometry
df0564f3b8
Refactor: Sculpt: Remove dynamic topology edge length from BVH tree
9bbe669cad
Fix #126612: Area Join Exec Tag Source for Redraw
93546768ba
Fix #126595: Group ID in Fill Curve Evaluate inconsistantly
4f084d180b
windows_x64: rebuild ffmpeg with sse flags
df0564f3b8
Refactor: Sculpt: Remove dynamic topology edge length from BVH tree
9bbe669cad
Fix #126612: Area Join Exec Tag Source for Redraw
93546768ba
Fix #126595: Group ID in Fill Curve Evaluate inconsistantly
4f084d180b
windows_x64: rebuild ffmpeg with sse flags
ce82d4434f
Fix #126324: Fallback to linear POLY curves for invalid Alembic data
Anish-Bharadwaj
pushed to gsoc2024-UV-Seam-Weld-Deformation at Anish-Bharadwaj/blender
2024-08-13 21:42:57 +02:00
96322d899d
Edited how Users can control deformation for seam-weld operation
Anish-Bharadwaj
pushed to gsoc2024-UV-Seam-Weld at Anish-Bharadwaj/blender
2024-08-09 04:18:17 +02:00
8ca608bce0
Cleaned up code comments
Anish-Bharadwaj
pushed to gsoc2024-UV-Seam-Weld-Deformation at Anish-Bharadwaj/blender
2024-08-09 04:16:04 +02:00
095bd7eac0
Cleaned up code comments and changed variable names
9dc1309bd3
Changed UVedit_smart_stitch.cc to use blender namespace
Anish-Bharadwaj
pushed to gsoc2024-UV-Seam-Weld-Deformation at Anish-Bharadwaj/blender
2024-08-08 00:32:34 +02:00
58d3da0021
Completed the Deform functionality for the Seam Weld Operator
Anish-Bharadwaj
pushed to gsoc2024-UV-Seam-Weld-Underlying-Geometry at Anish-Bharadwaj/blender
2024-08-01 11:12:19 +02:00
7c59335a77
Rename to "Shared Vertex"
5f16332566
Cleanup: rename variables
07f421b693
Fix a bug where uv's from the previous vertex would be used
836b344382
Cleanup: remove redundant namespace
c8fb5bf428
Replace pow(.. 2) with squared
Anish-Bharadwaj
pushed to gsoc2024-UV-Seam-Weld-Deformation at Anish-Bharadwaj/blender
2024-08-01 10:14:29 +02:00
199b87e187
Modified uvedit_uv_loops_softselect to perform deformation on meshes
Anish-Bharadwaj
created branch gsoc2024-UV-Seam-Weld-Deformation in Anish-Bharadwaj/blender
2024-07-26 07:10:22 +02:00
Anish-Bharadwaj
pushed to gsoc2024-UV-Seam-Weld-Deformation at Anish-Bharadwaj/blender
2024-07-26 07:10:22 +02:00
8ef4afc011
Added uvedit_uv_loops_softselect function to pair edges in UV island
Anish-Bharadwaj
pushed to gsoc2024-UV-Seam-Weld at Anish-Bharadwaj/blender
2024-07-12 10:37:45 +02:00
4b24dc9c4b
Adjusted validation handling for UV_get_edgeloops and uvedit_uv_threshold_weld
Anish-Bharadwaj
pushed to gsoc2024-UV-Seam-Weld at Anish-Bharadwaj/blender
2024-07-12 09:48:08 +02:00
cf5ae1185b
Add validation checkers to ensure correct edgeloop data selection for
8fcc7a2c7b
Corrected code styling of uvedit_uv_threshold_weld to fit blender
Anish-Bharadwaj
pushed to gsoc2024-UV-Seam-Weld-Underlying-Geometry at Anish-Bharadwaj/blender
2024-07-12 06:05:07 +02:00
189e565b35
Cleaned code and improved memory usaged of uvedit_uv_threshold_weld_underlying_geometry
Anish-Bharadwaj
pushed to gsoc2024-UV-Seam-Weld at Anish-Bharadwaj/blender
2024-07-11 09:59:58 +02:00
d01c41a195
Cleaned up code that pertains to Seam Weld logic and bmesh_edgeloop_UV
ad947e6252
Removed unused parameters from uvedit_uv_threshold_weld_underlying_geometry
8ea748947c
Added comments to code for UV-Seam Weld functionality
bd1821b7d5
Now Seam-Weld Explicitly requires redrawing after edits have been made
79b5625364
Changed method of calculating distance to no longer use squreroot
Anish-Bharadwaj
pushed to gsoc2024-UV-Seam-Weld-Underlying-Geometry at Anish-Bharadwaj/blender
2024-07-11 07:15:35 +02:00
d738205a33
Changed distance calculating logic for uvedit_uv_threshold_weld_underlying_geometry
Anish-Bharadwaj
pushed to gsoc2024-UV-Seam-Weld-Underlying-Geometry at Anish-Bharadwaj/blender
2024-07-11 01:05:49 +02:00
3bf539fe85
Optimized logic for uvedit_uv_threshold_weld_underlying_geometry
Anish-Bharadwaj
pushed to gsoc2024-UV-Seam-Weld-Underlying-Geometry at Anish-Bharadwaj/blender
2024-07-09 10:36:12 +02:00
dd3472346a
Edited uvedit_uv_threshold_weld_underlying_geometry logic to correctly