-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Viewer toolbar #337
Viewer toolbar #337
Conversation
Hi @Dagonite, thanks for opening the PR! We have a training course/hackathon coming up soon for our CIL software, so we are pretty busy over the next few weeks. This means we probably won't get on to looking at this yet, but we will get back to it after then! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately we cannot yet use imports from vtkmodules as we still have to support vtk8 for the iDVC app.
Instead we need to use: colors = vtk.vtkNamedColors()
This requires some more changes rather than just the import change so I will look into this another time
This will close #331 |
Relevant changes are updated in #347 |
Implementation of the viewer GUI toolbar.