Fix #112767: Outliner unlink operation fails to unlink from scene #112955

Merged
Pratik Borhade merged 4 commits from PratikPB2123/blender:112767-outliner-scene-unlink into main 2023-11-23 14:49:26 +01:00

4 Commits

Author SHA1 Message Date
Pratik Borhade 41fbaab858 Improve comment and add NDEBUG 2023-11-23 19:15:42 +05:30
Pratik Borhade 405cd45366 Add comment and assert 2023-11-23 09:31:42 +05:30
Pratik Borhade bf87dc01f4 Merge branch 'main' into 112767-outliner-scene-unlink 2023-11-22 18:30:27 +05:30
Pratik Borhade f468105a90 Fix #112767: Outliner unlink operation fails to unlink from scene
When in scene mode, operation searches the object in master collection
to unlink. but object can be in any collection. So iterate thorugh all
collections present in scene to unlink the object
2023-09-27 18:36:09 +05:30