[Reference Coordinate System] Script to make 'World' default?

[Reference Coordinate System] Script to make 'World' default?

skyd7
Participant Participant
551 Views
2 Replies
Message 1 of 3

[Reference Coordinate System] Script to make 'World' default?

skyd7
Participant
Participant

Hi, I rarely (if ever) use "View". It really bugs me having to change it every time I select an object. I did used to have a script years ago, but have since lost it. Is there a way to change the default now, and/or a script?

 

Many thanks.

0 Likes
Accepted solutions (1)
552 Views
2 Replies
Replies (2)
Message 2 of 3

MartinBeh
Advisor
Advisor
Accepted solution

Make sure all tools use the same coord sys:

Customize > Preferences > General > Ref. Coord. System > Constant = on

 

Then run this line of code to change to world coord:

toolMode.coordsys #world

 

That line could be placed in a startup script, e.g. by placing it in a file called startup.ms which is stored in ""C:\Users\<yourUserName>\AppData\Local\Autodesk\3dsMax\2025 - 64bit\ENU\scripts", for example. 

Martin B   EESignature
→ please 'Like' posts that are helpful; if a post answers your question please click the "Accept Solution" button.
Message 3 of 3

skyd7
Participant
Participant

Super- thank you!

0 Likes