I’m trying to create a tool that imports a camera track into my sequencer’s CineCamera using blueprints. Is there any way of doing that? I’ve tried a couple of methods but have had no success.
@ChapmanVRClub Like a Macro, or a plugin of some sort? My first recommendation is to check out the Macros / Automation. I’m not entirely sure which method you used, but I’ll drop a link to the Blueprint Macros docs:
I hope this can help you out!
Thanks for your reply! It’s more that I’m creating an Editor Utility Widget to create sequences and import cameras at the same time. Was considering the Python route but I haven’t had much success.
@ChapmanVRClub
What have you tried to implement so far, I’m guessing you’ve checked out then the Python Libraries?
Which parts of the python API have you been using?
-Zen