We were running into problems using TVPaint with two different computers and a
server.
If one computer has opened a file, the other omputer computer can easily open
the same file.
For a professional production this is very dangerous because of overwriting each
others done work.
How can we solve this problem professionally?
Best regards
Marcel Hobi
Overwriting done work!
Re: Overwriting done work!
What you need is "file locking", and I believe there are solutions available for any operating system which would re-configure your server. Maybe a version control system would do the job. In order to work with a file, it must be checked out and later checked in again, so expect some additional steps in your workflow. Which OS is your server running on?
TVP 10.0.18 and 11.0 MacPro Quadcore 3GHz 16GB OS 10.6.8 Quicktime 7.6.6
TVP 11.0 and 11.7 MacPro 12core 3GHz 32GB OS 10.11 Quicktime 10.7.3
TVP 11.7 Mac Mini M2pro 32GB OS 13.5
TVP 11.0 and 11.7 MacPro 12core 3GHz 32GB OS 10.11 Quicktime 10.7.3
TVP 11.7 Mac Mini M2pro 32GB OS 13.5
Re: Overwriting done work!
Don't open the same fileMarcel Hobi wrote: How can we solve this problem professionally?
I have made a feature film(and other larger projects) with tvp working on server. and it was never a problem. We had a version number and the initials of the artist in end of all files
like this
sq001_sh001_animation_01mj.tvpp
the 01mj in the end stand for first version and mj is my initials (Mads Juul) if another artist opens the file the first thing he does is to increment the vesion number and put his own initials in the end so if George Clooney opens the file to wotk on it he would call it
sq001_sh001_animation_02gc.tvpp
And again we never had any problems with losing work. not one time.
So it is simple and proffesional.
Kind regards.
-Mads
- idragosani
- Posts: 987
- Joined: 06 May 2008, 00:39
- Location: Germantown MD
- Contact:
Re: Overwriting done work!
This is a common problem in any multi-user project (especially software development). I suggest using something like subversion or similar for controlling access to the file, one person checks it out from the server, so it gets locked, and no one else can overwrite that file. You still have the issue of merging changes into a master copy, however, since the files are binary and not text, but that will be an issue no matter what. It's an asset management issue, though, not a software issue.
Brett W. McCoy -- http://www.brettwmccoy.com
TVP Pro 10 : Intel i7 2600 3.4 GHz : 8GB RAM : Ubuntu Studio 14.04 : Cintiq 21UX
TVP Pro 10 : Intel i7 2600 3.4 GHz : 8GB RAM : Ubuntu Studio 14.04 : Cintiq 21UX
Re: Overwriting done work!
I'm not sure if it depends on TVPaint Animation, or the OS itself.
I guess the dev team will tell us soon
I guess the dev team will tell us soon
Fabrice Debarge