Created by: zeffii
continuation of the previous PR (uncommitted) , but this adds vcol3/4 RGB/RGBA support to MK3 so it's less of a head scratcher.
Addressed problem description
-
implicit conversion ( I C ) warning for * -> SvColorSocket -
vertex col mk3 using StringSocket still. -
vertex col New is an uninformative name. -
vcol nodes appear in regular menu, but not in shift+A.. -
mk2 isn't needed if mk3 can handle RGB/RGBA
Solution description
- add SvColorSocket to
get_lenient_socket_types
- add self replacing SvColorSocket socket to vcol mk3 (does require a f8 / recalc nodetree ..but whatever..)
- rename
vertex color new
->vertex color MK2
.
Preflight checklist
Put an x letter in each brackets when you're done this item:
-
Code changes complete. -
Code documentation complete. -
Documentation for users complete (or not required, if user never sees these changes). -
Manual testing done. -
Unit-tests implemented. -
Ready for merge.