2

Is it possible to create a node group that asks for a texture, along with other values?

Here is a similar example of materials instead:

enter image description here

Instead of a material, can I make it a texture input instead?

I assume you can only do this with python, and am not sure how to add it with python. Is it possible with just nodes in Blender v. 2.79?

RATIU5
  • 601
  • 1
  • 4
  • 20
  • What about a regular color socket, won't that work for you? It will accet input of any texture node. – Duarte Farrajota Ramos Feb 06 '18 at 01:21
  • 1
    I want to see how much I can compress the nodes, if at all, into one shader group. – RATIU5 Feb 06 '18 at 01:34
  • 1
    Only by using python. In this case you need to have an internal image texture node in the nodetree, and access it through a your custom UI. Read more here: https://blender.stackexchange.com/questions/67487/cycles-materials-math-node-with-more-than-two-inputs/99003#99003 – Secrop Feb 06 '18 at 09:41

0 Answers0