Page MenuHome

Menu for Extrapolation Mode of channels is disabled in Graph Editor /RMB/menu
Closed, ResolvedPublicBUG

Description

System Information
Operating system: Linux-4.15.0-54-generic-x86_64-with-debian-buster-sid 64 Bits
Graphics card: GeForce GTX 760/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 390.116

Blender Version
Broken: version: 2.80 (sub 74), branch: master, commit date: 2019-06-29 20:58, hash: rBbe060c3990ad
Worked: (optional)

Short description of error
Menu for Extrapolation mode of channels is disabled in Graph Editor/RMB/menu.

Exact steps for others to reproduce the error

  • Make simple animation
  • Open Graph editor
  • Find channel in Graph editor / RMB / Extrapolation Mode -> All modes are DISABLED

Event Timeline

Sebastian Parborg (zeddb) lowered the priority of this task from 90 to 50.

With "Nothing happened" you mean that the short cut doesn't work in the channel list in in the dope sheet editor, right? (You have to be in the keyframe area for it to do something).

Yes "Nothing happened" means mouse pointer was over channels. When mouse pointer is over dope sheet, shortcut Shift+E works well.

Philipp Oeser (lichtwerk) changed the subtype of this task from "Report" to "Bug".

Reconfirmed.

km_animation_channels / DOPESHEET_MT_channel_context_menu is used for both Editors which is not working well (it is using action.extrapolation_type, but GraphEditor has its own graph.extrapolation_type)
Note: those are duplicated a bit too much anyways, so D6094: Fix T65076: Missing EasingType implementation on the Dopesheet is related in a way...