Skip to content

A simple Deadline render farm event plugin that calculates the cost of a render based on render time.

License

Notifications You must be signed in to change notification settings

BreakTools/deadline-energy-cost-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deadline energy cost calculator

This simple Deadline event plugin calculates the total costs of a render and adds it to one of the job extra info keys. Costs are calculated based on a configurable average render hour price.

Event config

Installation instructions

  1. Download this repository
  2. Move the EnergyCostCalculator folder to your Deadline installation custom events folder, which you can find at {deadline_install_root}/custom/events/.
  3. You will have to change the name of one of your Job Extra Info fields. You can configure this in the Deadline Monitor by going to Tools > Configure Repository Options > Job Settings > Job Extra Properties. deadlinemonitor_SasRsjRg86
  4. You can now configure the plugin by going to Tools > Configure Events > EnergyCostCalculator. Be sure to set the extra info field number to the field whose name you changed in the previous step. An example calculation for the render hour price: With a computer wattage average of 750 watts while rendering and an energy price of 0.35 EUR per kWh, the render hour price would be 750 / 1000 * 0.35 = 0.2625.

The event plugin should now work! I've also provided a simple script for setting the costs on already existing jobs.

While not enterily accurate, seeing the price skyrocketing on some unoptimized renders should certainly motivate artists to maybe spend a little more effort on optimization before they toss their render onto the farm :)

About

A simple Deadline render farm event plugin that calculates the cost of a render based on render time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages