Blender Git Loki
Git Commits -> Revision b0cb0a7
Revision b0cb0a7 by Philipp Oeser (master) August 31, 2021, 10:45 (GMT) |
Texture Paint: sync changing active texture in the Node Editor to the Image Editor When changing to another texture paint slot, the texture displayed in the viewport changes accordingly (as well as the image displayed in the Image Editor). When changing the active texture in the Node Editor though, only the texture displayed in the viewport changes. This was mentioned in T88788 and I am not 100% sure this is desired in all scenarios (or at all), it should be seen in tandem of D11497. This change makes it so that the Image Editor changes to the image we changed to in the Node Editor (keeping them in sync). If this is not desired in all cases, this could be made an option. ref T88788 ref D11496 ref D11497 Maniphest Tasks: T88788 Differential Revision: https://developer.blender.org/D11498 |
Commit Details:
Full Hash: b0cb0a78547582848f5f18f5d5cc85c69f3dbe30
Parent Commit: 3b2a01e
Lines Changed: +18, -0
1 Modified Path:
/source/blender/editors/space_node/node_edit.cc (+18, -0) (Diff)