ephtracy/ephtracy.github.io

Feature request - Hotkeying more functions

DimasVoxel opened this issue · 3 comments

There are multiple functions like voxel brush resize (alt + ctrl) or 2 Axis drag that is only available in Transform -> Move (alt + ctrl)

My plea would be the possibility to set them as permanent global shortcuts instead.

I would also love to have more hotkeys for basic tasks. For instance moving a selection along an axis or switching between models in a project via hotkey would enable me to batch process a workflow by using macros, which I have to do by hand for now, because of mouse controls.

@filippaulkrause

I would also love to have more hotkeys for basic tasks. For instance moving a selection along an axis or switching between models in a project via hotkey would enable me to batch process a workflow by using macros, which I have to do by hand for now, because of mouse controls.

You already can by using this command; olevel -1 | onew | odel | olevel +1 | order -2

You can also do more stuff in one pass by doing this: olevel -1 | onew | odel | olevel +1 | "another commmand here" | order -2

Example commands: olevel -1 | onew | odel | olevel +1 | rot90 x | order -2 <- Rotate object by 90 degreen on the x axis

Though this only allows you to progress forward through the list not backward and you cannnot detect the end
Video example: https://imgur.com/a/4J1KS5f

that's great! thanks for the input, will check this out tonight