I fixed one of the VTK bugs tonight. The bug was 0010861 in the VTKPolyDataConnectivityFilter.
I had the source code for VTK straight on my system, so I had to install it through GIT instead. To do this I did the following:
cd VTK
git clone git://vtk.org/VTK.git VTK
git clone git://vtk.org/VTKData.git
./Utilities/SetupForDevelopment.sh
git remote add gerrit asbissad@review.source.kitware.com:VTK
git commit
git add
git push gerrit HEAD:refs/for/master/PrivateToProtected
No comments:
Post a Comment