Blender Git Commit Log

Git Commits -> Revision c7e5493

Revision c7e5493 by Nathan Craddock (soc-2020-outliner)
June 20, 2020, 20:40 (GMT)
Outliner: Properties sync with pinned data

Previously only the type of tab/context was passed to the properties
editor from the outliner. This caused some issues. If Object A was
pinned, and Object B's mesh data was clicked, it would switch to Object
A's mesh data.

Now pass an RNA pointer along to verify if the outliner data is in the
valid path when the properties editor is pinned.

Also support Hair and PointCloud new object types.

Commit Details:

Full Hash: c7e5493b15f34d32f904b5d007ebee3d0870b4b2
Parent Commit: 93189c4
Lines Changed: +91, -31

3 Modified Paths:

/source/blender/editors/include/ED_buttons.h (+1, -1) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+15, -8) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+75, -22) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021