Skip to main content

All Questions

Tagged with
3 votes
1 answer
63 views

possible to change sub-shortcuts of basic tools like 'move' [bpy.ops.transform.translate]?

Hello Blender Community! I'm an experienced 3D artist, and I am trying to switch to Blender completely now. For this, I'm converting many tools I gathered from 3D Software like Maya/3DsMax or ZBrush ...
Martin H.'s user avatar
0 votes
1 answer
22 views

Transform modal Map modified trough addon keymap?

I'm making an addon that has some remapping of the key configurations. How would you guys edit the transform modal map trough code? I want Y axis to be overriden by Space and ⇧ Shift + Space These are ...
GabrielJST's user avatar
0 votes
0 answers
12 views

Addon or Script to Cycle Snap Type via Keymap?

I have been doing a lot of work recently in blender where i am constantly cycling between Face, Edge and Vertex Snapping, i wondered if there was a way to Cycle through the 3 options with a keymap (...
Alex Doran's user avatar
0 votes
1 answer
59 views

Multiple Function Accelerator Hotkeys

Is it possible to have a multiple letter hotkey while simultaneously having a multiple function activated within Blender? For instance, say I want the letter a to activate something, and then the ...
Increality's user avatar
0 votes
1 answer
82 views

Keymaps for pie menu addon not being added regardless of method used

Blender Version: 3.6.5 from Steam i'm currently working on an add-on for a pie menu, currently none of the methods i could find online nor my own mixes of those seems to work keymaps are not being ...
user avatar
2 votes
1 answer
102 views

How to get "List of all Spaces" in Blender with Python

I want to let user change the "keymap space" at real time. I know, bpy.data.window_managers['WinMan'].windows[0].screen.areas Which gives the list of ...
Mohit Saini's user avatar
1 vote
1 answer
77 views

Setting a shortcut to split the current screen in half using screen.area_split

I'm trying to set a key bind to activate the screen.area_split so that I don't have to use the mouse, and instead splits the screen 50/50 down the middle. Does ...
SammoMcAwesome's user avatar
0 votes
1 answer
128 views

How to change a 'keymaps_items' property using Python

I try to change the properties value, but it's not working in the console: ...
WilliamZook's user avatar
1 vote
1 answer
143 views

How to get that pretty key name that Blender shows in a keymap button?

Is there a way to get the complex label that Blender shows for keymap items, when the only thing I have is the key type for that keymap? That is, getting the "Spacebar" string, when all you ...
R. Navega's user avatar
  • 516
1 vote
1 answer
56 views

Batch / string commands together. (cursor to selected, then set orgin to 3D cursor)

Is there a way to batch / string commands together. The commands I want to execute right after each other is (Cursor to selected, then set origin to 3D cursor) I would like to just select the faces of ...
Rick T's user avatar
  • 4,543
1 vote
1 answer
209 views

Keymaps added with python don't work in addon `__init__.py`

For the life of me I can't figure out why this is happening. I have an addon I wrote, nothing terribly complicated, just some pie menus and custom operators. I store the kwargs for the keymaps in a ...
Jakemoyo's user avatar
  • 5,522
3 votes
1 answer
467 views

Is it possible to set specific space area types with hotkeys?

For example, I'd like to set a custom hotkey to change a window to shader editor specifically. The way it works right now is that you have major types of area types ...
AlexM's user avatar
  • 356
1 vote
2 answers
383 views

How to detect events in modal by keymap

Root problem: I have a modal for the 3DView where I want to allow users to use any 3DView navigation input (pan, zoom, FPS walk) via {PASS_THROUGH} but no other ...
S. Magnusson's user avatar
  • 1,513
1 vote
1 answer
433 views

How can I add a new menu to the shader editor with a shortcut?

am trying to add a menu into the shader editor that can be accessed by SHIFT Q shortcut, if i add the same menu in the 3d viewport it works but not in the editor my code ...
businge ismail's user avatar
0 votes
0 answers
94 views

how to define values for a keymap with script

I'm very new to blender scripting my question is first of all what are these called in the red area in picture? when I hover the mouse over them it doesn't show anything so I can look it up and how ...
MohMehdi's user avatar
  • 490