-
Notifications
You must be signed in to change notification settings - Fork 342
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
[CLOSED] Cache's green line refresh problem #50
Comments
Comment by MrKepzie Actually this is because the whole sequence that you read at a lower scale factor is still in the cache, the the green line won't go away. On Jun 28, 2014, at 2:36 PM, Francois-Grassard notifications@github.com wrote:
|
Comment by Francois-Grassard I understand now. :o) |
Comment by blackearth2014 What if you have multiple computers that you want to use as a render farm, could this feature that Francois request be possible as an active background render? The render or cache engine continuously distributes the process amongst multiple render nodes. I think I saw a demonstration of this in Digital Fusion with its compositor. They provide additional software that can be installed on other computers and used to render realtime. Not really a need for now though. |
Comment by MrKepzie I don't understand what feature request you're talking about ? You want a cache shared by all render nodes ? |
Comment by blackearth2014 I am sorry wrong use of words or terms. I referring to Francois issue with the cache. Your last paragraph and I quote "Otherwise we would have to do more heuristics to update this cache line (every time you zoom in/out…) and it would slow down the software as a whole" So I was wondering since Natron can be used on a render farm, can the cache be distributed to other render nodes on a network? |
Comment by MrKepzie No, the cache is local to a computer's RAM, it is not shared. Plus there's no point sharing this cache as on a render farm typically each node is rendering a different frame range, such as So they don't have anything to share really |
Comment by Francois-Grassard And AFAIK, sending the cache trough the network could be far slower than recalculate it on each local machines. At least with most common networking solutions (simple switch with Gigabits connections :) |
Comment by blackearth2014 Got it. |
Issue by Francois-Grassard
Saturday Jun 28, 2014 at 12:36 GMT
Originally opened as MrKepzie/Natron#50
Hi friends,
The green line is not well refreshed in certain case.
Step to reproduce :
----> Composite is recalculated from scratch because of the new size of the image (we can be sure of that because Natron play the sequence slowly) ... but the green line is still there. :o)
Natron 0.94 / Win8 / 64 Bits / Zip Version
Thanks !!!
The text was updated successfully, but these errors were encountered: