Skip to content
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

Broken Q and W markers (The old context kept alive after change_scene operation?) #5

Closed
ont opened this issue May 6, 2019 · 6 comments

Comments

@ont
Copy link
Contributor

ont commented May 6, 2019

Version

0.16.2

Steps to reproduce

  1. run zencad (zencad should show default example)
  2. Q and W markers worked as expected
  3. open any new model file with ctrl + o
  4. now Q and W are broken. I observe flickering of viewport (old model from step 1 appears, and no markers are placed. Then current model is shown).
@mirmik
Copy link
Owner

mirmik commented May 6, 2019

It is very interesting. The program not only does not put markers, it also tries to put them in an old context, which, in theory, should be removed by this point.

I have to investigate this.

@mirmik
Copy link
Owner

mirmik commented May 6, 2019

I fix markers behavior in 7e0d94b.

But apparently the old context is not deleted. It's another bug.

@mirmik mirmik changed the title Broken Q and W markers Broken Q and W markers (Old context keep alive after change_scene operation?) May 6, 2019
@mirmik mirmik changed the title Broken Q and W markers (Old context keep alive after change_scene operation?) Broken Q and W markers (The old context kept alive after change_scene operation?) May 6, 2019
@mirmik
Copy link
Owner

mirmik commented Sep 26, 2019

Solved in gui2.0

@mirmik mirmik closed this as completed Sep 26, 2019
@ont
Copy link
Contributor Author

ont commented Sep 27, 2019

👍 any plans for releasing 2.0 version soon?

@mirmik
Copy link
Owner

mirmik commented Sep 27, 2019

It already released. gui 2.0 is my name for the new interface engine. This is not a version of the zencad library. The current commit of master branch and current version in pypi repository (zencad v0.17.4) have been updated in accordance with gui2.0.

@mirmik
Copy link
Owner

mirmik commented Sep 27, 2019

I prepared a roadmap for the release of the first stable version of the program (https://github.com/mirmik/zencad/projects/1).
Within 2-3 months I intend to roll out zencad v1.0.

If there are no problems with the new script processing model (which are now implemented in independent program instances running on the background) when porting to Windows, the kernel of the system can be considered stable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants