-
Notifications
You must be signed in to change notification settings - Fork 233
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
Graph takes two times to display #4148
Comments
is this upon the first load of a .blend ? it's helpful to also establish if this is behaviour unique to your suite of nodes, or does this happen if you make a blend with just a few sverchok-core nodes outputting to a viewer node. |
but i have seen reports of users needing to press update all for sverchok to fully "get a grip", |
Yes exactly. It is on first load of sverchok:
|
It is not specific to Topologic nodes. I just tested it with a simple: |
testing_temporal_viewer_2021_06_06_08_48.zip i don't have to press "update all". which makes debugging kind of hard.. |
there must be something that unites all of the users who have to do this. |
@wassimj when you load blender, do you
|
@wassimj just out of interest, how many cores does your machine have? :) |
Most likely it is relevant to, as I consider this, Blender bug - https://developer.blender.org/T88837 |
yeah, the order can be this one sometimes:
|
I can confirm that this bug does not exist in 2.92. It opens and loads correctly in 2.92. |
Oh I am on a relatively weak machine: An Intel NUC i5 Quad core. I use it for software development but not for any advanced rendering or animation. |
I have not done the save startup thing. I either start blender, press scripting and then switch to sverchok view or I already have a blender file so I start from terminal (to see errors) then File>Open a blender file. I have also experimented with saving and loading JSON graphs. Works well. |
a NUC ? cool :) it can be quite deceiving to dev on a high spec machine. There's not a whole lot we can do about Blender behaving differently between 2.92 and 2.93, except go into discussion with Blender devs. Thanks for the report, it's really weird that my machine doesn't suffer from this. |
Problem statement
When I open a sverchok graph (using Topologic nodes), I could see from the terminal window that the topologic nodes are executing correctly. However, when the Blender interface finally displays on screen, the visual results are not visible and all nodes report empty outputs. I then have to press "Update all" to re-run the graph and the output is then correct. This effectively means that graphs are taking twice the time to run. Why is that happening? Am I doing something wrong?
Steps to reproduce
Expected result
The graph runs once and the visual results displayed in the Blender view
Actual result
Empty screen and the nodes have empty output
Sverchok version
0.6.0.0
The text was updated successfully, but these errors were encountered: