-
Notifications
You must be signed in to change notification settings - Fork 17
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
Remove the guidata option #413
Conversation
[visibility toggling not working now]
for more information, see https://pre-commit.ci
Preview PR at appsharing.space |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Bot please update snapshots! |
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.
Thanks for starting this!
I've not looked too deeply into the implementation yet, but it looks like this PR is breaking the some logic upon the application of a boolean operator.
When creating two initial shapes, then applying a cut operator on them, the two initial shapes are not set hidden anymore.
Also when trying to hide them manually from the left panel seems to not work reliably.
I wonder if this is the cause of the visual regression the CI has seen.
I noticed this after your comment, i'm looking into why this is happening. Thanks for pointing it out. |
Might be related to #397, have to look into it. Thanks a lot for letting me know |
Bot please update snapshots! |
Hi @trungleduc, I tried reproducing this on my end locally but it seems like it works fine for me. However I'd want to confirm a couple of things -
|
jcad-guidata.mp4
|
yeah, I can not reproduce it anymore, thanks for double-checking it! |
we should update https://github.com/jupytercad/JupyterCAD-FreeCAD since it also uses the |
Yes, I'll be on that next. Thank You :) |
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.
Thanks! Let's make an alpha release of this so we can start updating jupytercad-freecad
Sounds good, should I wait for the release to open a PR on jupytercad-freecad? |
That will be easier for you that way 👍🏽 |
It's out https://github.com/jupytercad/JupyterCAD/releases/tag/v3.0.0a0 You can install it with pip: https://pypi.org/project/jupytercad/3.0.0a0/ |
Best! Thanks @martinRenou 🚀 |
Should potentially close #410