Common issues and their solutions.
Setup Issues
The file won’t open? Ensure you are using Blender 4.1.1+.
Keybindings (like D, E, S) do not work or trigger unexpected actions.¶
Check: Is your keyboard set to the wrong language? Fix: Switch your OS keyboard layout to US/International. How: Look at your system tray (Windows) or menu bar (macOS/Linux) and ensure the input language is English (US).
Tip: The tool’s keymap is configured for the QWERTY US layout. Other layouts (like AZERTY or QWERTZ) map keys differently.
“Operator not found” error.¶
Check: Is the keybinding name correct? Fix: Verify the keybinding name and restart Blender. How:
Go to Edit → Preferences → Keymap.
Search for
OBJECT_MT_Fred_Custom_Layer_Menu.Ensure the name is spelled exactly as shown (case-sensitive).
If the keybinding exists but doesn’t work, restart Blender to ensure the add-on loaded correctly.
If the error persists, check the System Console (Window → Toggle System Console) for specific error messages.
Usage Issues
The brush size or sculpt radius is too big/small to see, or the tool seems unresponsive.¶
Check: Are you at a very large or tiny scale? Fix: Scale your object to match a “Default Cube” (2x2x2 meters). How:
Select your Grease Pencil object.
Press
Ctrl+Aand select Scale.If the object is huge, zoom out. If tiny, zoom in.
Tip: The tool assumes a standard scale. If your object is 1000x larger than a cube, the brush radius might be effectively invisible.
The tool only affects the current frame, or behaves erratically.¶
Check: Are you in Multi-Frame Editing Mode? Fix: Ensure you are in Object Mode or Draw Mode. The add-on is designed to switch layers globally, which requires Object Mode. How: Look at the top-left of the 3D Viewport. If it says “Multi-Frame Editing”, click the mode dropdown and select Object Mode (or press
Escto exit the mode).Tip: The Violence Layer Manager is designed for Object Mode (to switch layers globally) or Draw Mode (to draw on specific layers). In Multi-Frame Editing, Blender locks the view to a specific frame range, which can interfere with the add-on’s layer switching logic.
You cannot see the Grease Pencil strokes or the layer panel icons.¶
Check: Is the Overlay disabled? Fix: Enable Overlays. How:
Look at the top-right of the 3D Viewport.
Click the Overlays dropdown (two overlapping circles icon) and ensure Grease Pencil is checked.
Alternatively, press
Shift-Oto toggle overlays.
You can only see one object, and the layer panel seems to ignore other objects.¶
Check: Are you in Isolated Mode? Fix: Exit Isolated Mode. How:
Look at the top-left of the 3D Viewport.
If you see an “Isolate” icon (a single cube with a spotlight), click it or press the Backslash key (
\) to toggle it off.
Strokes are missing or the layer panel shows empty slots.¶
Check: Are objects, polygons, or bones hidden? Fix: Unhide all elements. How: Press
Alt+Hin the 3D Viewport to unhide everything. Note: This works in both Object Mode (to unhide objects) and Edit Mode (to unhide strokes). Tip: If you are in Edit Mode, ensure no specific vertices or strokes are hidden (pressAlt+Hagain if needed).