Post #2483: : post_02485
🏷️ Tags
intermediate macro python-scripting unsolved
⚙️ Related PME Features
- Macro Editor
- Python Scripting
💬 Content
roaoao:
bpy.ops.image.save_as(override_context(‘IMAGE_EDITOR’), save_as_render=False, filepath=“texture.png”, relative_path=True, show_multiview=False, use_multiview=False)
Thank you so much for the thorough response!
I couldn’t figure out why this isn’t working though:
L.template_list("TEXTURE_UL_texslots", "", C.object, "texture_slots", C.object, "active_texture_index", rows=1)