Commit Graph

623 Commits

Author SHA1 Message Date
Sybren A. Stüvel 74958cf217 Show error in GUI when Blender Cloud is unreachable 2017-03-07 11:00:42 +01:00
Sybren A. Stüvel 5026dfc441 Fixed sample count when using branched path tracing
Thanks to dr. Sharybin for the patch.
2017-03-07 11:00:23 +01:00
Sybren A. Stüvel 843667e612 Bumped version to 1.6.0 version-1.6.0 2017-02-14 10:22:35 +01:00
Sybren A. Stüvel cf3f7234eb Default to frame chunk size of 1 (instead of 10) 2017-02-14 10:22:06 +01:00
Sybren A. Stüvel 4647175a7e Turn off "use overwrite" and "use placeholder" for Flamenco blend files.
If you want to re-render frames, delete them first, then reschedule
the render task.
2017-02-14 10:21:50 +01:00
Sybren A. Stüvel 33da5195f3 Fixed bugs when blendfile is outside the project directory 2017-02-01 14:00:46 +01:00
Sybren A. Stüvel 3814fb2683 Bumped version to 1.5.999999 version-1.5.999999 2017-02-01 09:57:49 +01:00
Sybren A. Stüvel 15484a65cd Tweaked output dir to not end in '.flamenco' 2017-01-31 18:29:10 +01:00
Sybren A. Stüvel d9e2b36204 A bit broader exception handling 2017-01-31 18:29:00 +01:00
Sybren A. Stüvel cc690ec8c9 Always use EXR for progressive rendering 2017-01-31 18:28:47 +01:00
Sybren A. Stüvel 0422070d55 Flamenco: use 6 #-signs, Flamenco Server expects this 2017-01-31 18:28:35 +01:00
Sybren A. Stüvel 8cefb4fb07 Flamenco: Take "Square samples" into account when computing nr of samples 2017-01-31 18:28:14 +01:00
Sybren A. Stüvel 23549fa676 Added support for blender-render-progressive jobs 2017-01-30 10:38:35 +01:00
Sybren A. Stüvel cb73030e6a Bumped version to 1.5.99999 version-1.5.99999 2017-01-24 17:22:04 +01:00
Sybren A. Stüvel fbf02c3625 Captialising labels/captions 2017-01-24 15:15:08 +01:00
Sybren A. Stüvel 95699aca36 Open webbrowser after submitting a Flamenco job
This can be disabled in the add-on preferences.
2017-01-24 15:14:43 +01:00
Sybren A. Stüvel 60018cd78c Using explicit status EnumProperty to show Flamenco status
By Andy's request, I've removed the window_manager.progress_xxx stuff (so
no longer hijacking the mouse cursor) and instead show the Flamenco status
in the Flamenco Render panel.
2017-01-24 14:55:39 +01:00
Sybren A. Stüvel 5f73837d3c Don't write to artist's blend file, but to temporary file.
This file is saved to '{blendfile}.flamenco.blend', which is used to BAM-
pack and create the Flamenco job. After that, the file is removed from
the local filesystem again.
2017-01-24 14:39:49 +01:00
Sybren A. Stüvel 9272e22129 Bumped version to 1.5.9999 to indicate 1.6.0-beta2 version-1.5.9999 2017-01-19 15:44:17 +01:00
Sybren A. Stüvel e14a0aa53c Warn in the Flamenco panel about the "Overwrite" checkbox. 2017-01-19 15:06:03 +01:00
Sybren A. Stüvel 51cf097c8f Removed logging when file is outside project path 2017-01-19 15:04:12 +01:00
Sybren A. Stüvel 4608204f1d Prevent error when current file is outside Flamenco project path 2017-01-18 16:45:54 +01:00
Sybren A. Stüvel 3f95249196 Include README-flamenco.md in the distribution ZIP version-1.5.999 2017-01-18 14:39:10 +01:00
Sybren A. Stüvel 9df016da09 Bumped version to 1.5.999 2017-01-18 14:37:09 +01:00
Sybren A. Stüvel 64e29e695b Flamenco: determine render output path using add-on prefs and filename. 2017-01-18 14:31:25 +01:00
Sybren A. Stüvel d5f285a381 self._log -> self.log 2017-01-18 12:50:50 +01:00
Sybren A. Stüvel e39429272d Single quotes intead of double 2017-01-18 10:53:16 +01:00
Sybren A. Stüvel bdb00eeaaa Flamenco: show crude progress when BAM-packing & creating Flamenco job 2017-01-18 09:35:23 +01:00
Sybren A. Stüvel 3ef2ca0c07 Added scene properties for Flamenco render job type & priority 2017-01-18 09:34:45 +01:00
Sybren A. Stüvel 35d4f85010 Added BAM-packing, requires version of Blender that includes BAM 1.1.1 2017-01-17 17:30:37 +01:00
Sybren A. Stüvel 8151b952b9 Construct ProactorEventLoop on win32 for subprocess support 2017-01-17 16:02:34 +01:00
Sybren A. Stüvel 2d2585b8d7 Fixed bug in flamenco.unregister 2017-01-13 17:57:57 +01:00
Sybren A. Stüvel 65204db228 Bumped version to 1.5.99 to indicate 1.6-beta0 2017-01-13 17:47:37 +01:00
Sybren A. Stüvel 570b1d4bfe Initial Flamenco support.
Lots to do:

- Doesn't call BAM yet to copy files onto the job storage folder (even
  though you can configure that folder).
- Uses the same project as Attract, so you have to select it in an
  unintuitive location. Also, you can only start Flamenco jobs on a project
  that is Attract-enabled (and not necessarily Flamenco-enabled).
2017-01-13 17:24:37 +01:00
Sybren A. Stüvel 68b046c714 Bumped version to 1.5.2 version-1.5.2 2017-01-06 17:01:58 +01:00
Sybren A. Stüvel cb20d6ee03 Fixed icon, the MOVE_UP_VEC icon was removed
This happened in Blender commit rBb2159b94bcd6c4e30c47b9970601e6f2ca2a0750
2017-01-06 17:01:06 +01:00
Dalai Felinto 645bdd950f Attract: prevent ui/console errors when no strip exists 2016-12-06 22:00:58 +01:00
Dalai Felinto 74a5830dae setup fdist option for files distribution (unzipped files)
This is the equivalent of `python setup.py bdist` and unzipping the outputted file. If no --dest-path is specified it dumps the files in the same folder as the .zip.

It is used for symlinking of the latest addon in production computers without having to deal with .zip files.

Review, design, lessons, patient orientations by Sybren Stüvel
2016-11-11 16:15:24 +01:00
Sybren A. Stüvel da4d4df5fb Bumped version to 1.5.1 version-1.5.1 2016-11-11 09:28:10 +01:00
Sybren A. Stüvel 9c3098cc0d Attract: Added some poll methods 2016-11-11 09:26:52 +01:00
Sybren A. Stüvel 98beaf7fb7 Unlinking a single shot copies the shot ID to the clipboard.
This allows you to easily unlink one strip, and relink another. This cannot
be done for multiple shots simultaneously.
2016-11-11 09:23:39 +01:00
Sybren A. Stüvel 3364371ac6 Use '{nr of shots} Shots' instead of 'Selected Shots'
This is a bit shorter, and more concrete.
2016-11-11 09:22:59 +01:00
Sybren A. Stüvel 2723b07fa2 Nicer button layout for unlink & delete
This makes 'delete' harder to hit accidentally.
2016-11-11 09:17:25 +01:00
Sybren A. Stüvel c2a037ca89 Added button to copy a shot ID to the clipboard 2016-11-11 09:15:04 +01:00
Sybren A. Stüvel d3451d4de3 Icon tweaks 2016-11-11 09:14:51 +01:00
Sybren A. Stüvel 5094977614 Attract: "delete shots" now works on all selected Attract strips 2016-11-11 09:06:59 +01:00
Dalai Felinto a11a55be22 Implement attract "Trim End" 2016-11-10 18:49:13 +01:00
Sybren A. Stüvel 68d2fc8e42 Fixed scene update post handler disappearing. version-1.5.0 2016-11-08 15:11:27 +01:00
Sybren A. Stüvel 2de4a8e87c Removed beta warning 2016-11-08 14:09:33 +01:00
Sybren A. Stüvel 39b2bacdcc Bumped version to 1.5.0 2016-11-08 14:08:15 +01:00