Go to file
Lukas Toenne a18d89e14f Fix #36790, OSL point parameters of shader nodes not initialized correctly from UI inputs.
normal and point parameter types of OSL shaders are creating SOCK_VECTOR sockets in the script node. When these sockets are in turn used to define the fixed input values for these parameters they get
converted as OSL vector always, losing the distinction of vector/normal/point. To prevent OSL rejecting the value due to type mismatch, explicitly define the parameter defaults in the OSL script node
compiler function as vector, normal and point (unused types will simply be ignored).
2013-09-23 08:57:02 +00:00
build_files code cleanup: quiet rna warnings, remove remove_strict_flags() for cmake/rna. 2013-09-20 06:35:28 +00:00
doc fixes for python api docs. 2013-09-18 05:20:43 +00:00
extern Code cleanup: spelling correction 2013-09-14 10:22:56 +00:00
intern Fix #36790, OSL point parameters of shader nodes not initialized correctly from UI inputs. 2013-09-23 08:57:02 +00:00
release Text Editor: 'Find' (in the Edit menu) was pointing to the wrong operator 2013-09-20 18:47:12 +00:00
source Fix #36797 make linked node groups local does not work. Node tree library functions where missing the ntreeMakeLocal entry, was still marked as 'not implemented'. 2013-09-23 08:20:16 +00:00
CMakeLists.txt OSX/cmake: fix config by moving code back into xcode conditional, cmake/makefiles does not even have xcode_vesion lookup 2013-09-15 10:56:36 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile add icons utility make target. 2013-08-27 10:03:37 +00:00
SConstruct OSX/scons: fix a typo for jack adding frameworksearchpath 2013-09-10 18:40:07 +00:00