Blender Git Commit Log
Git Commits -> Revision 9c7fda6
Revision 9c7fda6 by Philipp Oeser (master) October 18, 2020, 08:42 (GMT) |
Fix T81729: Cycles object color not updating for instancers Caused by rBe65c78cd43aa. Since above commit, only geometry and lights received the update, previous to this check an instancer would receive that is well (in case of 'is_updated_shading'). Now check for an instancer (checking OB_DUPLI via ob.is_instancer()) and do an update then as well. Reviewers: brecht Maniphest Tasks: T81729 Differential Revision: https://developer.blender.org/D9222 |
Commit Details:
Full Hash: 9c7fda6de3e828be40999c960bce2dc89e54b7cb
Parent Commit: f425f40
Lines Changed: +5, -0
1 Modified Path:
/intern/cycles/blender/blender_sync.cpp (+5, -0) (Diff)