Nabil, As the doc suggests, it's been replaced by `GetColorTransferFunction`. The params are quite comparable except that it does not need the number of components any more.
Utkarsh On Fri, Jul 14, 2017 at 3:31 PM, Nabil Ghodbane <[email protected]> wrote: > dear experts, > I recently moved a software from PV 4.3 to PV 5.2.0 and the software I am > running uses the GetLookupTableForArray LockScalarRange property > Was it simply removed ? > thanks. > > > pvpython > from paraview import * > >>> from paraview.simple import * > paraview version 5.2.0 > >>> help(GetLookupTableForArray) > Help on function GetLookupTableForArray in module paraview.simple: > > GetLookupTableForArray(arrayname, num_components, **params) > Used to get an existing lookuptable for a array or to create one if > none > exists. Keyword arguments can be passed in to initialize the LUT if a > new > one is created. > *** DEPRECATED ***: Use GetColorTransferFunction instead > > > > > Nabil Ghodbane (Ph. D. Habil*.*) > Phone: +33 6 34 42 33 43 <+33%206%2034%2042%2033%2043> > Mailto: [email protected] > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
