Blender Git Loki
Git Commits -> Revision dbd8733
Revision dbd8733 by Sergey Sharybin (cycles_memory_experiments, gooseberry, gooseberry_farm, temp_motionpaths) April 20, 2015, 11:27 (GMT) |
Cycles: Replace name-based node matching with type-based This commit replaces name-based node matching in the mesh device update with check of special type. It is more robust approach for adding new nodes which could use image slots for storage. it's also adds updates of environment texture nodes used in bump shader (this was missing in the original image sync reshuffle commit). |
Commit Details:
Full Hash: dbd873380f5865c0c8d200f4866c2b470842a0c3
Parent Commit: 386e1a1
Lines Changed: +43, -30