Feature Request: Add an option to disable camera resetting upon motion

Adds View->Motion Resets Camera, and keyboard shortcut Alt-Shift-R
Adds debug setting SinguMotionResetsCamera
This commit is contained in:
Lirusaito
2013-07-25 23:39:32 -04:00
parent e03d469bcf
commit 5bc9ce41c7
3 changed files with 36 additions and 7 deletions

View File

@@ -620,6 +620,17 @@
<key>Value</key>
<boolean>0</boolean>
</map>
<key>SinguMotionResetsCamera</key>
<map>
<key>Comment</key>
<string>Allow camera to reset when moving.</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<boolean>1</boolean>
</map>
<key>UseWebProfiles</key>
<map>
<key>Comment</key>