CPU or GPU but obv favours gpu
https://flamenco.blender.org/download/
The reason is simply a weird copyright paradox could form when a work is rendered on someone else's computer outside a company. No one that does media for a living will risk their revenue model on some amateur cloud service.
Now for those lucky few that have a dozen RTX 5090 laying around unused, it is a niche problem most folks wished they had right now. lol =3
Why? Copyright protects creativity, not hardware ownership. J.K. Rowling doesn't print her books in her apartment, either.
i.e. if Rowling wrote some description about a bigoted neglected single mom striking it rich, and someone else actually wrote the work... than ownership is not guaranteed without legal assignment of rights to said work (depends on the location in the world). Thus, a publisher may not pay the muse unless under legal obligation of rights transfer, and having similar works further complicate exactly who owns the copyrights.
When you publish media or games, than the providence of assets/compositions become extremely important in a commercial setting.
I didn't make the rules, but do hire project artists all the time. The paperwork involved ends up ridiculously complicated, and requires specialized lawyers. This is why we avoid "AI" content, cloud based GPU service, and any vendor ignorant enough to force the issue. =3
Rendering an image is not "creating a work“ in the copyright sense. There may be all kinds of other legal quagmires, implicit contracts etc., but copyright is not one of them.
> someone else actually wrote the work
So you throw in a totally different situation? If the Blender scene has been modelled by someone else, then yes, that someone owns the copyright. But not because I let someone else render the completed scene.
'Rendering an image is not "creating a work“ in the copyright sense.'
Perhaps your super awesome precedent case against BBC, Sony, and or Disney will end in your favor. It is not 0% chance, but pretty close from what the IP firms have advised.
'If the Blender scene has been modelled by someone else, then yes, that someone owns the copyright'
That is just not true in most places, and including assets/compositions from libraries you "found" does not assign copyrights to use said work. Even if some con artist on the Unity store sold you "rights", there is no guarantee it was theirs to assign.
Please consider talking with an IP lawyer in your jurisdiction, as your ludicrous notions of ownership could end up a liability. lol Best of luck =3
You have no clue at all. Goodbye!
> Who owns the copyright of the images generated?
> SheepIt Render Farm does not lay any claim to generated images, it only acts as a tool to provide compute power to owners of the project. The owner of the project will have all rights reserved to them; As long as the claimant is the true rights holder of all assets used, and complies with governed free use laws, as well as potential rights holder permissions.
Otherwise I guess GitHub owns the copyright on all software artifacts build on their CI systems. Obviously not how copyright works, like at all.
Good question, someone should get the IP lawyers to go over the EULA of both git and the login email identity service providers. However, I would assume for most FOSS licensed projects it is likely a moot argument. Microsoft probably wouldn't do anything evil...
Best of luck, =)
Thus, it is a very common tool choice behind the scenes (targeting OpenEXR frame sequences and post-render compositing layers), but the color profiles are usually still done with professional video editing software. The OpenEXR format offers a few tricks for cleaning up lighting without re-rendering a scene.
Blenders problem is it is perpetually Beta, and plugin ecosystems can be unreliable in a production setting. The film Flow was a miracle to pull off with a tool with dozens of known broken features every "release".
It is like any other tool, in that most of its features take a lot of time to master. For low-poly game assets, it is totally worth a donation. =3
I like Blender in many ways, and wish their development path was more user-workflow regression-tested with actual output =3
The parts of blender that are security concerns are disabled, so not all of the blender pipeline is available
From memory you basically only see a blurry thumbnail.
Doubt anyone is using this for serious work that has copyright risk though...it's just people playing with blender from what i can tell, so a more relaxed stance is fine
Why obviously?
The short version is: no, it is not.
For this reason render farms for the CGI you see in blockbusters and series nowadays are usually CPU-only, still.
How do I know? I work in that industry.
Or are you actually responding directly to what I was saying, and it turns out that on big scenes, even apart from the memory use, CPU rendering is somehow more efficient than GPU rendering? I don't think I'm prepared to accept that claim without a lot more substantiation.
edit: I found this thread here: https://news.ycombinator.com/item?id=25616372
I guess the conclusion is that it is really about memory use, but at least 4 years ago, there wasn't a total consensus on the topic.
Average frame time used to be 2h throughout my career and it never got smaller, however fast hardware became available (and this includes GPUs).
And because scene complexity was always larger than what fit on GPUs for most stuff this was always the limiting factor in how effective they could be.
Another issue people in these debates ignore is R&D.
The amount of R&D you have to spend to make cutting edge offline rendering work perfectly on the moving target that is GPUs is insane, compared to CPUs.
To give you an idea, look at the list of limitations RenderMan XPU (CPU+GPU) has compared to its CPU counterpart (nowadays called Ris) [1]. If you're A CG supervisor that page is a giant red flag for relying on XPU in your production in any way because any limitation you hit has to be worked around. And the biggest expense in production is human labor.
Pixar has sunk probably dozens of man years of R&D into XPU (I think it was announced at Siggraph 2017). I.e. that's seven years times number of developers.
In a shootout, a year ago (with a scene simple enough to fit on a GPU, mind you), the noise levels of the RenderMan XPU render were marginally better that those of 3Delight, for the same render time.[2] And that's after seven years of R&D and with the aforementioned limitations (none of which apply to 3Delight or to RenderMan Ris but the latter had unacceptable noise levels if you look at the images).
3Delight only supports CPU and their team of just half a dozen people has spend 100% of their time, sinc3 1999, on that. Instead of chasing GPUs.
If you have complex scenes or volumes, 3Delight will beat any GPU renderer (and any CPU renderer anyway). I'm happy to bet on this.
On a side note, my guess is that GPU-related R&D was a factor in what killed Clarisse. They even successfully ported OSL to GPU -- laudable! But briefly after the company went under ...
Maybe their time would have been better spent to make the renderer more robust and faster on CPU instead. Just a guess ofc.
This is the high-end stuff. There are lots of GPU path tracers out there and they're all great as long as your scene complexity doesn't cross a certain threshold. And as long as you do not need OSL support, I think only Evee has this.
[1] https://rmanwiki-26.pixar.com/space/REN26/19661981/XPU+Featu...