Hey,
I am trying to complete what seems like a simple task. In maya, if I have a texture going into the diffuse, I can add a color composite node and make adjustments, such as adding contrast to the image which is what I want do here. I have a principled shader with a sand texture. I wish to add contrast to the image and/or color corrections. I found the texture node going into the base color. Seems like I would just add a color correction node? However, that does not work. Any ideas?
Thanks
Add contrast to texture of principled shader
5060 11 1-
- evanrudefx
- Member
- 256 posts
- Joined: Feb. 2016
- Offline
-
- tamte
- Member
- 9129 posts
- Joined: July 2007
- Offline
the Texture parameter as well as Texture input on basecolor is a string
it contains just path to the texture file, so you can't apply colorcorrection there
the easiest would be to apply colorcorection right after basecolor Combined Value output, assuming you are using basecolor just for the texture and not really combining with Base Color parm and/or Point Color
if you are using Base Color and/or Point Color multiplier, you can either unlock/jump into basecolor and add your color correction after hvectovec1 node
or maybe easier is to create new Surface Color Node just for the purpose of texture loading, append colorcorrection after that and multiply with your original basecolor node which uses modified Base Color parm and/or Point Color
it contains just path to the texture file, so you can't apply colorcorrection there
the easiest would be to apply colorcorection right after basecolor Combined Value output, assuming you are using basecolor just for the texture and not really combining with Base Color parm and/or Point Color
if you are using Base Color and/or Point Color multiplier, you can either unlock/jump into basecolor and add your color correction after hvectovec1 node
or maybe easier is to create new Surface Color Node just for the purpose of texture loading, append colorcorrection after that and multiply with your original basecolor node which uses modified Base Color parm and/or Point Color
Tomas Slancik
CG Supervisor
Framestore, NY
CG Supervisor
Framestore, NY
-
- Olaf Finkbeiner
- Member
- 323 posts
- Joined: Jan. 2015
- Offline
-
- Olaf Finkbeiner
- Member
- 323 posts
- Joined: Jan. 2015
- Offline
-
- evanrudefx
- Member
- 256 posts
- Joined: Feb. 2016
- Offline
-
- anon_user_37409885
- Member
- 4189 posts
- Joined: June 2012
- Offline
-
- madrenderman
- Member
- 129 posts
- Joined: June 2016
- Offline
-
- anon_user_37409885
- Member
- 4189 posts
- Joined: June 2012
- Offline
-
- madrenderman
- Member
- 129 posts
- Joined: June 2016
- Offline
-
- anon_user_37409885
- Member
- 4189 posts
- Joined: June 2012
- Offline
Nice! It would be much better for new users if the ‘op:’ could be removed for textures. In the Display Opinions Background tab there is a pull down to choose Disk Image / COP Image with a chooser on the right side. Much better me thinks!
Discoverability 1 : frustration 0
Discoverability 1 : frustration 0

Edited by anon_user_37409885 - April 7, 2017 17:36:36
-
- tamte
- Member
- 9129 posts
- Joined: July 2007
- Offline
not sure if op: is that difficult to use, it's really mostly about making it easier to find in help
op: is much broader concept so making a special case for textures would just be very inefficient and annoying
on top of that you can't really treat op: as texture replacement, since you can't use it to replace UDIM textures which you can encounter a lot these days
and if I remember correctly there were some limitations that op: adhoc textures were not exported to .rat and had to be loaded fully into the memory losing the advantage of random access and mip mapping, not sure this was or still is the case as I tend to avoid them, but definitely something to keep in mind and test
op: is much broader concept so making a special case for textures would just be very inefficient and annoying
on top of that you can't really treat op: as texture replacement, since you can't use it to replace UDIM textures which you can encounter a lot these days
and if I remember correctly there were some limitations that op: adhoc textures were not exported to .rat and had to be loaded fully into the memory losing the advantage of random access and mip mapping, not sure this was or still is the case as I tend to avoid them, but definitely something to keep in mind and test
Tomas Slancik
CG Supervisor
Framestore, NY
CG Supervisor
Framestore, NY
-
- anon_user_37409885
- Member
- 4189 posts
- Joined: June 2012
- Offline
-
- Quick Links