Block a user
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…
244dd7f134
Fix #113395: Assertion fails of solidify_faces tool when not selecting partial faces of a mesh
34eff1fd51
Fix #113395: Assertion fails of solidify_faces tool when not selecting partial faces of a mesh
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…
BMesh: Debug assertion fails when using solidify_faces tool to extrude partial faces of a mesh
Cleanup: Remove a redundant increment operator
Cleanup: Remove a redundant increment operator
Cleanup: Remove a redundant increment operator
Cleanup: Remove a redundant increment operator
Cleanup: Remove a redundant increment operator
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
Modeling: Connect Vertex Pair does not work when coordinates are large
That's great. Thanks for your work on it.
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…
Cleanup: remove some unused variables in bisect operator
Cleanup: remove some unused variables in bisect operator