How to switch between sequences in Vuforia Studio?
HI, I am trying to switch between different sequences using JS. I have created a .pvz file from Creo Illustrate with a couple different animations. I read somewhere in this community that I should copy the file, rename it to .zip and extract it to display the .pvi names. However it dont know how to make that work, I dont get a proper .zip file with that method.
This JS I use, its binded to the model
$scope.view.wdg['robot-arm']['sequence'] = 'middle_servo_disassembly';
I have named my sequences in Creo Illustrate, is there some way I can use those names?
thank you

