Peng Yan yp-4
  • Blender development beginner

  • Joined on 2023-09-22
Peng Yan deleted branch dev_edbm_solidify from yp-4/blender 2023-10-07 17:11:59 +02:00
Peng Yan commented on issue blender/blender#113395 2023-10-07 17:05:17 +02:00
BMesh: Debug assertion fails when using solidify_faces tool to extrude partial faces of a mesh

/* select the newly generated faces */ BMO_slot_buffer_hflag_enable(bm, bmop.slots_out, "geom.out", BM_FACE, BM_ELEM_SELECT, true); EDBM_selectmode_flush(em);

Adding a `EDBM_selectmo…

Peng Yan pushed to dev_edbm_solidify at yp-4/blender 2023-10-07 17:01:59 +02:00
244dd7f134 Fix #113395: Assertion fails of solidify_faces tool when not selecting partial faces of a mesh
Peng Yan pushed to dev_edbm_solidify at yp-4/blender 2023-10-07 16:55:36 +02:00
34eff1fd51 Fix #113395: Assertion fails of solidify_faces tool when not selecting partial faces of a mesh
Peng Yan created branch dev_edbm_solidify in yp-4/blender 2023-10-07 16:55:35 +02:00
Peng Yan commented on issue blender/blender#113395 2023-10-07 16:50:59 +02:00
BMesh: Debug assertion fails when using solidify_faces tool to extrude partial faces of a mesh

Although it may not be the intentional function of Solidify (I think it is mainly used to add thickness to non-closed surfaces), it works in Release versions. The cause is the debug check in…

Peng Yan opened issue blender/blender#113395 2023-10-07 16:43:21 +02:00
BMesh: Debug assertion fails when using solidify_faces tool to extrude partial faces of a mesh
Peng Yan created pull request blender/blender#113394 2023-10-07 15:16:44 +02:00
Cleanup: Remove a redundant increment operator
Peng Yan created pull request blender/blender#113393 2023-10-07 15:15:50 +02:00
Cleanup: Remove a redundant increment operator
Peng Yan created pull request blender/blender#113392 2023-10-07 15:15:48 +02:00
Cleanup: Remove a redundant increment operator
Peng Yan closed pull request blender/blender#113393 2023-10-07 15:14:39 +02:00
Cleanup: Remove a redundant increment operator
Peng Yan closed pull request blender/blender#113392 2023-10-07 15:14:18 +02:00
Cleanup: Remove a redundant increment operator
Peng Yan created branch dev_solidify in yp-4/blender 2023-10-07 13:43:45 +02:00
Peng Yan pushed to dev_solidify at yp-4/blender 2023-10-07 13:43:45 +02:00
55a1d93fe5 Cleanup: Remove a redundant increment operator
0c91466785 GHOST/Wayland: remove WITH_GHOST_WAYLAND_DBUS
e8834565a3 CMake: support building GHOST/X11 without OpenGL
f482e5979d CMake: set_and_warn_incompatible now warns if arguments are undefined
f3f494fd63 macOS: fix issues building without OpenGL headers
Compare 10 commits »
Peng Yan commented on issue blender/blender#113111 2023-10-04 14:01:10 +02:00
Modeling: Connect Vertex Pair does not work when coordinates are large

That's great. Thanks for your work on it.

Peng Yan commented on issue blender/blender#113111 2023-10-04 12:55:52 +02:00
Modeling: Connect Vertex Pair does not work when coordinates are large

Thank you for the code. I've also coded something but I think your version is better. I changed CONNECT_EPS into a static variable, this may not be consistent with Blender's code style. Will you…

Peng Yan deleted branch dev_polyfill_2d from yp-4/blender 2023-10-04 08:31:08 +02:00
Peng Yan deleted branch dev_bisect_plane_cleanup from yp-4/blender 2023-10-04 08:26:17 +02:00
Peng Yan closed pull request blender/blender#113152 2023-10-02 16:08:36 +02:00
Cleanup: remove some unused variables in bisect operator
Peng Yan created pull request blender/blender#113152 2023-10-02 16:08:19 +02:00
Cleanup: remove some unused variables in bisect operator