Skip to main content

Questions tagged [panel]

A panel is a user interface organization element. It provides categorization by separating displayed elements

Filter by
Sorted by
Tagged with
1 vote
0 answers
14 views

IntProperty in panel without key/animatable (dot) icon

Developing an addon for blender. how can I remove the animate(keyable) symbol right here as arrow2 shows ? I have another addon that somehow IntProperty (as arrow1 shows) does not have that animatekey ...
Zen Of Kursat's user avatar
0 votes
0 answers
21 views

draw() not called on a Panel when X-axis mirror button is clicked [closed]

Here's minimal example. When you click the 'X' mirror button in the 3D View header, the draw method is not called, so the panel is not updated. But draw is called when changing the mode. How can I get ...
m35's user avatar
  • 1
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
1 vote
1 answer
38 views

How to exposure render settings to addon panel?

I want to exposure render settings, specifically, Frame Rate, Resolution X and Resolution Y to my addon panel for convenience, I tried: ...
baby boss's user avatar
  • 115
1 vote
0 answers
24 views

Which way to dynamically change the content of the panel is better:: if-else or subpanels_with_poll?

I want to dynamically change the content of the Panel.(Template_icon which depends on selected object) I found two ways to do this. if - else ...
Cyril's user avatar
  • 21
1 vote
1 answer
26 views

Adding a color field in the addon Panel

I wanted to add a color field to my Blender addon panel, with which I can adjust the color input of a Principled Volume node. But i´m struggling, how I can insert such a color field there and ...
VICUBE Animation's user avatar
4 votes
1 answer
159 views

How to validate a float input to 2 precision in panel?

I'm trying to validate the inputs in a FloatProperty and make sure precision is always up to 2 decimal places. Apparently ...
Megan Love's user avatar
3 votes
2 answers
154 views

How to add click event listener to button operator?

How do you add a listener to a button? I need to handle something in the panel once a button is clicked but I don't know how to add this click event listener. import bpy ...
Megan Love's user avatar
0 votes
0 answers
29 views

row.operator() pass an argument to the called function [duplicate]

I had this working for Blender 2.x long ago but I'm unable to get that old script to work in 3.x and 4.x. All I want to do is create a panel with buttons. The buttons, when clicked, do execute the ...
NoRev's user avatar
  • 1
0 votes
1 answer
50 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
0 votes
1 answer
77 views

Create a custom UI for assigning textures to objects

I'd like to create a custom user interface for assigning textures/images to a custom object type. So far I managed to create a file selector. However, I can't seem to find a way to create and update a ...
Midas's user avatar
  • 145
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
73 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
1 answer
33 views

How can I add custom section panel to the Texture Paint Properties?

I’m trying to add custom panel to the Texture Paint tools on the Properties tab, it’s suppoesd to be a simple task, but from some reason it’s doesn’t really work. I think the problem is on the ...
Golden Dragon's user avatar

15 30 50 per page
1
2 3 4 5
17
-