From 444643aeb0b80fdfbe28e0e2faae56de9d4f6e4a Mon Sep 17 00:00:00 2001
From: Oz Linden <oz@lindenlab.com>
Date: Fri, 19 Jan 2018 09:52:05 -0500
Subject: [PATCH] package the default camera position presets

---
 indra/newview/viewer_manifest.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 66d730d1aca..a811f16b532 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -76,6 +76,9 @@ def construct(self):
                 contributor_names = self.extract_names(contributions_path)
                 self.put_in_file(contributor_names, "contributors.txt", src=contributions_path)
 
+                # ... and the default camera position settings
+                self.path("camera")
+
                 # ... and the entire windlight directory
                 self.path("windlight")
 
-- 
GitLab