Skip to content
Snippets Groups Projects
  1. Apr 22, 2012
    • Martin Poirier's avatar
      netrender · 395bca8b
      Martin Poirier authored
      job and frame status cleanup (move to the model module)
      record transitions between states in job to be able to get (among others) the started and finished time.
      395bca8b
  2. Apr 19, 2012
    • Martin Poirier's avatar
      netrender · 1a1a569f
      Martin Poirier authored
      Don't add empty tag if not tags have been specified.
      
      Reported by Brant Anderson (by email)
      1a1a569f
  3. Apr 18, 2012
    • Martin Poirier's avatar
      netrender · e88bae64
      Martin Poirier authored
      baking and render options for tags on slaves (default true for both means a slave can do all jobs by default)
      e88bae64
  4. Apr 15, 2012
    • Martin Poirier's avatar
      netrender · 2d051299
      Martin Poirier authored
      invalid operator return value when downloading results from a job with no finished frames
      2d051299
  5. Apr 14, 2012
  6. Apr 13, 2012
    • Thomas Dinges's avatar
      Netrender UI: · 6b54f2e4
      Thomas Dinges authored
      Fix a typo "Confgiguration" -> "Configuration" 
      
      Patch by Tobias Kummer (tobkum), thanks! 
      6b54f2e4
  7. Feb 25, 2012
  8. Feb 12, 2012
    • Martin Poirier's avatar
      netrender · a6d7d6c0
      Martin Poirier authored
      change to the repatching and local naming algorithms to better support different files with same name and dependency folder hierarchies.
      a6d7d6c0
  9. Feb 11, 2012
    • Martin Poirier's avatar
      netrender · a4683ac1
      Martin Poirier authored
      use an enum property for VCS job type (much more user friendly this way)
      a4683ac1
  10. Feb 10, 2012
    • Martin Poirier's avatar
      netrender · 463a388e
      Martin Poirier authored
      New web ui work by Philippe Van Hecke: JQuery ui theme selector.
      463a388e
  11. Jan 30, 2012
  12. Jan 24, 2012
  13. Jan 23, 2012
    • Guillermo S. Romero's avatar
      SVN maintenance. · d597ef1a
      Guillermo S. Romero authored
      d597ef1a
    • Martin Poirier's avatar
      netrender · 0d51c819
      Martin Poirier authored
      new jquery-based web interface developed by Philippe Van Hecke (great thanks)
      Works in parallel with the existing html interface (both have a link pointing to the other) which might very well be phased out at some point.
      0d51c819
  14. Jan 15, 2012
    • Martin Poirier's avatar
      netrender · 1d31ef75
      Martin Poirier authored
      use threading for interprocess communication. Don't stall slave communication when rendering/baking process output blocks. This enables running slow baking and rendering jobs correctly without the slave disconnecting from the master. It also makes slaves much more responsive to cancelling jobs on the master.
      
      add save on job option (default false) to save the current file before sending a rendering blender job.
      1d31ef75
  15. Jan 14, 2012
  16. Jan 11, 2012
    • Martin Poirier's avatar
      netrender · ed305700
      Martin Poirier authored
      typo prevented returning proper content-typeé
      
      Thanks to Philippe Van Hecke for bug finding.
      ed305700
  17. Jan 09, 2012
    • Martin Poirier's avatar
      netrender · d84fff4b
      Martin Poirier authored
      - distributed point cache baking
      - (baking fluids or anything else needs to be added but is not a hard task)
      - master support getting all results as a zip (rendering, baking or otherwise), available as a link on the job's page in the web interface
      - framework to support multiple result files per frame/task (needed for baking)
      d84fff4b
  18. Jan 04, 2012
  19. Dec 31, 2011
    • Martin Poirier's avatar
      netrender · 7b00374e
      Martin Poirier authored
      wip feature: distributed point cache baking. Distributed baking works but results are sent back to master/client yet. Feature is disabled in the UI for this reason.
      new feature: job and slave tags, enables filtering slaves for specific jobs
        jobs are dispatched to a slave only it has no tags or all the job's tags
        Render jobs have the tag "render" by default while baking jobs the tag "baking"
      UI: Web interface additions to reflect tags and job subtypes (render/baking)
      bug fix: reseting a completed job correctly resets the status to queued
      7b00374e
  20. Dec 26, 2011
    • Martin Poirier's avatar
      netrender · a73e7003
      Martin Poirier authored
      - Support for dynamic painting point cache (patch by Philippe Van Hecke)
      - Fix job log name generation to not exceed filename limits when using large chunks
      - Cleaning up duplicated code for point caches, fluid and multires between client and repath module
      a73e7003
  21. Dec 23, 2011
    • Martin Poirier's avatar
      netrender · c9946e45
      Martin Poirier authored
      correcting smoke domain modifier type restriction
      
      Patch by Philippe Van Hecke
      c9946e45
    • Martin Poirier's avatar
      netrender · 294fe2ad
      Martin Poirier authored
      - fix handling of pointcache dependencies on slave (correct repathing) and on client (bad frame dependency range)
      - add Force Upload option on master to force dependencies upload and download (don't reuse local copies outside of slave cache)
      - add links back to main page on job web page
      - client limit dependencies to rendered frame range (it used to add all point cache frames)
      
      Thanks to Philippe Van Hecke for raising the issue by email.
      294fe2ad
  22. Dec 19, 2011
  23. Nov 22, 2011
  24. Nov 19, 2011
  25. Nov 16, 2011
  26. Nov 12, 2011
  27. Nov 01, 2011
  28. Sep 23, 2011
  29. Aug 07, 2011
  30. Aug 05, 2011
  31. Jul 24, 2011
    • Martin Poirier's avatar
      [#27796] Netrendering "path:" failing · 273df5e7
      Martin Poirier authored
      by Wintch Analyzer 
      
      moving master working path initialization before connection creation
      
      also added error checks and prints to debug an invalid internal state (related to another tracker entry)
      273df5e7
    • Martin Poirier's avatar
      netrender fixes · 925f9bfe
      Martin Poirier authored
      exception safeguard in render engine
      fix module import broken by someone else
      925f9bfe
  32. Jul 11, 2011
    • Campbell Barton's avatar
      cleanup · 488e1da9
      Campbell Barton authored
      - remove/comment unused variables
      - remove unused imports
      - fixed some bugs using incorrect variables
      488e1da9
  33. Jul 01, 2011
    • Martin Poirier's avatar
      netrender · a54291cd
      Martin Poirier authored
      fix problem on web interface with blacklisted slaves no longer in slave list
      a54291cd
  34. Jun 29, 2011
    • Martin Poirier's avatar
      netrender · a82f4c03
      Martin Poirier authored
      better stream handling when uploading files
      Might solve the problem with OS X masters
      a82f4c03
  35. Jun 20, 2011
Loading