Skip to content
Snippets Groups Projects
  1. May 01, 2012
  2. Apr 06, 2012
  3. Mar 23, 2012
  4. Mar 22, 2012
  5. Mar 06, 2012
    • Jesse Kaukonen's avatar
      - Enabling Cycles uploading · df27bb5b
      Jesse Kaukonen authored
      - Enabling settings for defining things for Cycles rendering
      - Adding some file format checking
      - Adding some code for defining a few session settings via xmlrpc
      - Making the UI more responsive
      df27bb5b
  6. Feb 28, 2012
  7. Feb 07, 2012
  8. Feb 03, 2012
  9. Jan 18, 2012
  10. Jan 14, 2012
  11. Jan 04, 2012
  12. Jan 01, 2012
  13. Dec 31, 2011
  14. Nov 16, 2011
  15. Nov 10, 2011
  16. Sep 29, 2011
    • Jesse Kaukonen's avatar
      Uploader version 9 features: · f51dee9e
      Jesse Kaukonen authored
      - You must now log in first before doing anything. Old system did everything in one call, while this new system has 3 calls:
          1: Login and check password, downloading session information
          2: Do optional session list refreshing
          3: Handle file uploads to the service
      - Changed the UI:
         * You can no longer edit ore_resox or the other ore settings. These are copied from Blender's render settings directly 
         * You can change ore parts and ore memory usage, but these are tagged as "optional advanced settings"
         * There is now a link to the Renderfarm.fi render panel in the main render panel. You can easily switch between Blender Render and Renderfarm.fi render
         * The UI gives you visible errors instead of hiding these in the console, although not all errors are visible
      - The preparation is performed once the user presses "upload" or changes to the Renderfarm.fi tab
         * This no longer stops the upload, but instead gives a warning if there are issues
         * If a texture is not found, give a warning
         * If a linked file is not found, give a warning
      - The file is no longer saved into the original master file, but a copy is created with the name "renderfarm.blend".
      - Short description field was removed. This still exists code-wise, but it's simply filled with a dummy letter. Instead, the UI asks for simply "description" and "tags". Tags might be implemented soon-ish(tm).
      - The old method of listing and canceling sessions is completely re-written:
         * The new system fetches out all the user's sessions and stores them in lists, then fetching what is required. The old system required a new XMLRPC call if you wanted to switch your selected list from one to another such as "completed" to "canceled". I removed this "list by session type" -feature entirely and simply added one list that has everything. The sessions still have the % complete next to the name.
         * Canceling works like before, except it gives a visible error if canceling isn't possible (ie session is already running or rejected)
         * There is a refresh button that fetches out new listings from the server
      - Particles generate a warning:
         * If there are emitter type particles, recommend checking particle baking
         * If there are hair type particles with child_type 'SIMPLE', change the mode to 'INTERPOLATED'. This seems to fix most of our problems. Also shows a note about this
      - Fluid simulations generate a warning about them not working at all. This won't prevent uploading.
      - Possibly some tiny fixes I forgot to mention
      f51dee9e
  17. Sep 19, 2011
  18. Aug 08, 2011
  19. Jul 10, 2011
    • Campbell Barton's avatar
      cleanup · 8012053e
      Campbell Barton authored
      - remove unused imports
      - remove/comment unused vars
      - fix for some bugs with unused vars being used
      8012053e
  20. May 04, 2011
  21. Apr 19, 2011
  22. Apr 03, 2011
  23. Mar 21, 2011
  24. Mar 19, 2011
  25. Mar 04, 2011
    • Jesse Kaukonen's avatar
      - Summary page closed by default · 579bd2c9
      Jesse Kaukonen authored
      - Summary page now lists border render
      - ore.prepare now changes border render off
      - ore.prepare now changes full sample off, then save buffers (old was just save buffers which can't be changed if full sample is on)
      - A small piece of text that warns about the upload making Blender seem frozen
      - Bug fix: ore.prepare() couldn't be called in the old way. The new API prevents changing data during layout drawing. The original ore.prepare operator was changed a bit to not require the call
      - Bug fix: Completed / pending / rendering sessions didn't work. Same issue as above: cannot change data during draw functions. Fix is simply removing the problematic call as the list is already generated elsewhere
      579bd2c9
  26. Feb 16, 2011
  27. Feb 11, 2011
  28. Jan 24, 2011
  29. Jan 14, 2011
  30. Jan 08, 2011
  31. Dec 18, 2010
    • Jesse Kaukonen's avatar
      Added: · dcc7263c
      Jesse Kaukonen authored
      - Test render button
      - Simulations to the summary page
      
      Fixed:
      - Bug that forced the user to press Check Scene again even if all was in order
      dcc7263c
  32. Dec 03, 2010
  33. Nov 08, 2010
  34. Nov 03, 2010
Loading