Hi Jordan, if the movie has not been interpolated yet, they are interchangeable. But if you change camera positions in an already interpolated movie, "interpolate" will do nothing, but "reinterpolate" will.
Example: unset movie_auto_interpolate unset movie_auto_store fragment ala set_view ( 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0,\ 0.000000227, -0.000000007, -50.0, 6.538792133, \ 0.220408708, 0.0, 40.0, 100.0, -20.0 ) view 0, store set_view ( 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0,\ 0.000000194, -0.000000011, -50.0, -6.024504662, \ 0.514286995, 0.0, 40.0, 100.0, -20.0 ) view 1, store mset 1x100 view 0, recall, 0 mview store, 1 view 1, recall, 0 mview store, 100 # now interpolate 1 -> 100 mview interpolate # change camera in frames 30 and 60 view 1, recall, 0 mview store, 30 view 0, recall, 0 mview store, 60 # does nothing, frame 30 and 60 will jump mview interpolate # will interpolate 1 -> 30 -> 60 -> 100 mview reinterpolate Hope that helps. Cheers, Thomas Jordan Willis wrote, On 09/09/13 08:00: > Hello, > > I'm all over the place with storing scenes, views, states etc. > > One thing I can't get to the bottom of, especially going through the > documentation, is when one should use interpolate vs. reinterpolate. > In Movie School 5, they seem to be used interchangeably. It seems to > me that it should be if I'm storing a view on an object for the first > time it should be interpolate, and everything else should be > reinterpolate. > > I have a feeling this is what's causing some issues with my complex > movie. > > Does anyone have a simple explanation of when to use one or the > other? > > J -- Thomas Holder PyMOL Developer Schrödinger Contractor ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. Consolidate legacy IT systems to a single system of record for IT 2. Standardize and globalize service processes across IT 3. Implement zero-touch automation to replace manual, redundant tasks http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk _______________________________________________ PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net) Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net