- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I thought "Cycle Ref. Coord. Sys" used to be an action you could assign a Hotkey to in older versions of Max? I used to use it all of the time. I can't find it in the Hotkey Actions list in 2025. Has it been renamed/dropped, or did I create one using a custom script?
-The only Coord System shortcut I could find was 'Make World'. This is useful, but not the same as being able to quickly cycle between World, View, and Local etc.
-GPT 4.o wrote me a script to create a custom key, but it should be default? In case this might prove useful, I'll drop it here:
coordSystems = #("View", "Screen", "World", "Parent", "Local", "Grid", "Working")
currentCoordSystem = getRefCoordSys()
nextIndex = (findItem coordSystems currentCoordSystem) % coordSystems.count + 1
setRefCoordSys coordSystems[nextIndex]
Thanks!
Solved! Go to Solution.
