Skip to main content

All Questions

Tagged with
0 votes
0 answers
18 views

How to reach Specific Node Tree's Features on Panel? (Bump, Image,..vs.)

Hey guys I'm working on Material Management on 3D UI Panel. But unfortunately I stuck somehow and don't find any answers: How to reach a specific node tree's some vector or image features with name: ...
H3pron's user avatar
  • 106
1 vote
1 answer
68 views

How to open an image in UV Editor via Script?

I'm trying to open an image through this UI element via code, but Blender info doesn't return all the necessary steps to do it. All it shows is this function which does not load the image and assign ...
Alexandre Leles Sousa's user avatar
2 votes
1 answer
1k views

How to open an image editor window and display an image file in it?

I'm looking to open a new image editor window and display a new image from a file in it -- all via python script. What is the best way to do this? Searched but only found how to load and display an ...
chippwalters's user avatar
1 vote
1 answer
730 views

How do I get a popup UV Image Editor and force it to show the Active Paint Slot?

This is a question that is an aside from my previous question of How to get name of image corresponding to active paint slot? And in that question, I was looking to ultimately arrive at an Image ...
Craig D Jones's user avatar
1 vote
1 answer
656 views

How can I change blender´s 2.78 splash screen?

I´m following this guide: https://wiki.blender.org/index.php/Dev:Doc/Building_Blender/Windows/msvc/CMake and so I got all the files for blender and I´m ready to change the splash screen on Blender 2....
Pierre Schiller's user avatar
5 votes
2 answers
2k views

Add an image import button in addon

I have been writing an addon that utilizes an imported image. So far the only way to import was to to to the UV/Image Editor and import the image. Then copy the name of the imported image to a text ...
doomslug's user avatar
  • 1,819