Steps to reproduce:
- switch to Scripting workspace
- execute bpy.data.meshes['Cube'].copy()
- Outliner will not show the new mesh immediately
Now just send appropriate notifier.
Differential D10584
Fix (unreported) Outliner missing updates copying IDs via python Authored by Philipp Oeser (lichtwerk) on Mar 2 2021, 6:44 PM. Tags Subscribers None
Details Steps to reproduce:
Now just send appropriate notifier.
Diff Detail
Event TimelineComment Actions I'm honestly not that confident about this, but it seems fine, since there are some other notifiers in slightly similar functions in this file. In any case, such an operation should be expected to redraw anyway. |