-
Notifications
You must be signed in to change notification settings - Fork 1
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
PLOTTING: add affine transform widget #136
Comments
Just FYI, this was added in |
Okay, no problem :) Once it's available we will bump it. We will also have to bump the minimum PyVista requirement to 0.42 in that case |
Overview of this featureWhat we wantWe were looking for an affine transform that applies the transformations to all of the scene. We were looking to substitute the axis widgets that we already have in the corner for an interactable one to move all of the objects of the scene around. What PyVista currently hasPyVista currently offers an affine transform widget, that is meant to be attached to a particular actor. This allows to apply the affine transformations to this object in particular. Currently, you can not perform affine transformations to a list of actors, which is what we were looking for. ConclusionsSince we cannot easily implement what we want with the current PyVista features, I think we should wait until this feature is implemented in PyVista to continue the development here. |
Please open an issue on PyVista to see if they could implement an option to apply this widget to the entire scene. Thanks @AlejandroFernandezLuces! |
Can we get some updates on this @AlejandroFernandezLuces? I think it would be something great to have |
We should consider adding this new widget from PyVista pyvista/pyvista#4803
The text was updated successfully, but these errors were encountered: