Skip to main content

All Questions

Tagged with
0 votes
1 answer
59 views

Show keymap on button in N-panel

I want to add an operator label that will show the keymap for the given operator. How can this be done if operator is in N-panel? If operator is added to the Object menu, then the keymap will be ...
Pavel_Blend's user avatar
0 votes
1 answer
137 views

Change the resolution scale on the fly by shortcuts?

ctrl + alt + Q and ctrl + space are great Shotcuts! When I maximize the Outliner for example I would prefer a 2.0 or 1.5 resolution scale. Or ingeneral when I maximize a window a changed ...
Stefan Heller's user avatar
1 vote
2 answers
235 views

How to select multi particle systems and modify their properties together

I noticed that we couldn't multi-select particle system, so I could not use copy_to_select button. Is there a way to select multi particle systems and modify their properties together(e.g. render_step)...
Tac's user avatar
  • 85
1 vote
0 answers
133 views

How to use bpy.ops.object.transfer_mode() API?

I'm a beginner :( The purpose of these codes is to make the shortcut "alt+q" have different Operators under different "C.object.types", but "bpy.ops.object.transfer_mode" ...
WilliamZook's user avatar
1 vote
0 answers
77 views

Create addon with no initial keyboard shortcut assigned

From the example here I can create the addon which allows a custom key map ...
Ghoul Fool's user avatar
0 votes
2 answers
43 views

Is There A Customizable User-Defined Button Tray?

Does Blender have a built in tool, or is there an addon (or addon/ui designer) that would allow me to have a button tray with user-defined buttons? Basically I would like to have a tray with specific ...
Vita's user avatar
  • 1
0 votes
0 answers
122 views

Keyboard shortcut set using python disappears when blender is reopened

I set a blender shortcut for a custom operator in my addon using the code described here: Create keyboard shortcut for an operator using python? When I install the addon the shortcut is registered and ...
shreya6064's user avatar
4 votes
1 answer
1k views

Detect user event (bpy.types.Event) anywhere from blender?

In blender interface, when multiple objects are selected if we press "ALT" on the keyboard while changing a property, the behavior of the property execution change (in this case we can batch ...
Fox's user avatar
  • 1,942
2 votes
1 answer
397 views

Missing 'add shortcut' entry in addon

I'm fiddling around with an add-on to set Vertice Axis, and the add-on seems to work. The addon creates a button in Tool Panel, and a menu entry in Mesh-Vertices. The Problem is the missing 'add ...
UncleTeo's user avatar
  • 359
1 vote
1 answer
702 views

Python Scripting, add hotkey with map type Mouse?

I want to add a hotkey by script. The regular Addon tutorial mentions how to add a normal hotkey. But i need a Map Type Mouse, left mouse button, with holding down a modifier key. And i run into ...
Tiles's user avatar
  • 2,028
0 votes
0 answers
68 views

How to trigger script after changes in graph editor? [duplicate]

I'm improving upon the motion path in Blender. As it is now, the motion path is something that needs to be calculated for each bone, then updated manually. I want to make the motion path (for the ...
Humilton's user avatar
  • 2,127