Fixes for STL usage across all classes and apps.
Added import PySMILI module test script
Fixed recent CMake changes breaking Linux PySMILI
Improved install of PySMILI and DLLs
Fixed install of PySMILI into the Python root with DLLs.
Merge branch 'topic-python-bindings' of github.com:shakes76/smili into topic-python-bindings
Fixes for Python bindings under Windows VS 2022 Qt 6.9.3
Fixed support for older VTK in recent change
Updated points Python test re-enabled VTK PolyData
Merge branch 'topic-qt6' into topic-python-bindings
Merge branch 'topic-qt6' of https://github.com/shakes76/smili into topic-qt6
Improved Qt version checking for animate plugin
Merge branch 'experimental' into topic-qt6
Fixes for animate plugin for Qt6, compiles now.
Merge branch 'experimental' into topic-python-bindings
Minor error in PKGBUILD fixed
More fixes to the PKGBUILD file
Fixes to the PKGBUILD for the AUR
Updated license file to include UQ
Fixes for recent changes upporting PySide6
Completed Numpy export support but has issues
Updated exporting options for arrays in image class Added test python
Merge branch 'topic-python-bindings' of github.com:shakes76/smili into topic-python-bindings
Added Get Data support to Qt Model class for bindings
Added Get Data interface to Qt Image class
Fixed PySide2 support for recent Qt Main class change
Added Qt Main class to Python bindings Added test script to use it
Working Numpy support for Qt Model class in Python Bindings
Added Numpy support to Qt Model class Model Set Input supports STD
Minor tweak to output path of bindings
Additional changes for PySide2 fixes previously
Fixes for PySide2 from recent PySide6 changes
Added Numpy import support to Qt Image class
Added vtkImageData to bindings by rejecting problematic funcs
Added polydata to bindings, partially functional
Fixed some enums warnings for bindings
Working Python Bindings!
Fixed Pything bindings for Qt6, builds correctly now.
Fixed include issues for generating bindings
Added Python bindings changes for Qt 6 and Pyside 6
Merge branch 'topic-itk5' into experimental
Fixes for recent changes breaking ITK 4 builds
ITKv5 and CMake 4 Updates with latest Clang and Arch Linux
Merge branch 'topic-qt6' into topic-itk5
Increased default window size to 320x320
Initial SpatialObject fixes for DICOM plugin in ITK5
Updated Python Plugin for Qt5 and above. Works correctly
Updated Debian CPACK config for Ubuntu
Fixed crash caused by recent VTK/Qt changes for VTK 8 and below.
Fixed volume render crash with VTK auto init
Fixed char array issue with VS2022 in DICOM plugin
Fixed min window size regression from previous change for models.
Windeployqt header changes to keep older info
Updated Winqtdeploy to multi Qt versions for Windows
Fixed unused option ITKIO option.
Merge branch 'topic-qt5' into experimental
Merge branch 'experimental'
Fixed render window resizing incorrectly for VTK 9
Fixed ITK 4 support broken after recent ITK 5 changes
Additional fixes for ITK 5 compatibility
Initial Fixes for ITK 5 compatibility. Not complete.
Building page
Building page
Building page
Fixed NSIS installer windeployqt issues
Fixed regressions for VS 2019 from recent changes to vtk-ext
Fixed vtk-ext compile for VS2022 and export calls
Revert "Revert "Some fixes to compile under Qt6, untested.""
Revert "Some fixes to compile under Qt6, untested."
Merge branch 'topic-python-bindings' of https://github.com/shakes76/smili into topic-python-bindings
Merge branch 'topic-python-bindings' of https://github.com/shakes76/smili into topic-python-bindings
Working set and insert points for Model
Added SetPoint members to bypass vtkPoints for building point models.
Some fixes to compile under Qt6, untested.
Fixed Windeployqt cmake config to work with latest CMake
Added support for vtkPolyData input to bindings
Python bindings now run!
Added Main class and fixed list issue with it
Fixed linking and src of binding files in CMake config
Added Image and Model classes to bindings
Added simple test python script and adjust install config
Successfully compiles and links bindings now