Page MenuHome

Adjust last operation: lost functionality even more…
Closed, ResolvedPublicDESIGN

Description

In 2.79 tweak menu/block was able even after I deselect new added mesh.
In 2.8 I am loosing ability of changing height of my fresh new cube just because I misclicked suddenly and deselect it…
I just click and do nothing! Why Blender punish me for it?

Why don`t make it like with WonderMeshes Addon? Do not ruin tuning ability while core-mesh is not changed?

Event Timeline

Vyacheslav (hitrpr) edited a custom field.
Sebastian Parborg (zeddb) lowered the priority of this task from 90 to 50.

The core issue is the inability to adjust primitives after the fact, and has been a long standing limitation in Blender. There are several ways in which to add support for parametric objects - it could simply be a property of the mesh ObData, which you can freeze for editing.

However, it might be smartest to integrate with the modifier system here, which enables clever ways in which you could drive subdivisions and segments. This is turn means waiting for the Everything Nodes project.

So the underlying issue won't get fixed in the short term, but is of critical importance to the basic workflow of adding and manipulating primitives in Blender.

@Sebastian Parborg (zeddb) and @Campbell Barton (campbellbarton)
I was searching for a ticket for the not showing up labels in the adjust last operation panel called by f9 or the menu command, and came across this. I guess the ticket can be closed? This seems to be solved in the final 2.80 release:

Sebastian Parborg (zeddb) changed the task status from Unknown Status to Resolved.Sep 2 2019, 6:49 PM

Yes, this seems to have been fixed.