4

What I would like to do is simply to apply a Matcap while editing, and then use its base colour as the colour of the object for test rendering etc. Is this possible?

To put it another way, if the Matcap is lime green, how can I make the object lime green (using vertex or material colours).

2 Answers2

4

This is not possible, using blenders built-in matcaps.

However you could setup a material that uses a matcap image that uses normal mapping relative to a camera object, then bake this to vertex colors.

ideasman42
  • 47,387
  • 10
  • 141
  • 223
1

I'm not sure I understand you question perfectly, but other than opengl render, and the method in this post, it's not possible to render with matcaps.

However, I think the method in the post linked above is close to what you want. (just basically texturing the object with normal mapping)

gandalf3
  • 157,169
  • 58
  • 601
  • 1,133