-
Notifications
You must be signed in to change notification settings - Fork 163
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
Cache's green line refresh problem #50
Comments
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:
|
I understand now. :o) |
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. |
I don't understand what feature request you're talking about ? You want a cache shared by all render nodes ? |
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? |
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 |
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 :) |
Got it. |
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: