Blender Git Loki
Git Commits -> Revision 87d0033
Revision 87d0033 by Philipp Oeser (master) September 6, 2019, 21:39 (GMT) |
Fix node_shader_utils problems with new mapping node Since rBbaaa89a0bc54 we have to access the mapping node differently. This doesnt take actual linkage of the new sockets into account (but this wasnt done for most sockets on the Principled BSDF node either) Also the min/max of the mapping node was removed entirely. It was decided upon removing this from node_shader_utils as well (and replace this by existing access to the Extension parameter of the Texture node). Part of solving T69526. Differential Revision: https://developer.blender.org/D5693 |
Commit Details:
Full Hash: 87d0033ea9feb4ff85ef1249ae3b57aaa3c3d540
Parent Commit: bbcb4be
Committed By: Brecht Van Lommel
Lines Changed: +12, -50
1 Modified Path:
/release/scripts/modules/bpy_extras/node_shader_utils.py (+12, -50) (Diff)