Fix #120809: Skip saving use_selected_objects
commit7c89efd7878b939d01ff6a90b66efda2965e23f2
authorPratik Borhade <pratikborhade302@gmail.com>
Fri, 19 Apr 2024 12:00:49 +0000 (19 14:00 +0200)
committerHans Goudey <hooglyboogly@noreply.localhost>
Fri, 19 Apr 2024 12:00:49 +0000 (19 14:00 +0200)
tree1059b15257db2be2c29f4e56a90ee1836ff1af9f
parent7b388737322904edcbbad0c3541efa073b981f81
Fix #120809: Skip saving use_selected_objects

Issue came with the new feature of adding modifiers to selected objects
by holding alt: 9a7f4a3b58. `use_selected_objects` state should not be
remembered. Otherwise, it's possible to add/edit modifier of multiple
object without holding alt

Pull Request: https://projects.blender.org/blender/blender/pulls/120810
source/blender/editors/object/object_modifier.cc