A compact collection of useful shortcuts, tips, and workflows for daily production.
- Blender
- Plasticity
- Substance Painter
- DaVinci Resolve
- ComfyUI
- Windows
- MacOS
- Command Line (CMD & PowerShell)
- Notepad++
- VScode
- General Tips
-
Alt + Q β Switch between shapes (Press in weight paint mode or in edit mode to switch between shapes. Press ALT hover over another mesh and press Q)
-
Shift + R β Repeat last operation
-
Ctrl + Shift + R β Korean Bevel
(Creates two proportional loop cuts around an edge) -
Ctrl + Space β Fullscreen current editor
-
Window β New Window β Open a separate render window that stays on top
- Alt + D β Open interpolation menu (Graph Editor)
- Shift + E β Set in-between pose (animation)
- Ctrl + E β H β Clear Sharp edges
- Ctrl + H β Hook to object
- Select edge/vert + V β disconnect edge/vert
- Ctrl + Alt + C β Copy attribute (Object / Pose) (This is a custom shortcut I use to preserve Ctrl + C for standard copy, while still being able to use the Copy Attributes Menu add-on. Since the add-on uses the same shortcut by default, I reassigned it to Ctrl + Alt + C.)
-
ALT + LMB β Select one bone from overlapping bones
Shows a list of bones when several overlap; choose the specific bone you want -
SHIFT + ALT + LMB β Add one bone from overlapping bones to selection
Shows the same list, but the chosen bone is added to the current selection without deselecting others
- Ctrl + B β Create custom packing region
- Ctrl + Alt + B β Clear custom packing region
- Alt + S β Switch texture channels
- Ctrl + Shift + Click β Preview node output
- Ctrl + A β Adjust skin radius scale
- Alt + S β Smooth skin result
- place before Armature Modifier - lumpy mesh πΆβπ«οΈ
- place after Armature Modifier - smooth mesh π
To bake from high-poly to low-poly with different UVs:
- Bake: Diffuse
- Disable Direct and Indirect
- Enable Selected to Active
- Set Metallic = 0 on source material
Metallic values above zero may cause very dark textures.
in finder press CMD + SHIFT + G in following window paste this ~/Library/Application Support/Blender/5.0(or your version)/config
that is a config folder that contain all blender configurations. This folder can be saved as a backup
select your objects\bones\ets in the Outliner, Posemode or 3D Viewport, then press Ctrl + F2(WIN)/CMD + F2 (or go to Edit > Batch Rename)
- J β Join
- F β Quick menu (similar to Shift + A in Blender)
- Shift + J β Patch (creates surface from selected curves)
- 1 / 2 / 3 / 4 β Selection modes
- Ctrl + 1 / 2 / 3 / 4 β Convert selection
- Q β Boolean operation (cycle Join / Cut / Intersect)
- . β Isolate mode
- / β Focus view
- Ctrl + R β Loop cut
- Tab β Switch direction
- Shift + Scroll β Change cut count
- Alt + Shift + drag LMB β Align camera view
- Ctrl + move right\left RMB β Brush size
- Ctrl + move up\down RMB β Brush hardness
- Ctrl + move right\left LMB β Brush flow
- Ctrl + move up\down LMB β Brush rotation
- Shift + move up\down RMB β HDRI rotation
- Shift + move up\down LMB β Draw straight line
- Alt + Y β Select all clips after playhead
- Ctrl + Y β Select all clips before playhead
- Ctrl + Shift + < β Move clip left and swap
- Ctrl + Shift + > β Move clip right and swap
- (clip shoul be deselected in UI) Alt + left click + move β Duplicate only selected part of linked clip
- Ctrl + Enter β Queue prompt
- Shift + Enter β Queue without clearing
- Ctrl + . β Stop processing
- Ctrl + 0 β Reset zoom
- Win + . β Emoji & symbols panel
- Ctrl + Win + T β Always on top
- Win + Ctrl + Caps Lock β Enable zoom
- Win + Ctrl + Tab β Draw / sketch mode
- Win + Ctrl + S β Screen shot
- PRNT β Screen shot
- CTRL + MMB scroll - Size of desktop icons (works only when you hover mous on a main desktop)
- Fn + E β Emoji & symbols panel
Blender MacOS location Tip config folder that contain all blender configurations for backup
- **cd** β Verify disk
- **cd C:\Users\username\Desktop\temp_SSD_blends** β go to the folder in the same directory
- **cd /d C:\Users\username\Desktop\temp_SSD_blends** β go to the folder in new directory (/d - change directory)
- **cd /d %USERPROFILE%** β back to default directory
- **mkdir TestFolder** β new folder named "TestFolder"- **Get-Location** β Verify disk
- **cd "C:\Users\username\Desktop\temp_SSD_blends"** β go to the folder (do not need /d to change directory but need "" around the path)
- **cd ~** β back to default directory
- **mkdir TestFolder** β new folder named "TestFolder"- **pwd** β verify current directory
- **cd ~/Desktop/temp_SSD_blends** β go to the folder ( "~" β is here for /home/username)
- **cd ~** β back to home directory
- **ls ~** β list files in home directory
- **ls -lah** β detailed list (including hidden)
- **mkdir TestFolder** β create a new folder named "TestFolder"
- wsl --shutdown β completely shut down all running WSL distributions
- wsl --terminate β terminate a specific WSL distribution
Example:wsl --terminate Ubuntu - wsl --list --verbose β list all installed WSL distributions with status and version
- View β Word Wrap
Enable by default:
- Settings β Preferences β Editing β Word Wrap
NO longer use a Notepad++ i have moved to VScode
-
ALT + Z β Enable Word Wrap
-
CTRL + SHIFT + P β Search bar
Look for settings in search bar:
- Type this
>in the start (exmpl: >customize layout)
Save UI by default:
- File β Save workspace as...
to use Comment Anchors:
- type
//in the beginning of the line and select prefered one from the drop down list.
- Eyes open twice as fast as they close (animation timing rule)
- CMD Repo β additional CMD shortcuts for batch render in Blender