blender/release
Martin Poirier 58a1ddcc9e netrender
New Feature:
VCS job type
	Render a file (with dependencies) from a version control system (currently only supports subversion, but system is already generic).
	On client, working path, server path and current revision can be guessed from data on disk or entered manually.
	On slave, a working copy is created (if needed) where specified by the job and updated to the proper revision.
	On master web page, job types now appear in the job lists. The job page shows the list of dependencies for "normal" jobs or versioning information for VCS jobs.

	Limitations: Need to have command line tools "svn" and "svnversion". Working copy path must be the same on client and slaves (the client gets the job path relative to the working copy). When guessing, working copy path is set to the folder where the current file is (this can be changed manually after). On the slave, it will update the working copy AS SPECIFIED to the revision, so if that path is too deep, some dependencies will not be updated properly. Doesn't support mixed revisions (and will not give any warnings for that), it will always use the first revision specified by "svnversion"

Bugfix:
Thumbnail generation doesn't chew down memory anymore and always gives correct result (thumbnail on master especially could mess up between jobs with the name result filename)
2010-10-27 18:24:58 +00:00
..
bin remove redundant []'s for list comprehension's, py2.4+ supports this. 2010-09-19 07:07:14 +00:00
datafiles Commit new splash and bump version. Ready for tagging! 2010-10-27 11:33:04 +00:00
freedesktop patch [#23671] [desktop file] add translations and remove deprecated key. 2010-09-05 15:15:27 +00:00
irix-6.2-mips correct fsf address 2010-02-12 13:34:04 +00:00
plugins Update address in license block. 2010-08-10 21:22:26 +00:00
scripts netrender 2010-10-27 18:24:58 +00:00
test remove redundant []'s for list comprehension's, py2.4+ supports this. 2010-09-19 07:07:14 +00:00
text * Fixing Link to Release Logs. 2010-09-26 08:27:59 +00:00
windows Fix [#24053] 64-bit Windows installer installs keys to 32-bit registry 2010-10-26 23:52:34 +00:00
environment-macosx Continue development of bfile system. 2009-10-19 18:44:09 +00:00
environment-mswindows Continue development of bfile system. 2009-10-19 18:44:09 +00:00
environment-unix Continue development of bfile system. 2009-10-19 18:44:09 +00:00
getversion.py use is rather then == when comparing against None. 2010-09-18 10:43:32 +00:00
Makefile Update address in license block. 2010-08-10 21:22:26 +00:00
VERSION Commit new splash and bump version. Ready for tagging! 2010-10-27 11:33:04 +00:00