Skip to main content

Unanswered Questions

1,971 questions with no upvoted or accepted answers
3 votes
0 answers
79 views

Specify the order of execution for a Blender plugin and an external script?

I'm trying to use an external script at the same time with a Blender plugin but I am having a few issues because I believe the script is being computed/processed before the plugin and for this ...
3 votes
0 answers
4k views

Add Custom Properties using Python

I am trying to create custom property for an object of type float array. I tried simply adding a key value pair to object as: ...
3 votes
0 answers
105 views

Msgbus - Subscribe to Modifier Changes

I'm trying to subscribe to changes on modifiers of the active object? I am not very comfortable with the message bus system, so I wondered if this is a limitation of msgbus or if a different path ...
3 votes
0 answers
118 views

How to efficiently add approximately 30000 correctly oriented cylinders into blender via Python

I am working on an illustration for my PhD thesis that will show all interactions commonly included in the molecular quantum Hamiltonian operator. My idea is as follows: Add all nuclei as ico spheres ...
3 votes
0 answers
1k views

Why is area.type None when starting Blender + script from CMD?

coders! I get an unnerving error im my python script when running blender 2.91 (same for 2.92) from the command-line under windows 10 and executing a python script on the blend-file with the ...
3 votes
0 answers
493 views

template_search : How to properly use it with custom Collection Property?

As I said in Title how template_search and template_search_preview works? Edit: I want to use template_search to give search functionality. Currently I'm using <...
3 votes
0 answers
220 views

Aperture Science portals using OSL

I am wanting to create Aperture Science style portals, And I’m aware of various compositing techniques to do this, but to make it more flexible I am thinking about using Open Shading Language. I do ...
3 votes
0 answers
607 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: ...
3 votes
0 answers
139 views

How to load custom icon into 2d gizmo in Blender?

I would like to load custom icon for a button displayed on 3d View (GIZMO_GT_button_2d) in my add-on. Looks like "icon_value" way does't work here - it works only in panels. Is there any ...
3 votes
0 answers
623 views

How to create a dynamic UI-list similar to the outliner

I'm currently trying to create sort of a "navigation" UI list with the parent/child concept like the outliner or any classic folder navigation. But I'm stuck at the part where I need my ...
3 votes
0 answers
409 views

Change image "Color Space" setting from script

I`m loading some images from script and I need to be able to change their "Color Space" setting from python. Some of the images are normal maps and it took me a while to get what was going ...
3 votes
0 answers
279 views

How to access hidden value in Uvmap (UVWT)

I got a really specific question for an expert. I learned recently there is no such thing as Vector 2 in a graphic shader. Every Vector is in reality a Vector 4. Like vertex colors are not just Vector ...
3 votes
0 answers
101 views

Persistence of element tag and select using bound bmesh

For bmesh code I often used tag to flag a visited element. On noticing the tags persisted it was required to "detag" the entire bmesh element collection ...
3 votes
0 answers
245 views

How can I activate various eyedroppers using script

Now, in order to find an eyedropper I have to click a tiny button, scroll, click another tiny button, click the eyedropper, and THEN I can finally pick a color. I'm aware that with 'E' I can shorten ...
3 votes
0 answers
226 views

How to get all Properties of an Operator

I want to show all properties of an operator in a panel or dialog and use them to execute the operator. For Example the transform.resize (TRANSFORM_OT_resize) ...

15 30 50 per page
1
3 4
5
6 7
132
-