Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
There are four registered shortcuts shown in the picture (E, R, Q, W).
Can E and R be one shortcut among the functions of the shortcut?
Also, can we make Q and W into one shortcut? For example, I want to use the Outliner (All Items, All Selected Items) Expand and Collapse functions at the same time as one shortcut. And like before, only with the outliner! I want the shortcut to work. Is Custom shortcut possible?
{
string $panel = `getCurrentOutlinerPanel`;
if ("" != $panel) {
int $bool = `outlinerEditor -q -showDagOnly $panel`;
outlinerEditor -e -showDagOnly (!$bool) $panel;
}
}
The code above is a command that allows you to switch the DAG Objects Only function, which only works with the Outliner, and I hope this will help.
Solved! Go to Solution.