diff options
author | Oz Linden <oz@lindenlab.com> | 2018-01-19 09:52:05 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2018-01-19 09:52:05 -0500 |
commit | 444643aeb0b80fdfbe28e0e2faae56de9d4f6e4a (patch) | |
tree | 8d74928449976a48d3eed3ee0657546473fdeca9 /indra/newview/viewer_manifest.py | |
parent | 9954d8d82391a129ca2c4c9fe9a339bc80bc0817 (diff) |
package the default camera position presets
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-x | indra/newview/viewer_manifest.py | 3 |
1 files changed, 3 insertions, 0 deletions
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") |