From 444643aeb0b80fdfbe28e0e2faae56de9d4f6e4a Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Fri, 19 Jan 2018 09:52:05 -0500 Subject: package the default camera position presets --- indra/newview/viewer_manifest.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/newview') diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 66d730d1ac..a811f16b53 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -76,6 +76,9 @@ class ViewerManifest(LLManifest): 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") -- cgit v1.2.3