Post #3948: Something like this in the property tab?
📋 Metadata
- Author: Motiomancer
- Date: 2021-07-21 14:35:16
- Type:
answer - Quality Score: 7/10
- Reply to: post_03947
- Replies (1): post_03949
🏷️ Tags
macro scripting intermediate solved
⚙️ Related PME Features
- Macro Editor
- Python Scripting
- Property Editor
💬 Content
Something like this in the property tab?
C.active_object.active_material.node_tree.nodes['Principled BSDF'].inputs['Alpha'].default_value
Since you have to call directly the node it only works with the first Principled BSDF created in the material though
❤️ 1 likes