Files
test2/source/blender/blenkernel/intern
Jacques Lucke e72730d763 Fix: assert when switching to sculpt mode
This is an alternative fix to #123524.

This is necessary, because `sculpt_update_object` is run after
the mesh is evaluated, but before the geometry depsgraph operation
is done. Only after this depsgraph node is done, `DEG_object_geometry_is_evaluated`
will return true.

This approach of `unchecked` methods has been preferred for now
over moving the call to `BKE_sculpt_update_object_after_eval`
to a separate depsgraph node or after depsgraph evaluation.
2024-06-21 15:19:10 +02:00
..
2024-06-11 12:37:57 +02:00
2024-01-30 14:42:13 -05:00
2024-05-13 16:07:12 +02:00
2024-06-02 20:36:33 -04:00
2024-01-30 14:42:13 -05:00
2024-05-13 16:07:12 +02:00
2024-05-13 16:28:19 +02:00
2024-06-02 20:36:33 -04:00
2024-04-20 12:41:23 +10:00
2024-05-13 16:07:12 +02:00
2024-05-13 16:28:19 +02:00