krzysiuup
krzysiuup

Reputation: 11

Set active image in UV Editor for certain object in Blender 2.78

Currently I am writing a script for blender which imports model saved in custom format. My problem is that I want to set active texture in UV Editor using Python. When I hover the button which allows me to select image I want to show in UV Editor, there's no python function name on the tooltip. Is there any way to set another image to each object? When i tried to use this method the image was present in image editor, but after i select certain object and then i select all his faces, there was no image in the editor.

P.S. Sorry for my bad english. If you don't understand something, just ask me.

Upvotes: 1

Views: 1539

Answers (1)

ofir dubi
ofir dubi

Reputation: 533

I had a similar problem, this post on the Blender stack exchange board solved it for me.

Upvotes: 1

Related Questions