Post #1901:
Ja
📋 Metadata
- Author: roaoao
- Date: 2019-01-31 20:04:58
- Type:
answer - Quality Score: 8/10
- Reply to: post_01895
- Replies (1): post_01906
🏷️ Tags
popup-dialog property-editor intermediate solved
⚙️ Related PME Features
- Property Editor
- Custom tabs
- Python Scripting
💬 Content
Jakro:
I’m looking to have property drop down for what image the ‘image texture’ node uses in the node editor. Is this possible? I’m in 2.8 btw.
Don’t know how and where you want to use it. Here is a couple of hints. Works in Shader editor area:
Property tab:
C.space_data.node_tree.nodes['Image Texture'].image
Custom tab:
L.template_ID(C.space_data.node_tree.nodes['Image Texture'], "image", new="image.new", open="image.open")