Maniphest T71153

Color space configuration of copies of image texture nodes is not independent.
Closed, Duplicate

Assigned To
None
Authored By
Anant Rao Kandikuppa (AntBlender2)
Oct 28 2019, 7:17 AM
Tags
  • BF Blender
Subscribers
Anant Rao Kandikuppa (AntBlender2)
Philipp Oeser (lichtwerk)

Description

System Information
Operating system: Windows-10-10.0.18362 64 Bits
Graphics card: Intel(R) UHD Graphics 620 Intel 4.5.0 - Build 26.20.100.6859

Blender Version
Broken: version: 2.80 (sub 75), branch: master, commit date: 2019-07-29 14:47, hash: rBf6cb5f54494e
Worked: (optional)

Short description of error
The color spaces of two image texture nodes using same image cannot be configured independently.

Exact steps for others to reproduce the error
Step 1: Create any new material.
Step 2: Create an image texture node with any image.
Step 3: Copy the image texture node in step 2 above so it uses same image. At this point, both image texture nodes have same color spaces.
Step 4: Try changing the color space of any one of them. The color space of the other one changes automatically.

  • Can be reproduced on simple default startup blend file as well. I was assuming this is not the expected behavior - that we can change the color space of each image texture node independently. Please let me know if I'm wrong in my assumption.

Event Timeline

Anant Rao Kandikuppa (AntBlender2) created this task.Oct 28 2019, 7:17 AM
Philipp Oeser (lichtwerk) added a subscriber: Philipp Oeser (lichtwerk).Oct 28 2019, 10:23 AM

Same as T66985, T66979.

Since rB7ad802cf3ae5 Image Texture Nodes now use the color space on the image datablock [this gets determined on fileload and can be changed later].
If you want this independently in the Image Texture Node, you need unique image datablocks.