'How to edit mesh properties after adding in Blender

Right after adding a mesh object to my scene in Blender, in the tools panel appears a really helpful tooltip named "add [mesh name]", well Im sure everyone knows what im talking about. The thing is, I wish to keep editing a mesh after i added it, so for example, I add a torus, i edit it's inner radius, I scale it, and then i want to edit its inner radius again. Is there any way to do this? Because once i performed another action, say "scale", the previous tootlip disappears and is nowhere to be found.



Solution 1:[1]

The panel you are referring to is the operator properties, which can also be accessed in a floating panel by pressing F6.

The operator properties allows you to adjust the options for the last operation you performed and it is only available for the last action performed. Some small things like rotating the view do not interfere but any editing actions will replace the options shown with their own options.

Solution 2:[2]

It seems the panel never shows up again. However, you can select the object (e.g. torus), enter Edit Mode, switch to Vertex selection and press Alt+S to scale accordingly. This worked for me. Hope you find it useful.

Still hoping that Blender will make it possible for us to adjust the dimensions that we usually see when adding an object for the first time. We should be able to adjust things at a later time.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 sambler
Solution 2 John Chidi