Fix #33347: cycles OSL crash connecting string to vector socket.

This commit is contained in:
Brecht Van Lommel
2012-11-30 06:10:16 +00:00
parent 6bb45495d1
commit e7f594b0df
8 changed files with 41 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
shader node_convert_from_point(
point Point = point(0.0, 0.0, 0.0),
output string String = "",
output float Val = 0.0,
output int ValInt = 0,
output vector Vector = vector(0.0, 0.0, 0.0),