You cannot. It;s risky to try to reuse the same IDs since they might have been used by some other object/proxy. You can make the state loader not clear the proxies it created while loading the state (call vtkSMStateLoader::LoadState() with keep_proxies=1) then you can use NewProxy(int) to obtain the proxies created associated with the SelfIDs in the state file.
Utkarsh On Sun, Nov 23, 2008 at 11:51 AM, Nehme Bilal <[EMAIL PROTECTED]> wrote: > Hello, > > After loading Paraview state, paraview regenerate proxies selfID, how can I > restore the same selfID's ? > > Thanks > _______________________________________________ > ParaView mailing list > [email protected] > http://www.paraview.org/mailman/listinfo/paraview > _______________________________________________ ParaView mailing list [email protected] http://www.paraview.org/mailman/listinfo/paraview
