
How can I increase/decrease undo steps? - Blender Stack Exchange
As mentioned on the Blender wiki page on undo, there is the User level of undo, and the System level. User level: Expanding on the existing answers, You can configure the number of undo …
Why is undo/redo not working? - Blender Stack Exchange
Apr 19, 2017 · I accidentally pressed some unknown key combination, and now I can't use Undo nor Redo in Blender. Why is it not working and how can I fix it?
How to un-extrude an object? - Blender Stack Exchange
Apr 28, 2018 · After the extrude operation, Blender immedeately goes into the translate operation (usually G). RMB canceling the operation simply cancels the translate part, snapping the …
Pose Mode: How to reset transformed armature to its rest position?
May 15, 2015 · At this moment when importing FBX files with an armature (which I purchased online), Blender 2.8X imports the bones rotations with the wrong format, making it look all …
is it possible to Undo Texture Bake? - Blender Stack Exchange
Mar 16, 2018 · accidentally baked blank texture onto almost finished texture, bake mode: textures, Blender Renderer. doing that to get bigger margins because texture brush's bleed is either too …
Is there any way to undo merging in blender?
Feb 20, 2019 · I joined two objects in blender by selecting them and pushing CTRL + J. I was wondering whether there is a way to undo that and separate those two objects again.
mesh - How Can I Unjoin Meshes? - Blender Stack Exchange
Nov 7, 2015 · I used Ctrl+J to join meshes, but now I want to take them apart. Is there a simple way?
Undo Frequently Crashes Blender 2.83 - Blender Stack Exchange
Jun 21, 2020 · I'm trying to debug an issue where seemingly randomly Blender 2.83 will crash while Undoing (and maybe redoing too) is causing Blender to immediately crash. I'm guessing …
How can I reset sculpting in Blender? - Blender Stack Exchange
May 9, 2023 · I am pretty new in Blender and I am working on a wrestling match. My question is, how can I reset a sculpt? A character took a side punch to her belly and I made with sculpting …
scripting - bl_options = {'REGISTER', 'UNDO'} not working.
Feb 3, 2021 · └───tools blender_tools.py In my main_operator.py file I have this option in the class enabled: bl_options = {'REGISTER', 'UNDO'} Although when I run the add-on, all works …