Post #4433: Just installed Blender 3.2.1 and that code line doesn’t work anymore… anyone kno
📋 Metadata
- Author: RobertLe
- Date: 2022-07-07 21:24:01
- Type:
bug_report - Quality Score: 4/10
🏷️ Tags
v1-20-x macro python-scripting intermediate unsolved
⚙️ Related PME Features
- Python Scripting
- Macro Editor
💬 Content
Just installed Blender 3.2.1 and that code line doesn’t work anymore… anyone knows why?
[setattr(x.image.colorspace_settings, "name", 'Linear') for x in C.active_object.active_material.node_tree.nodes if x.select and x.type == "TEX_IMAGE"]
Some how next day it worked again… spooky.