-
Notifications
You must be signed in to change notification settings - Fork 18
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
Allow configurating the viewport #573
Comments
Agreed! A simple toggle button like the wireframe may be enough |
Makes Sense! Will be happy to do it :) |
I updated the issue about the viewport config. The transform control merits its own toggle button on the toolbar |
I'm thinking these should be using normal JupyterLab settings. There may be a way to add a shortcut in the toolbar to go to the settings page for JupyterCAD?
I feel like this one should instead be stored on a per-file basis in StateDB like the other view states listed in #601 |
If we put it into JupyterLab settings, having the shortcut is a must. I know lots of users do not know about the setting page of JupyterLab.
just checked FreeCAD, it's at application level. I would follow them for these configs |
Always displaying the transform control makes it easy to accidentally move the objects while rotating the camera. Other CAD software do not activate the transform control by default. I think we should follow this behavior.
Since we had already the dialog to show and hide the axes helper, we can change this dialog to a viewport config dialog with the following items:
We could reuse the setting system of JupyterLab to persist the viewport config.
The text was updated successfully, but these errors were encountered: