gmask
10-13-2008, 05:53 PM
I was working with a script that had a habit of changing the selection when it ran. I twas easy enough to store the selection and reselect the objects afterwards but this had a serious impact on the runtime speed.
I thought about storing the selection in a global var but I ran into issues with declaring the var only once when the file opens.
Also I want the selection to be stored when you hit play on the timeline and then reselects when play stops.
I have since had to move on to other things but I wanted to see if anybody had solved this before.
I thought about storing the selection in a global var but I ran into issues with declaring the var only once when the file opens.
Also I want the selection to be stored when you hit play on the timeline and then reselects when play stops.
I have since had to move on to other things but I wanted to see if anybody had solved this before.
