Add-ons
  • Home
  • Random Flow
    • Installation
    • Functions
      • Random Loop Extrude
      • Random Panels
        • Inset
        • Bevel
      • Random Slice
      • Random Axis Extrude
      • Random Cells
      • Random Scatter
      • Random Tubes
      • Random Cables
      • Random VColor
      • Random Animation
      • Partition Mesh
      • Normal Picker
      • Tag Verts
      • Utility
        • Flanges/Couplings
        • Panel Screws
        • Panel Cloth
        • Plate Insets
        • Quick Displacement
        • Load Image(s)
      • Shading
        • Add Bevel Node
        • Append Materials
      • Mesh
        • Data
        • Auto Mirror
        • Straight UV
        • Extract Faces
        • Apply Mesh
        • Grid Project
        • Quad Slice
        • Crease Sharp
        • Smooth Sharp
        • Sort Elements
        • Filter Select
        • Clear Banding
        • Clear Data Objects
      • Extras
        • Join Objects
        • Split Mesh
        • Set Origin
        • Clean Up
        • Merge Objects
      • Settings
    • Presets
    • Examples
    • Changelog
  • Creative Flow
    • Changelog
  • Creative Bundle
  • Random Starship
    • Installation
    • Functions
      • Hull
      • Front / Back
      • Plating
      • Wings
      • Settings
    • Presets
    • Examples
    • Changelog
    • Blender 4.2 Issue
  • Greeble Bake
    • Installation
    • Function
      • Baking
      • Last Baked Images
      • Images
    • Examples
    • Changelog
  • Panel Cutter
    • Installation
    • Functions
      • Bevel
      • Inset
      • Nodes
    • Presets
    • Examples
      • YouTube: Panel Cutter Bevel Type Demo
      • YouTube: Panel Cutter Inset Type Demo
    • Changelog
  • Wrap It
    • Installation
    • Functions
    • Examples
    • Changelog
  • Skin Vertex
    • Installation
    • Functions
    • Examples
      • Skin Vertex Demo
    • Changelog
  • Fast Mirror
    • Installation
    • Functions
    • Changelog
  • Sort Asset
    • Installation
    • Functions
      • Grid Array
      • Mark As Asset
      • Batch Export
    • Changelog
  • Track Lights
    • Installation
    • Functions
    • Changelog
  • Preselect
    • Installation
    • Functions
    • Changelog
  • Other Information
    • Redo Panel
  • Frequently Asked Questions
  • Help & Support
  • Contacts & Resources
Powered by GitBook
On this page
  1. Other Information

Redo Panel

Last updated 3 months ago

Before reading the texts in this section, try watching CG Cookie's amazing short on this Blender internal behavior:


The redo panel is a pop up menu you can open after an operation has been confirmed or is about to be confirmed by editing any the properties.

For most operations in Blender, the redo panel is called after the operation was confirmed. You can then call this menu using the hotkey F9, allowing you to edit the properties that control the result of the executed operation hence the name redo panel.

Operation is a terminology for actions in Blender like grabbing, scaling or rotating. Not all actions in Blender have editable properties though like showing the viewport overlay, rendering, viewing the wireframe etc.

Basically, most actions/operations that can be undone using the Ctrl Z hotkey has a redo panel with their own control properties.

In Figure 1, the cube was scaled then the redo panel was called allowing for the operation to be re-modified accurately using the redo properties.

The redo panel disappears once the mouses cursor is no longer inside it. This is also internal behavior and cannot be controlled by the python script. You can bring it back using the F9 hotkey and it will reappear in the position of the mouse cursor.

Random Flow for example is heavily scripted around this behavior because this is the most dynamic worklow for an artist I can think of. For most of its operations however, the redo panel appears before any action is done and will need any modification to any of its redo properties.

So there are 3 redo panel behavior in Blender. First is the one you can call after the operation is confirmed, second is the redo panel that appears immediately and waits for you input and last is the what is known as the confirmation redo panel with an "OK" button.

The second and last variation both appear at the start of the operation and waits for your input but the "OK" redo panel changes to the mesh will only happen once you click the ok button - you can then show the redo panel again using the F9 hotkey.

When using the second variation of the redo panel, particularly with Random Flow, and the changes are not live, make sure that in preferences, under system, the global undo toggle is turned on.

The image above shows the redo panel of Random Panels in Random Flow with an ok button.

There is also a toggle in the Random Flow add-on preferences that will let you use this mode purposely called the Use Confirm Menu toggle to instead use the ok redo panel if you prefer this. Once the ok is clicked, the redo panel will disappear and the script will operate on the active mesh. Recall the redo panel using the F9 hotkey to make further edits. Only Random Flow has this option because of its heavy use of the second version of redo panel.

As of recent changes with Random Flow, you can now switch to the confirm type menu easily with the Use Confirm Menu toggle being relocated to the settings submenu.

YouTube
Figure 1
Figure 2
Figure 3
Figure 4
Figure 5
Figure 6