Deep Sight v0.4
Pre-release
Pre-release
DeepSight toolkit for design-oriented volume dataset manipulation.
Components
deepsight
-> C++ wrapper (i.e. OpenVDB functions, etc.)DeepSightNet
-> C# wrapper fordeepsight
RawLamb
-> RhinoCommon interface for DeepSightNetRawLamb.GH
-> Grasshopper plug-inpydeepsight
-> Python wrapper usingpybind11
(Python 3.10)
First release after major refactor.
Installation - Python
This version is for Python 3.10.
- In the command prompt, use
pip install <path_to_deepsight-0.4-py3-none-any.whl>
Installation - Grasshopper
- Navigate to your Grasshopper components folder. You can find this by typing in
%appdata%/Grasshopper/Libraries
in the File Explorer navigation bar. - Copy
DeepSight-v0.4
to the Libraries folder. - Unblock all
.dll
and.gha
files as necessary.