rweigel
(Bob Weigel)
1
I found an error in the documentation 5. Programmable Filter — ParaView Documentation 5.10.0 documentation
and it is not clear where I should report the issue.
(Helix script will not work in ParaView versions that use Python 3+ because of the use of xrange
)
cory.quammen
(Cory Quammen (Kitware))
2
Hi, thanks for the report. I have a fix here: https://gitlab.kitware.com/paraview/paraview-docs/-/merge_requests/45
Could you please comment on whether you agree with the change there or in this post if you don’t want to get a GitLab account?
Thanks,
Cory
rweigel
(Bob Weigel)
3
Looks good. I missed that second one. Also found another:
git clone https://gitlab.kitware.com/paraview/paraview-docs.git
cd paraview-docs
find . -name "*.rst" | xargs grep "range"
./source/UsersGuide/displayingData.rst: for i in xrange(view.GetNumberOfVisibleDataObjects()):
cory.quammen
(Cory Quammen (Kitware))
4