Anish-Bharadwaj
  • Joined on 2023-04-02
Anish-Bharadwaj created pull request blender/blender#126775 2024-08-26 01:04:43 +02:00
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
74e6c5f9b3 Gathered UV island data required to initiate laplacian system
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
Compare 1619 commits »
Anish-Bharadwaj pushed to main at Anish-Bharadwaj/blender 2024-08-22 02:00:31 +02:00
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
Compare 1618 commits »
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
095bd7eac0 Cleaned up code comments and changed variable names
9dc1309bd3 Changed UVedit_smart_stitch.cc to use blender namespace
Compare 2 commits »
58d3da0021 Completed the Deform functionality for the Seam Weld Operator
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
Compare 6 commits »
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
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
Compare 2 commits »
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
Compare 8 commits »
d738205a33 Changed distance calculating logic for uvedit_uv_threshold_weld_underlying_geometry
3bf539fe85 Optimized logic for uvedit_uv_threshold_weld_underlying_geometry
dd3472346a Edited uvedit_uv_threshold_weld_underlying_geometry logic to correctly