The adds the custom property panel for the active Action to the dopesheet editor. There was previously no way to edit these properties outside of the Python API.
This panel will show up when context.active_object.animation_data.action is set.
Differential D14646
Added Custom Properties panel for Actions in the dopesheet editor Authored by Colin Basnett (cmbasnett) on Apr 14 2022, 10:40 AM.
Details The adds the custom property panel for the active Action to the dopesheet editor. There was previously no way to edit these properties outside of the Python API. This panel will show up when context.active_object.animation_data.action is set.
Diff Detail
Event TimelineComment Actions It doesn't seem to work for me: This is on current master (rB7fd11d9c7f5b14106e1252289ccbcd8dd55ac087), with an Action selected in the Action Editor. There are no errors on the console or anything. The panel just doesn't have any contents, only a title. Comment Actions Looks like this PR was broken because of 2e9e2715efac89084afd276f1447499c304a6c5c. It worked previously because the context_path was being evaluated using eval. Now it uses context.path_resolve. I'll see what I can do about fixing this.
Comment Actions I accepted too fast (I just want this to be in ;-) ). The poll() function now checks one RNA path, but the _context_path is set to another. Comment Actions Why is this using context.active_object in Dopesheet of all places? The whole point of selected_visible_actions is to provide actions actually relevant to the current selection. | |||||||||||||||