0

Complete and utter noob to 3d traditional 3d modeling, let alone blender.

I was going to learn how to do lighting, but the imported colours are considered vertex colors, and cannot be rendered without fiddling with nodes. All the guides tell me to put in an "attribute node" but it's not there.

The space where it is, above Geometry is filled by Fresnel. So im extremely confused on how im suppose to do this if theres mno way to do it.

Cosmo
  • 3
  • 2

1 Answers1

1

You are using Blender Render.

To be able to use Attribute node you will need to switch to Cycles Render.

cycles

Here are differences between them: How is Cycles different from Blender Internal?

cgslav
  • 17,548
  • 2
  • 39
  • 82
  • 1
    In Blender Render, you can also use the vertex color as an input, but with the Geometry node (http://builder.openhmd.net/blender-hmd-viewport-temp/render/blender_render/materials/nodes/types/input/geometry.html) – thibsert Mar 01 '19 at 21:22
  • 1
    @thibsert yep, that is correct, but question is about Attribute node. If OP is following Cycles tutorials, using Vertex Colors in Blender Render will be no help at a long stretch. I suppose ;) – cgslav Mar 01 '19 at 21:25