Skip to main content

All Questions

0 votes
1 answer
43 views

Is there a way to change the active texture in texture paint mode using Python?

Is there a way to access the variable that is responsible for the active texture of a certain material for texture painting and change it? It is better to use the image variable itself and not an ...
Golden Dragon's user avatar
1 vote
1 answer
276 views

Fill image problem with generated_color in python, into paint workflow

After creating a new image,i know that D.images['my_image'].generated_color = (1,1,1,1) It makes the image all white, in short, it fills it ...
Noob Cat's user avatar
  • 1,269