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