Hi,
I am having issues with the cut command regarding CinemachinePriority().
As you can see below, I have the sequence in there (camera, cut), but it's still blending between the two. Any idea why that might be? I saw there was an issue previously, but based on patch notes back in June it seems that isn't the issue.
Thank you!
Issue with CinemachinePriority() Cut Command
Re: Issue with CinemachinePriority() Cut Command
The square brackets shown around [cut] in the manual indicate that the cut parameter is optional. You don't need to actually include the square brackets in your sequencer command. Try this:
If you leave the middle parameter blank, it will default to a value of 999:
(However, note that I included the middle parameter, as indicated by the two commas, but I left that parameter as a blank string.)
Code: Select all
CinemachinePriority(Aneya OS Med, 999, cut)
Code: Select all
CinemachinePriority(Aneya OS Med, , cut)
Re: Issue with CinemachinePriority() Cut Command
Ha, well now I feel dumb. That worked perfectly. Thank you!
Re: Issue with CinemachinePriority() Cut Command
Glad to help!