Page MenuHome

Redo panel disappears during edits in Tweak tool
Confirmed, LowPublicKNOWN ISSUE

Description

System Information
Operating system: Win10 x64
Graphics card: Nvidia 1070

Blender Version
blender-2.80.0-git.26d5a3625ed-windows64

Short description of error
The info panel for move disappears in edit mode if tweak mode is in action. This does not seem to happen if one uses "g" for grab instead.

Exact steps for others to reproduce the error

  • Enable left click select, optionally select all toggles
  • In your space bar menu turn the select mode (W) on
  • Create a mesh and move into edit mode
  • Start grab and drag of verts and watch the move info panel at the left bottom
  • Now try the same thing with selecting a vertex then press "g" to move.

Event Timeline

kursad k (kursadk) renamed this task from Move Info panel disappears in during edits in Tweak mode to Move Info panel disappears during edits in Tweak mode.Nov 29 2018, 10:45 PM
kursad k (kursadk) created this task.
Sebastian Parborg (zeddb) lowered the priority of this task from 90 to Low.
Sebastian Parborg (zeddb) changed the subtype of this task from "Report" to "Known Issue".
Julian Eisel (Severin) added a project: Restricted Project.

Looked into this: just for the record this happens because the select operator that runs right before the transform operator hides the redo panel.
Normally this would make sense, but not really here.

Because clearing the redo panel is somewhat tied to the undo system I'm not sure this would be so easy to change.

Hans Goudey (HooglyBoogly) renamed this task from Move Info panel disappears during edits in Tweak mode to Redo panel disappears during edits in Tweak tool.Jul 15 2020, 11:10 PM