Earlier quoted context omitted.
As a reading medium seeing a bunch of tweets strung together is not fantastic as implemented today. As an authoring medium though, the character constraints force you to write succinct points that keep the reader engaged. You can focus your writing just on one point at a time, committing to them when you tweet, and you can stop anytime. If you're struggling with writing longer form pieces a tweet thread is a great on…
Really? I don't like that Twitter makes me to reword and abbreviate words, just because I'm 2 characters over! Any medium (pun intended) has the concept of paragraphs, but does not typically limit you how long the paragraph is. It could guide you not to go overboard, but to force you to a certain made-up character limit - it's not really acceptable in 2021.
Pixar's Render Farm
251–260 of 323 posts
Re: Pixar's Render Farm
#252Earlier quoted context omitted.
Yeah, I've never seen any value in Twitter. They should've called it "Public IM" or limited IIRC and make it function well like IM. Even the poor implementation of threads in Slack is way better than the perverted version of Twitter.
> I've never seen any value in Twitter. Except for the information that doesn't show up on other platforms, which is why it is a frequently linked site here?
Re: Pixar's Render Farm
#253Can anyone comment on why Pixar uses standard CPU for processing instead of custom hardware or GPU? I'm wondering why they haven't invested in FPGA or completely custom silicon that speeds up common operations by an order of magnitude. Is each show that different that no common operations are targets for hardware optimization?
Not an ILMer, but I was at LucasArts over a decade ago. Back then, us silly gamedevs would argue with ILM that they needed to transition from CPU to GPU based rendering. They always pushed back that their bottleneck was I/O for the massive texture sets their scenes through around. At the time RenderMan was still mostly rasterization based. Transitioning that multi-decade code and hardware tradition over to GPU would…
Is any of that true?
Re: Pixar's Render Farm
#254Earlier quoted context omitted.
Can be either. You usually have digital artists creating them. https://en.wikipedia.org/wiki/Texture_artist
Texture artists aren't painting 1 terabyte textures dude.
Note though these are not single 1TB textures, they’re multiple sets of textures, plus all of the layers that constitute them. Some large robots In particular had 65k 4K textures if you count the layers.
Re: Pixar's Render Farm
#255For those that can't stand Twitter's UI: https://threadreaderapp.com/thread/1345146328058269696.html
It's very painful to follow a conversation on Twitter. I'm not sure why they think the way they've done things makes sense.
Twitter have tried to have their cake and eat it too by allowing a reddit or hn style tree (which is good for discussions) while having their ui present it as a linear feed (which is good for engagement). This has lead to their current solution where the branches are presented in a choose your own adventure way. Now because the linked tweet has three replies, it has to show all three of them and leave it to you to select which branch you want to go down by clicking on it or the show replies prompt (though it does give primacy to pixprin's replies to self).
Re: Pixar's Render Farm
#256Re: Pixar's Render Farm
#257Earlier quoted context omitted.
Not Pixar specifically but Modern VFX and Animation studios usually have a bare metal render farm, they usually are pretty beefy -- think at least 24 cores / 128 GB of RAM per node. Usually in crunch time if there's not enough nodes in the render farm they might rent nodes connecting them to their network for a period of time, or they might use the cloud, or they might get budget to increase their render farms. From…
Can confirm cloud GPU is way overpriced if you're doing 24/7 rendering. We run a bare metal cluster (not VFX but photogrammetry) and I pitched our board on the possibilities. I really did not want to run a bare metal cluster, but it just does not make sense for a low margin startup to use cloud processing. Running 24/7 for three months, it's cheaper to buy consumer grade hardware with similar (probably better) perfor…
Re: Pixar's Render Farm
#258Earlier quoted context omitted.
> It's not like you can just slice the frame into rectangles and farm them out. Funny thing, you sure can! Distributed rendering of single frames been a thing for a long time already.
What about GI? You can't just slice GI into pieces.
Obviously doesn't work for every frame/scene/project, only if the main time is spent on actual rendering with CPU/GPU. Most of the times when doing distributed rendering, CPU isn't actually the bottleneck, but rather transferring the necessary stuff for the rendering (project/scene data structures that each worker needs).
Re: Pixar's Render Farm
#259Re: Pixar's Render Farm
#260Earlier quoted context omitted.
> Because the expense is not really worth it I disagree with this takeaway. But full disclosure I’m biased: I work on OptiX. There is a reason Pixar and Arnold and Vray and most other major industry renderers are moving to the GPU, because the trends are clear and because it has recently become ‘worth it’. Many renderers are reporting factors of 2-10 for production scale scene rendering. (Here’s a good example: https…
I write a production renderer for a living :) So I'm well aware of the trade offs. As I mentioned, for lookdev and small scenes, GPUs do make sense currently (if you're willing the pay the penalty of getting code to work on both CPU and GPU, and GPU dev is not exactly trivial in terms of debugging / building compared to CPU dev). But until GPUs exist with > 64 GB RAM, for rendering large scale scenes, it's just not w…