View Full Version : Lock Max File
thatoneguy 03-07-2008, 09:05 PM Is there a way to "lock" the edits to a max file? I want the user to be able to open a max file but not edit or save it.... at least not without some grief first.
Sort of like opening a Word Document in "read only" mode.
|
|
Jsnyder
03-07-2008, 10:48 PM
Why not just set the max file to Read Only? That should be quite easy to do through script in fact i think there is an example of it in the help doc.
thatoneguy
03-08-2008, 12:28 AM
Because I want multiple users to be able to open and view a file. While one user can continue working on it.
U.S.S. Speed
03-08-2008, 01:36 AM
Depend what type of security you want...
A while ago I made that watermark tool... While working a little bit, it was fairly easy for a maxscript user to counter the protection.
It's possible to register a few callback to stop edition of a scene. However, callback are also kinda easy to unregister manually.
Good security isn't part of Max, sadly.
MarcoBrunetta
03-08-2008, 01:48 AM
Because I want multiple users to be able to open and view a file. While one user can continue working on it.
Well you should probably elaborate a bit on exactly what you want and what type of scenario youa re talking about.
If for example you want users on certain computers to not be able to open max files you can do that "read only" trick plus add some code so that on open the file is saved on a different temporary location, thus making max not work with the actual file but with a copy. This way the original file can be opened for another user with editing permit.
marktsang
03-08-2008, 02:36 PM
is this what asset management is for??
or couldnt the users only viewing just use an xref?
there is no way to lock edits through script
CGTalk Moderation
03-08-2008, 02:36 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.