Skip to main content

Unanswered Questions

4,346 questions with no answers
9 votes
0 answers
250 views

Play/animate images, spritesheets or video files in 'template_icon_view'

I want to "play" some animation in this UI space, the template_icon_view: I can load all the images I want, for example: I know that the gif format is ...
8 votes
0 answers
303 views

how to write a custom projection type?

Is it possible to create a lens shader with EEVEE/Cycles ? I'd like to have the control over the camera position and the ray direction per sample. This allows to simulate various conventional lens ...
8 votes
0 answers
892 views

Operator tooltip from layout text

The concept is to make a panel layout that emulates the workspace (screen) layout. While testing I have set all the buttons to be the Splash Screen operator. An image of how this looks for five ...
8 votes
0 answers
367 views

Blender on Windows is skipping python script. (brenda on windows)

We've been using Brenda for quite some time now for rendering architectural stills. Since our editing stations are doing nothing at night, I started making a desktop app that allows you to pick jobs ...
7 votes
0 answers
816 views

Scale operator icon OR make template_icon clickable

I am trying to present the user with a gallery view to select a item from the thumbnails. Ideally, they click a button, are presented with the gallery view, and with a single click choose the item. I ...
7 votes
0 answers
645 views

Update function for NodeSocket?

How do I set a callback for socket input change (value or link change) when having a custom node? I have a socket defined like: ...
7 votes
0 answers
640 views

Is there a low level alternative for bpy.ops.object.convert(target='CURVE')?

(Note: Somebody asked there nearly the same question as me and got a very nice answer. However, this was to convert an object to a mesh. I have exactly the same context as this person but I want to ...
6 votes
0 answers
475 views

How do I change the width of the Adjust Last Operation panel?

I've done this simple operator taken from templates. How can I change the width of the Adjust Last Operation panel? I tried scale_x and ...
6 votes
0 answers
718 views

Is there a low level alternative for bpy.ops.mesh.separate()?

I am dealing with a great model, I have a problem, I want to divide it by parts, but bpy.ops.mesh.separate(type = 'LOOSE') seems to have a big problem, that is not ...
6 votes
0 answers
526 views

Can I measure the UI font size with Python in order split text into multiple lines?

Is there any way to get the size of UI text, such as when using layout.label(text="message")? I'm trying to create a simple message box popup that displays ...
6 votes
0 answers
1k views

Can Blender automatically reload external script files when they are changed?

I came across this question: Is it possible to run a script from an external editor without reloading the file? Which also was asked over here in a similair format: Workflow for developing add-on/...
6 votes
0 answers
386 views

How to store rendered image as an nd array without saving the image in blender python?

After rendering using bpy.ops.render.render() to render the image. How do I store it directly to an nd array without actually saving the image and loading it back. I noticed that after rendering. ...
6 votes
0 answers
997 views

accessing Blender objects from external Python IDEs

I would like to manipulate Blender objects from Spyder (not using the internal Python editor). Basically I would like to have Blender running and Spyder running as well, and then interactively access ...
6 votes
0 answers
533 views

Does anyone have an example of template_curve_mapping?

I'm doing some test with template_curve_mapping. I have write this code: ...
6 votes
0 answers
693 views

Hide filter options in UIList

I want the UIList to not show the filter options (inkl. the plus button). I've use following flag: self.use_filter_show = False The flag disables the filters ...

15 30 50 per page
1
2 3 4 5
290