Skip to content
Snippets Groups Projects
  1. Nov 16, 2011
  2. Nov 10, 2011
  3. 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
  4. Sep 19, 2011
  5. Aug 08, 2011
  6. 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
  7. May 04, 2011
  8. Apr 19, 2011
  9. Apr 03, 2011
  10. Mar 21, 2011
  11. Mar 19, 2011
  12. 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
  13. Feb 16, 2011
  14. Feb 11, 2011
  15. Jan 24, 2011
  16. Jan 14, 2011
  17. Jan 08, 2011
  18. 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
  19. Dec 03, 2010
  20. Nov 08, 2010
  21. Nov 03, 2010
  22. Sep 22, 2010
  23. Sep 11, 2010
  24. Sep 10, 2010
  25. Aug 31, 2010
    • Luca Bonavita's avatar
      == trunk addons == · 01564c0f
      Luca Bonavita authored
      - comforming after my commit in bf-blender:
        - removed the categories from addons names
        - made 'version' a tuple of integers
        - added 'api' field
        - formatted wiki and trackers pages and added where needed (empty pages are yet to be written by the authors though)
      
      - more conforming:
        - 1 tab = 4 spaces
      
      - please check everything is fine in case I made some gross mistake
      01564c0f
  26. Aug 20, 2010
  27. Aug 18, 2010
  28. Aug 09, 2010
  29. Aug 06, 2010
  30. Aug 05, 2010
  31. Aug 02, 2010
  32. Jul 22, 2010
  33. Jul 20, 2010
Loading