This content has been marked as final.
Show 2 replies
-
1. Re: Change Camera Auto Orientation with Script
Dan Ebberts Nov 23, 2014 2:08 PM (in response to bpoole24)Try changing your last line to this:
targetLayer.autoOrient = AutoOrientType.NO_AUTO_ORIENT;
Dan
-
2. Re: Change Camera Auto Orientation with Script
bpoole24 Nov 23, 2014 2:22 PM (in response to Dan Ebberts)Perfect, that did it, thank you Dan! I knew I was doing something wrong there.
Thanks again!

