From b641c8f618afc848fbb5bb0be259486a95ea2123 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 20 Dec 2017 16:31:53 +0000 Subject: [PATCH] Deploy code docs to GitHub Pages Travis build: 105 Commit: 7e64009305ec975886f749e4cc69905ab7891ee1 --- doxygen.log | 2 +- html/wrapper_8hpp_source.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doxygen.log b/doxygen.log index 1a22fdcb..a88db5f4 100644 --- a/doxygen.log +++ b/doxygen.log @@ -898,5 +898,5 @@ Generating file index... Generating file member index... Generating example index... finalizing index lists... -lookup cache used 2750/65536 hits=16600 misses=2943 +lookup cache used 2750/65536 hits=16601 misses=2943 finished... diff --git a/html/wrapper_8hpp_source.html b/html/wrapper_8hpp_source.html index 2ab7248d..bf85f91a 100644 --- a/html/wrapper_8hpp_source.html +++ b/html/wrapper_8hpp_source.html @@ -431,9 +431,9 @@ $(document).ready(function(){initNavTree('wrapper_8hpp_source.html','');});
456  __LINE__, __FUNCTION__, __FILE__);
457  if (!renderOutput && (!wrapperStructOutput.writeImages.empty() || !wrapperStructOutput.writeVideo.empty()))
458  {
-
459  const auto message = "In order to save the rendered frames (`write_images` or `write_video`), you must"
-
460  " set `render_output` to true.";
-
461  error(message, __LINE__, __FUNCTION__, __FILE__);
+
459  const auto message = "In order to save the rendered frames (`write_images` or `write_video`), you"
+
460  " cannot disable `render_pose`.";
+
461  log(message, Priority::High);
462  }
463  if (!wrapperStructOutput.writeHeatMaps.empty() && wrapperStructPose.heatMapTypes.empty())
464  {