Skip to main content

All Questions

1 vote
0 answers
52 views

How to get a menu with a list of scenes (for Pie Menu Editor, preferably)

I want to easily switch between scenes using Pie Menu Editor to get a list of scenes in the project. I found bpy.context.window.scene, one that outputs a menu. I would like a clickable list in the ...
gkhwvjxtc's user avatar
  • 103
3 votes
1 answer
1k views

Pie Menus with custom positions

Normally when you make your own pie menu the position of the buttons, whether they are on the east, west or whatever position is defined by the order you call them in the draw function. ...
Lala_Ghost's user avatar
0 votes
1 answer
329 views

Blender Pie Menu help

I decided to try and write an addon in Blender for a school project. I am 100% new to the Blender api and I am trying to get my bearings from the api docs. The below code works sometimes and most ...
D_Ham's user avatar
  • 11
1 vote
0 answers
49 views

How to control the angle of pie menu?

I have made a pie menu like this for my own usage But actually I want it to be like this: Are there any way I could do it?
Thaina's user avatar
  • 121
1 vote
1 answer
87 views

Why is Pie empty when no object in layer

Everything works perfect as long as the layer has an object, otherwise the Pie menu will be empty. Is that because I have a camera command in the pie and no object is present that could be used for ...
Claas Kuhnen's user avatar
  • 1,737
0 votes
1 answer
652 views

How to combine row + columm in a pie box?

I assumed with defining each layout type I could stack a line of row above a set of columns but it seems not to work. You can see that the column is at position 8 and not below the rows at position 2. ...
Claas Kuhnen's user avatar
  • 1,737
0 votes
0 answers
41 views

Is it possible to decide where menu is drawn next to pie button?

I would like the menu to showup left to the pie button and not right. Is that possible? pie.menu("edge.menu2", text="Edge Menu")
Claas Kuhnen's user avatar
  • 1,737
2 votes
1 answer
336 views

Possible to combine a pie.operator and box.operator together?

Would it be possible to have pie operators along all 8 pie positions and below pie 2 have a column of box operators?
Claas Kuhnen's user avatar
  • 1,737
1 vote
1 answer
839 views

How to properly overwrite Blender default keys with Pie Menu hotkeys

I struggle understanding how to properly overwrite Blender's default keys. Here are two PIE keyconfigs. S works perfect. But A does not work. I have to add SHIFt ALT and such to overwrite default ...
Claas Kuhnen's user avatar
  • 1,737
0 votes
2 answers
125 views

Correct code for: set Snap to Pixel = True/False as Pie menu in UVEditor

I try to figure out how via a pie command one could set the "Snap to Pixel" = true or false inside the UV editor and struggle with finding the right way to write this as a code instruction. For the ...
Claas Kuhnen's user avatar
  • 1,737
0 votes
0 answers
44 views

When calling a Pie is it possible to do multiple LMB licks before it goes away?

for example when you include a menu with multiple options in a pie and you want to click two. After each LMB click the pie goes away, so you have to call the pie menu twice.
Claas Kuhnen's user avatar
  • 1,737
0 votes
1 answer
986 views

what makes a Pie menu stay or instantly go away when releasing mouse and keys?

I encounter the issue that in my pie the RMB Pie stays open when releasing keys and mouse while the LMB Pie closes instantly I release a key or mouse buttong. I have no idea what triggers this. ...
Claas Kuhnen's user avatar
  • 1,737
0 votes
1 answer
553 views

Struggling with Layout element order of Pie menus

I am sensing that there is an order or format issue in my script. The following sequence results into this pie layout with the two last commands starting at the 2 position. ...
Claas Kuhnen's user avatar
  • 1,737
1 vote
0 answers
67 views

Is it possible to remain in Pie menu after clicking a check box?

Everytime you click a checkbox in a Pie menu or use a slider the Pie menu goes away and you have to call it again. Is there a way remain in it?
Claas Kuhnen's user avatar
  • 1,737
4 votes
1 answer
686 views

Is it possible to execute two functions on a Pie button via an additional key pressed?

The mesh hide has two options, hide selected or hide non selected. So you need two buttons, but could it be possible to simply call the pie menu and then with an addition button pressed lets say RMB ...
Claas Kuhnen's user avatar
  • 1,737

15 30 50 per page