0

I took this original brown hat texture and used nodes to make it black. Is it possible for me to export the new black version of the hat, instead of the original brown image??

I Used nodes to turn down the brightness

Original Texture is Brown

M. Aaron
  • 15
  • 3

1 Answers1

1

One way I know of is by baking the modified texture to a new image.

Begin by creating a blank image of the same dimensions as the texture

enter image description here

My original image: enter image description here

My image modified by nodes: enter image description here

To bake, make sure your render engine is set to cycles.

Find the bake tab under render properties and uncheck lighting influences (direct and indirect) to make sure lighting is not baked into your texture and only the node modifications are.

enter image description here

Select the object the texture is on, the last node in the tree that you want to save edits of, and the blank image you made earlier. Make sure the blank image is selected last, ie, is the active object. In my case, I select the plane, the RGB curves node, and finally the blank image texture.

enter image description here

Click "Bake" under the bake tab. Wait for it to process.

Finally, load up your previously blank image in the image editor and you should see

enter image description here

Make sure you save this image before closing the scene.

This tutorial could help.

There are many other tutorials about specific settings of baking that you can look into but I find that this is the simplest method that gets the job done.

shreya6064
  • 51
  • 2