Blender Git Commit Log
Git Commits -> Revision 8c0dea7
Revision 8c0dea7 by Sybren A. Stüvel (master) September 18, 2019, 08:23 (GMT) |
Fix segfault when polling OBJECT_OT_voxel_remesh without active object The active object can be `NULL`, which causes a segfault in `BKE_object_is_in_editmode(NULL)` (and if that were made NULL-safe, the segfault would happen further down in `object_remesh_poll()`). |
Commit Details:
Full Hash: 8c0dea72b6791a07100487de556ab352106f7f44
Parent Commit: dc6cec6
Lines Changed: +4, -0
1 Modified Path:
/source/blender/editors/object/object_remesh.c (+4, -0) (Diff)