Skip to main content

All Questions

0 votes
1 answer
104 views

Scripting which image is active in Single Image Paint mode?

i'm doing some scripting with the texture paint mode, basically calling bpy.ops.paint.project_image on multiple layers. It's working fine, except I can't figure out ...
Joel Davis's user avatar
4 votes
1 answer
559 views

Blender 3 scripting: texture drawing

How do I instantiate objects in Blender 3? I am trying to programmatically draw on a mesh's texture. According to the docs, the function to call is ...
user2971878's user avatar
3 votes
0 answers
603 views

Texture Painting in Blender with Python script

I can Sculpt using Python but am having trouble getting Texture Painting to work. Here is a working example of Sculpting: ...
Jake's user avatar
  • 31
0 votes
2 answers
305 views

Radius and strength sliders in pie menus

How do I add the sliders (radius, strength)in texpaint to a pie menu ?
Retrax's user avatar
  • 1,520
1 vote
0 answers
124 views

where is the texture paint image hiding?

How can I extract the Image(ID) I paint on from Material(ID) of the object? I've tried: bpy.data.materials['Material'].texture_slots[:] But I can see only the ...
user1095108's user avatar