Skip to content

Setting up for pythonic vtk wrapping

Andrew Maclean requested to merge More-Pythonic-VTK-wrapping into master

The changes are:

  • Created a new folder: src/PythonicAPI.
  • Created a new folder: src/Testing/Baseline/PythonicAPI.
  • Added src/PythonicAPI.md to the top level.
  • Edited src/Admin/ScrapeRepo.py to add in the new Python folder.
  • Edited src/Admin/VTKClassesUsedInExamples.py to add in the new Python folder.

Note: src/SyncSiteWithRepo.sh will automatically copy across src/Testing/Baseline/PythonicAPI.

Merge request reports