Message 1 of 2

Not applicable
01-14-2021
09:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have this example where I want to cycle through objects and look through them when pressing shift l, preferably lights only but it doesn't seem to be working. any suggestions? There are no errors
nameCommand
-ann "walk through lights right"
-c "pickWalk -d right; lookThru `ls -sl`;"
wtr;
hotkey -k "l" -sht -name "wtr";
nameCommand
-ann "walk through lights right"
-c "pickWalk -d left; lookThru `ls -sl`;"
wtl;
hotkey -k "k" -sht -name "wtl";
only one works at a time.
Solved! Go to Solution.