Promt Change Project Folder
Hi,
I am a beginner scripter; i am trying to get advice for the routine I would like to setup.
Here is the description I would like to achieve:
when opening a max file, if the max file project file path is dfferent than the maxstart/default project folder, then the script will change the “set project folder” file path and notify the user to accept the change. If the max file project file path is the same as the default project folder, then it will do nothing.
Any advice on where I should start is appricated.
RCL
Comments
Have a look at my
Have a look at my projectSwitcher script. It keeps track of the previously used projects and can optionally switch to the project of an opened scene file automatically. It does not promp you yet, but this could be easily added.
Martin