Skip to main content

All Questions

Tagged with
3 votes
1 answer
2k views

How to load and display an image in the image editor using python?

How could I load an external image and display it in Image Editor automatically? Basically the same as when rendering an image and displaying the Render Result. I'm already able to load the image ...
SpAiK's user avatar
  • 63
1 vote
1 answer
697 views

Python - Writing a custom image / texture importer

I've been working with Blender 2.79 for some time now, and I'm in the process of writing a plugin for it. I've mostly figured out writing a custom Operator class that adds itself to the "File > Import"...
Codesmith's user avatar
  • 347