Skip to main content

All Questions

Tagged with
2 votes
0 answers
171 views

Use batch generated preview images for template_icon_view

I want to build some sort of library(like Pro Lighting for excample) for the products of a customer. Since the products only have product numbers, I would like to include the batch generated preview ...
Johannes Riegraf's user avatar
2 votes
0 answers
568 views

How to script Blender drag and drop texture image replacement

I am trying to work up a script that takes an object that already has an image texture, and replaces the image that is in the texture with an image that is dragged into Blender from my computer. In ...
Dassie's user avatar
  • 375
3 votes
1 answer
367 views

Is there an efficient way to scale UVs on many objects at once?

I've got a single texture that a couple dozen mesh objects are mapped to different bits of. I'd like to say, double the height of the texture so I have room to add some more things, which would ...
Weaver's user avatar
  • 637
8 votes
1 answer
4k views

How to create an Empty of type Image and assign a picture with Python?

How can an Image-Empty be done with Python? And how to set an image file on it? Object.data is None for empties, and there is ...
CodeManX's user avatar
  • 29.4k