Thread: Copying Scene?
View Single Post
  #1  
Old 08-28-2009, 11:56 PM
Brett Lindberg Brett Lindberg is offline
Member
 
Join Date: Jul 2008
Posts: 18
Copying Scene?

I am trying to do the following:

-Interact with a scene, which includes animations that are running
-"Pause" that scene, to still interact with the scene, but the scene is frozen
-Keep the scene running in the "background", so that when you "unpause" the original scene, you resume as if time had continued to run in the background (i.e. having continued to moved down an animation path, instead of just unpausing the animation)

I'm thinking maybe you could copy the scene upon "pause", then run the two scenes simultaneously, and switch back to the non-paused scene when you were done with paused mode. However, I'm not sure how to duplicate/copy a whole scene. Is this even the right approach, and if so, how do you deep copy a whole scene?
Reply With Quote