Post #640: Another one: Is it possible to have one slider for pressure and one slider for b
📋 Metadata
- Author: HokusPokus
- Date: 2017-05-07 15:16:28
- Type:
question - Quality Score: 6/10
- Reply to: post_00638
- Replies (1): post_00641
🏷️ Tags
pie-menu hotkeys configuration intermediate unsolved
⚙️ Related PME Features
- Pie Menu Editor
- Stack Key Editor
- Python Scripting
- Hotkey Configuration
💬 Content
Another one: Is it possible to have one slider for pressure and one slider for brushsize even though they’re set to individual settings?
I used the F key for size but it throws some serious lines of code each time it’s invoked.
-Edit 17-05-08:
Think i found someting: Using RMB and two pie menus, one of the menu’s with single RMB click the other one with RMB+hold, only RMB+ hold is invoking it’s menu. I have tried to set the hold timeout to 900ms(?) wihtout any difference.
Using Doubleclick works to have them both displaying
---- Edit 2: Feature Request(ion)
Would it be possible to run “stack-key” scripts from command-line with Mouseover functionality?
Meaning when using stack-key script to call menu’s from a command in PME
Using this with Blender native menu’s is so convenient.
Also i’ve been trying out the codesnippets you posted earlier
Vertex Mode:
Code:
return C.scene.tool_settings.mesh_select_mode[0]
and trying to understand how it’s meant to be implemented. I’m having no troubles atm to gain access to either vertices, edges or faces function in Editmode… perhaps this is meant to work in another way?
Cheers