Peng Yan yp-4
  • Blender development beginner

  • Joined on 2023-09-22
Peng Yan commented on pull request blender/blender#113001 2023-09-28 11:01:13 +02:00
Cleanup: add missing brackets for area calculation

Area is mainly used to update the cost after rotating an edge (to prevent infinite loops). It seems that after this change, #43578 #49484 and #56532 still work fine.

Peng Yan created pull request blender/blender#113001 2023-09-28 09:19:38 +02:00
Cleanup: add missing brackets for area calculation
Peng Yan created pull request blender/blender#112998 2023-09-28 09:18:20 +02:00
Cleanup: add missing brackets for area calculation
Peng Yan created pull request blender/blender#112999 2023-09-28 09:18:20 +02:00
Cleanup: add missing brackets for area calculation
Peng Yan created pull request blender/blender#113000 2023-09-28 09:18:18 +02:00
Cleanup: add missing brackets for area calculation
Peng Yan closed pull request blender/blender#112998 2023-09-28 09:17:49 +02:00
Cleanup: add missing brackets for area calculation
Peng Yan closed pull request blender/blender#112999 2023-09-28 09:17:36 +02:00
Cleanup: add missing brackets for area calculation
Peng Yan closed pull request blender/blender#113000 2023-09-28 09:17:20 +02:00
Cleanup: add missing brackets for area calculation
Peng Yan created branch dev_polyfill_2d in yp-4/blender 2023-09-28 09:09:17 +02:00
Peng Yan pushed to dev_polyfill_2d at yp-4/blender 2023-09-28 09:09:17 +02:00
fd62745e0c Cleanup: add missing brackets for area calculation
ca9c6372c9 Merge branch 'blender-v4.0-release'
fc8b1411cd Cleanup: correct struct comments & help text for batch loading utility
dd07944bcf Merge branch 'blender-v4.0-release'
d4f1a9b0ad Build: resolve build error on MSVC
Compare 10 commits »
Peng Yan deleted branch dev_polyfill_2d from yp-4/blender 2023-09-28 08:32:15 +02:00
Peng Yan created branch dev_polyfill_2d in yp-4/blender 2023-09-28 08:22:51 +02:00
Peng Yan pushed to dev_polyfill_2d at yp-4/blender 2023-09-28 08:22:51 +02:00
4b88b86285 Cleanup: add missing brackets for area calculation
ca9c6372c9 Merge branch 'blender-v4.0-release'
fc8b1411cd Cleanup: correct struct comments & help text for batch loading utility
dd07944bcf Merge branch 'blender-v4.0-release'
Compare 10 commits »
Peng Yan created pull request blender/blender#112942 2023-09-27 09:45:50 +02:00
BMesh: Improve face_split option of dissolve_edges, now it makes more reasonable responds to non-manifold edges
Peng Yan created pull request blender/blender#112939 2023-09-27 09:27:35 +02:00
BMesh: Improve face_split option of dissolve_edges, now it makes more reasonable responds to non-manifold edges
Peng Yan closed pull request blender/blender#112939 2023-09-27 09:26:26 +02:00
BMesh: Improve face_split option of dissolve_edges, now it makes more reasonable responds to non-manifold edges
Peng Yan pushed to dev_dissolve_edges at yp-4/blender 2023-09-27 07:48:37 +02:00
e279ab32f5 BMesh: Improve dissolve edges's face split for non-manifold cases
727d40fe81 Change the function of dissolve_edges's face split
676a03cf1e Cleanup: Make format
e38ff7c06d Cleanup: use C++ comments for disabled code
acb88528a5 Realtime Compositor: Implement Inpaint node
Compare 10 commits »
Peng Yan created branch dev_dissolve_edges in yp-4/blender 2023-09-27 07:48:36 +02:00
Peng Yan deleted branch dev_dissolve_edges from yp-4/blender 2023-09-27 07:42:03 +02:00
Peng Yan pushed to dev_dissolve_edges at yp-4/blender 2023-09-27 07:26:49 +02:00
a8783e3b72 recover an old comment