Post #2483: ![](https://blenderartists.org/user_avatar/blenderartists.org/roaoao/48/37600_2.

📋 Metadata

🏷️ Tags

intermediate macro python-scripting unsolved

  • 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)

🔗 View on Blender Artists