Skip to main content

All Questions

Tagged with
3 votes
2 answers
80 views

Interface Panel not Updating correctly

i'm currently trying to add presets to the addon i'm developing, while creating and loading those presets works fine, updating the values in the panel that the properties are used in does not work in ...
Chris's user avatar
  • 865
1 vote
1 answer
37 views

How to Align Icon to the Right in Blender Panel Header using python?

I’m trying to customize a panel using python in Blender 4.1, and I want to align an icon to the right side of the panel header. (like this) I’ve tried a few approaches, but I can’t seem to get it ...
VxQtW-1's user avatar
  • 13
0 votes
1 answer
53 views

Is possible to execute an operator (OT) from code and SHOW its UNDO panel?

Hello folks I'm trying to execute an operator from code (like calling bpy.ops.my_operator()) and I'd like to show its UNDO-REDO panel. (The OT's panel is showing as ...
Ommadawn's user avatar
  • 648
1 vote
0 answers
33 views

Do not show X (clear button) in prop_search?

I'm making an operator that uses the UNDO panel. In that panel, I'm showing a prop_search to select a vertex group: The problem: I've found that X button that ...
Ommadawn's user avatar
  • 648
1 vote
0 answers
74 views

How to execute a code after an operator has been executed?

My problem: I need to execute a code after an operator has finished. The operator is a non modal operator with the UNDO option to show the operator menu with its ...
Ommadawn's user avatar
  • 648
0 votes
0 answers
21 views

Drawing folding/collapsible sections in an Operator's Undo panel?

I'm making an operator that is getting big in terms of properties and options. I thought about separating those properties into different kind of tabs that depending the selection, X or Y properties ...
Ommadawn's user avatar
  • 648
1 vote
0 answers
36 views

Iterate over all panels in screen?

I have a timer that is running in the background. I'm trying to identify the running operator by its panel, so when that operator's panel goes away, I execute some code. I thought about iterating all ...
Ommadawn's user avatar
  • 648
1 vote
1 answer
98 views

My UIList does not scroll down in version 3.3.6

I wrote an addon with several UI Lists. In Blender 3.2, I had no trouble scrolling down the list if it became longer than the box on the screen. However, I recently switched to Blender 3.3.6 and I ...
SJK's user avatar
  • 181
0 votes
0 answers
85 views

Access the parent Panel from a context menu?

I have a created a context menu. I'd like to only show this menu when it's called within a specific Panel. How many I get the Panel in which the context menu is being drawn? I have tried ...
Dr. Pontchartrain's user avatar
1 vote
1 answer
185 views

Blender outliner Context Menu entry

I want to add an entry in the object context menu of the outliner. I tried with bpy.types.OUTLINER_MT_context_menu with no results. Any idea how i can do that ? ...
Revln9's user avatar
  • 207
2 votes
4 answers
593 views

How to pass text argument to a popover panel?

In the example below I have 3 instance of a same popover panel class i want to pass a string argument to these panels, so they each display different text, without creating 3 different panel how can i ...
Fox's user avatar
  • 1,942
1 vote
0 answers
352 views

How do I pass a CollectionProperty from a Panel to an Operator sto create general classes for UIList

I want to put multiple UILists in my addon. I started off with the example discussed here: https://sinestesia.co/blog/tutorials/using-uilists-in-blender/ I am storing each list in a scene custom ...
SJK's user avatar
  • 181
4 votes
1 answer
623 views

Draw Boolean property as a button without a icon

So here is a example Panel and adding a boolean, ...
Yuneth Alwis's user avatar
1 vote
1 answer
74 views

Is it possible to load custom fonts for a custom panel only?

I would like to load a custom font specifically for one custom panel. This maybe impossible but I just want to know.
Yuneth Alwis's user avatar
4 votes
2 answers
821 views

How to display a fixed list of RGB values in a panel and when a color is clicked call an operator

For clarity, the previous question I asked was closed so I made this one, its now reopened and both are asking basically the same question. I have a fixed list of RGB values which I want to display to ...
CybranM's user avatar
  • 423

15 30 50 per page