Anish-Bharadwaj
  • Joined on 2023-04-02
5a4776b176 Changes distance calculation for uvedit_uv_threshold_weld_underlying_geometry
845871b5a2 Reverted previous change where uv stitch was accidentally removed
9f44e07f74 Refactored Seam-Weld Underlying Geometry
Anish-Bharadwaj created pull request blender/blender#124221 2024-07-05 10:48:09 +02:00
gsoc2024-UV-Seam-Weld-Underlying-Geometry
0c97cd1917 Cleaned code for uvedit_uv_threshold_weld_underlying_geometry
54d6ffd3b0 Implemented the method to weld seams based on underlying geometry in
49aa3edb05 Added the new Seam Weld operator and UI elements for intern
Compare 3 commits »
Anish-Bharadwaj deleted branch gsoc2024-UV-Seam-Weld-Underlying-Geometry from Anish-Bharadwaj/blender 2024-07-05 10:23:50 +02:00
dd75046bbc Additional Code cleanup for uvedit_uv_threshold_weld_underlying_geometry
db7310d895 Implemented functionality to Seam-Weld based on underlying geometry
3af3c4fb96 Added the UV-Seam Weld Operator and UI elements
Compare 3 commits »
Anish-Bharadwaj pushed to main at Anish-Bharadwaj/blender 2024-07-05 05:39:59 +02:00
92525d6c27 Sculpt: Data oriented refactor for cavity baking
Anish-Bharadwaj pushed to main at Anish-Bharadwaj/blender 2024-07-05 02:32:40 +02:00
addf1fa84b Merge branch 'blender-v4.2-release'
c94bed9afa Fix #114859: VSE Retiming versioning was broken
f8c80fe1fd Fix: EEVEE: Missing world if only an empty volume object is present
3777e53acb Fix: EEVEE: Missing world if only an empty volume object is present
6fbb5ce8d8 Merge branch 'blender-v4.2-release'
Compare 619 commits »
Anish-Bharadwaj created branch gsoc2024-UV-Seam-Weld-WIP in Anish-Bharadwaj/blender 2024-07-04 23:15:00 +02:00
Anish-Bharadwaj pushed to gsoc2024-UV-Seam-Weld-WIP at Anish-Bharadwaj/blender 2024-07-04 23:15:00 +02:00
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
cd18384aca Changed Underlying Mesh option in Seam Weld to no longer calculate edge
Compare 5 commits »
Anish-Bharadwaj pushed to gsoc2024-UV-Seam-Weld-V2 at Anish-Bharadwaj/blender 2024-07-04 10:54:27 +02:00
183ed809b9 Implemented the weld seam on Underlying Mesh functionality
679658f9e8 Changed index tag for endpoints of edgeloops to prevent conflict with preset
Compare 2 commits »
Anish-Bharadwaj pushed to gsoc2024-UV-Seam-Weld at Anish-Bharadwaj/blender 2024-06-28 09:19:43 +02:00
63360effb8 Tested and refactored code to work for edge cases
6f05f47927 Completed the implementation of the Seam Weld using the
e55b144e19 Completed the implementation of bmesh_edgeloop_uv API
41c13ff2c9 Initial commit for bmesh_edgeloop_uv API
Compare 4 commits »
Anish-Bharadwaj pushed to gsoc2024-UV-Seam-Weld-V2 at Anish-Bharadwaj/blender 2024-06-28 09:18:40 +02:00
63360effb8 Tested and refactored code to work for edge cases
6f05f47927 Completed the implementation of the Seam Weld using the
Compare 2 commits »
Anish-Bharadwaj pushed to gsoc2024-UV-Seam-Weld-V2 at Anish-Bharadwaj/blender 2024-06-27 23:21:13 +02:00
e55b144e19 Completed the implementation of bmesh_edgeloop_uv API
Anish-Bharadwaj pushed to gsoc2024-UV-Seam-Weld-V2 at Anish-Bharadwaj/blender 2024-06-27 10:12:25 +02:00
41c13ff2c9 Initial commit for bmesh_edgeloop_uv API
Anish-Bharadwaj created branch gsoc2024-UV-Seam-Weld-V2 in Anish-Bharadwaj/blender 2024-06-27 10:12:25 +02:00
Anish-Bharadwaj created pull request blender/blender#123704 2024-06-25 05:30:31 +02:00
gsoc2024-UV-Seam-Weld