Advertisement
skittles21

Thinkbox Deadline 5.2.47700 (Win/Mac)

Oct 30th, 2012
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 11.85 KB | None | 0 0
  1. Thinkbox Deadline 5.2.47700 (Win/Mac) Download
  2. http://download-full-dvd.blogspot.ro/2012/10/thinkbox-deadline-5247700-winmac-full.html
  3.  
  4.  
  5.  
  6.  Download Thinkbox Deadline 5.2.47700 (Win/Mac)
  7.  
  8.  
  9. New Features In Deadline 5.2.47700
  10.  
  11. This Deadline release improves the stability of the Slave on Linux, including the fix for a bug that could prevent the Slave from launching new rendering processes until it was restarted. It also supports many new versions of rendering applications, and introduces a new plugin for Anime Studio. Finally, it adds some new features and fixes various bugs.
  12.  
  13. Note that a new 5.2 license is required to run this version, and that Deadline 5.2 uses the new thinkbox license server that was introduced with Deadline 5.1.
  14.  
  15.  
  16.  
  17. Download:
  18.  
  19.  
  20. Thinkbox Deadline 5.2.47700 (win/mac) Full  Download  
  21.  
  22. Deadline Screen Shots
  23.  
  24.     Deadline® Monitor
  25.     Deadline® Monitor  (3)
  26.  
  27.     The Monitor application offers detailed information and control options for each job and slave on the network. Monitor is composed primarily of 4 information lists: a job listing, a task listing, a slave listing and a limit group listings.
  28.  
  29.      
  30.  
  31.     Integrated Job Submission Interface
  32.     Integrated Job Submission Interface (17)
  33.  
  34.     The submission dialogs are used to submit rendering jobs to Deadline®. They are either written in their respective appplication's own scripting language and integrate directly into the software, or they are written in Python and can be accessed from the Submit menu in the Deadline® Monitor.
  35.  
  36.    
  37.  
  38.    Deadline® Slave
  39.    Deadline® Slave  (3)
  40.  
  41.    The Deadline® Slave is the application that does the actual rendering.
  42.  
  43.    
  44.  
  45.    Deadline® Pulse
  46.    Deadline® Pulse  (3)
  47.  
  48.    Deadline® Pulse can be used to decrease the time a Slave waits between job searches, and improve the speed of the Monitor. Note that Deadline® Pulse is not required to use Deadline®.
  49.  
  50.    
  51.  
  52. Highlighted Features
  53.  
  54. Slave Stability Improvements On Linux
  55.  
  56. A resource leak in the Slave has been fixed. This leak could result in the Slave being unable to start new rendering processes until it was restarted. In addition, Deadline uses even more system libraries now, which reduces the number of external processes the Slave starts up to almost zero. System libraries are now used to determine if an application is 32 or 64 bit, and to control the affinity of the rendering process. The couple of cases where Deadline still uses external process to gather data are performed a single time when the Slave starts up.
  57.  
  58. Render Process Environment Variables
  59.  
  60. In the PreLoad.py plugin script that can be used for pre-render processing, it is now possible to set environment variables that are only used by the rendering process. The script can access the job's properties, and set environment variables based on them, allowing the environment to be customized based on any number of things (the job's user, project, etc). The Slave's and the machine's environment will remain unchanged, and the next rendering process that is launched will have a clean environment again. The new function that can be used by the PreLoad.py script for this is SetProcessEnvironmentVariable(). See the Plug-in Scripting section of the Deadline documentation for more information.
  61.  
  62. In addition, Deadline now automatically exports two of its own environment variables to the rendering process. The variables are DEADLINE_BIN and DEADLINE_USER, which contain the rendering process executable path, and the job's user, respectively. The former can be used by shell scripts on Linux and Mac OSX to run the rendering process using the job's user account, rather than the account that the slave is running as. See the new Render Jobs As Job's User section of the Deadline documentation for more information.
  63.  
  64. Arnold Export Job Type for Maya
  65.  
  66. In Maya, you can now submit a job that exports .ass files from the Maya scene file. In addition, you can set up a dependent Arnold Standalone job that will render the .ass files after they are exported.
  67.  
  68. Supported Software Updates
  69.  
  70. Support has been added for 3ds Max 2013 (requires 3ds Max 2013 Update 2), After Effects CS6, Anime Studio, Arnold for Maya, Composite 2013, Houdini 12, Maya 2013, modo 6xx (including support for its new Render Passes feature), and Softimage 2013.
  71.  
  72. General Improvements
  73.  
  74.     Removed Mono.Posix.dll and Mono.Security.dll from the install bin folder on Linux and OSX. These are unecessary on these operating systems, and could potentially cause conflicts with the existing Mono installation.
  75.     Certificate validation errors are now ignored by Deadline, which makes it easier for Deadline to use mail servers that require SSL.
  76.     Dependent jobs now release properly if one or more of their dependencies become archived.
  77.     The 'readelf' process on Linux is no longer used to get the bitness of an executable.
  78.     The 'taskset' process on Linux is no longer used to set processor affinity.
  79.     Fixed an ArgumentException that could occur when flushing text to the application logs.
  80.  
  81. Installer Improvements
  82.  
  83.     The Windows Client installer now installs the VC++ 2010 redistributables needed for the 3dsmax 2013 lightning plugin.
  84.  
  85. Monitor Improvements
  86.  
  87.     New Slave scripts now appear after using Reload Icons for Scripts and Plugins.
  88.     Fixed a NullReferenceException that could occur on startup.
  89.     Fixed a tooltip typo for the Whitelist/Blacklist options in the job properties Machine Limit tab.
  90.     Password options in User Settings are now encrypted.
  91.     Fixed some typos.
  92.  
  93. Slave Improvements
  94.  
  95.     Fixed a resource leak in the Slave on Linux that could prevent it from launching new rendering processes until it was restarted.
  96.     Fixed a bug that prevented Slaves on Windows from finding queued tasks on OSX Lion Repositories.
  97.     The On Last Task Complete options in the Slave's Control menu now work properly again.
  98.    Fixed a bug that caused post-job scripts to fail during their first run.
  99.    Fixed an error that occurred during the EndJob phase when a job had a post-job script.
  100.    The Slave now exports DEADLINE_USER and DEADLINE_BIN environment variables to the rendering process. They contain the job's user and the process' executable path, respectively.
  101.  
  102. Command Improvements
  103.  
  104.    Python.NET event plugins now fire properly when submitting through Deadline Command.
  105.  
  106. Scripting Improvements
  107.  
  108.    Added GetCurrentTaskID() function to the plugin API to get the current task ID.
  109.    Added plugin API functions to setup environment variables that are only passed to the rendering process. The slave's environment is left unchanged. These functions are SetProcessEnvironmentVariable( string key, string value ), GetProcessEnvironmentVariable( string key ), and ClearProcessEnvironmentVariables().
  110.  
  111. Event Plugin Improvements
  112.  
  113. Shotgun Improvements
  114.  
  115.     Updated the Shotgun API to 3.0.9beta2.
  116.     The Shotgun event plugin no longer generates output/error messages when executing on unrelated jobs.
  117.     Fixed a type conversion bug in the Shotgun event plugin.
  118.  
  119. Draft Improvements
  120.  
  121.     The Draft event plugin no longer generates output/error messages when executing on unrelated jobs.
  122.     Fixed a bug that prevented Draft jobs from working on 32 bit Windows machines.
  123.  
  124. Plugin Improvements
  125.  
  126. 3ds Max Improvements
  127.  
  128.     Added support for 3ds Max 2013. Note that 3ds Max 2013 Update 2 must be installed for rendering to work properly.
  129.     Rendering now works if the MaxData folder has been changed from its default value.
  130.     Fixed a UTF8 error when rendering files with non-ascii characters in the path.
  131.     Added option to SMTD to save the scene and not submit it with the job.
  132.     Added option to SMTD to rebuild the render elements prior to submission, which can help fix potential issues. It's in the Pathing rollout under the Render tab.
  133.    In SMTD, the One CPU Per Task option no longer overlaps the Automatically Update Job Name setting.
  134.    Added CurrentTask property to the DeadlineUtil maxscript interface to get the current task ID.
  135.  
  136. After Effects Improvements
  137.  
  138.    Added support for After Effects CS6.
  139.    Multi-Machine rendering now works when submitting from the Monitor.
  140.  
  141. Anime Studio Improvements
  142.  
  143.    Added support for Anime Studio.
  144.  
  145. Cinema 4D Improvements
  146.  
  147.    The 64 bit Windows executables are now included in the default paths for Cinema 4D 12 and 13.
  148.    An error is now generated when Cinema 4D prints out "Project not found".
  149.  
  150. Composite Improvements
  151.  
  152.    Added support for Composite 2013.
  153.  
  154. Draft Improvements
  155.  
  156.    Fixed some issues when submitting Draft jobs from within Shotgun.
  157.  
  158. Houdini Improvements
  159.  
  160.    Added support for Houdini 12.
  161.    The integrated submitter now sets the default value for the IFD export option properly.
  162.  
  163. Lightwave Improvements
  164.  
  165.    Improved progress reporting of Lightwave renders. This is for non-Screamernet jobs only, because Screamernet jobs do not report progress to stdout.
  166.    When forcing 32/64 bit rendering on OSX, the 'arch' command is used to launch Lightwave in the corresponding mode.
  167.  
  168. Maya Improvements
  169.  
  170.    Added support for Maya 2013.
  171.    Added support for Arnold for Maya.
  172.    Added an Arnold Export job type, which can export the scene to .ass files, and then have a dependent Arnold standalone job render them.
  173.    Added a stdout handler to catch a mental ray error when it can't create an output file.
  174.     The "(multichannel)" postfix is now stripped from the output file name that is sent to Deadline.
  175.     When submitting multiple scenes from the Monitor submitter, the scene name is now appended to the job name.
  176.  
  177. modo Improvements
  178.  
  179.     Added support for modo 6xx.
  180.     Added support for modo 6xx's new Render Passes feature.
  181.  
  182. Nuke Improvements
  183.  
  184.    Nuke submitter now ensures there is at least one write node that doesn't have "read in" enabled.
  185.     Sticky Shotgun settings are now saved properly.
  186.  
  187. Quicktime Improvements
  188.  
  189.     Default pool is now "none" instead of "fusion".
  190.  
  191. Rhino Improvements
  192.  
  193.     If VRay is the selected renderer, Deadline will get Rhino to run a script that ensures the Batch Render option is enabled in the Rhino scene file.
  194.  
  195. Rib Improvements
  196.  
  197.     During submission, the Monitor submitter now parses the rib file for Display lines so that Deadline is aware of the output paths.
  198.     Added Draft support to the Monitor submitter (assuming that the submitter is able to parse out absolute Display paths from the rib file).
  199.  
  200. Softimage Improvements
  201.  
  202.     Added support for Softimage 2013.
  203.  
  204. VRay Standalone Improvements
  205.  
  206.     Added the option to the submitter to specify additional command line arguments to pass to VRay.
  207.  
  208. Vue Improvements
  209.  
  210.     Added stdout handler to catch file write errors.
  211.  
  212. Deadline Render Farm Management System
  213.  
  214. Deadline is a hassle-free administration and rendering toolkit for Windows, Linux, and Mac OSX based render farms. It offers a world of flexibility and a wide-range of management options for render farms of all sizes, and supports over 40 different rendering packages out of the box.
  215.  
  216. The latest version of the render queue management system offers a variety of work flow improvements, helping you streamline your production pipeline. Updated Monitor options allow artists to save their layout presets and the new slave availability filter helps them troubleshoot their jobs faster. Farm administration is made easier with increased security for authenticating Deadline users and streamlined configuration options improve system roll out times.
  217.  
  218. Deadline will run without a license on up to two slaves in the so-called LICENSE-FREE MODE. To use Deadline on three or more slaves, you can purchase a license or request a trial license by filling out the form on the Sales page. Please note that once you license Deadline, you must purchase licenses for every node you intend to run Deadline on, including the two machines supported in LICENSE-FREE mode.
  219.  
  220. Download:
  221.  
  222.  
  223.  
  224. Thinkbox Deadline 5.2.47700 (win/mac) Full  Download
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement