Skip to main content

All Questions

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
0 answers
42 views

Add icons (properties/operators) to Blender's Outline?

I'm trying and wondering if its possible to add new icons (to trigger properies or operators) in the Blender's Outline showing all the objects in the scene. I mean adding new properties/operators in ...
Ommadawn's user avatar
  • 648
2 votes
1 answer
89 views

How to make popup auto adjust width?

I want my popups to be wider to fit the label but it seems it is limited to this width as shown with a label with ellipsis. How do I make it wider? I tried ...
Megan Love's user avatar
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
0 votes
0 answers
50 views

Showing (and modifying) a Color Ramp in addon's menu?

I've seen this post from 9 years ago and I'm asking it again because is possible that things have changed (I hope) when it comes to work with color ramps. I'd like to display and modify a color ramp ...
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
38 views

Prevent that changing an Operator's property retriggers the operator?

I'm making an operator that has the bl_options = {'REGISTER','UNDO'} in order to call the undo menu. Since my menu's draw() is ...
Ommadawn's user avatar
  • 648
5 votes
1 answer
135 views

Align & Scale Light (Portal) to Face

I am an ArchViz artist and during my work I often have to do this tedious task manually: Setting up light portals to align exactly with the window pane mesh. First I have to snap it to the window pane,...
oeri's user avatar
  • 65
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
0 votes
0 answers
50 views

Drawing Gizmo in 3D Viewport while operator's panel is showing?

I'm working in an operator that has as properties a point (Vector) in the 3D space and a radius (float). I'd like to show in the viewport some kind of circle/sphere with that position and its radius, ...
Ommadawn's user avatar
  • 648
1 vote
1 answer
326 views

Update/refresh manually Blender's interface?

I need to manually refresh Blender's window/interface. I'm working in my Addon's preferences, and I have an operator that modifies how things are drawed in a certain panel. I'd like to those changes ...
Ommadawn's user avatar
  • 648
0 votes
1 answer
79 views

How can I change PropertyGroup properties (IntProperty, FloatProperty etc) after Operator executed using the PropertyGroup?

How to make changes in the last action menu affect the operation with properties passed in, like if I change them in the ...
Void's user avatar
  • 25
0 votes
0 answers
31 views

Assign the trim_lasso_gesture operator to a custom panel

I am currently working on an addon that should provide the user with different build in operators of Blender via a custom user interface. For this I need a panel, where the user can use the operator ...
lcs's user avatar
  • 1

15 30 50 per page