Page MenuHomeSolus

Rebuild blender against recent updates
ClosedPublic

Authored by YakoYakoYokuYoku on Jan 12 2021, 4:22 AM.
Tags
None
Referenced Files
F11047773: D10347.id24899.diff
Thu, Aug 10, 3:48 PM
F11047772: D10347.id24879.diff
Thu, Aug 10, 3:48 PM
F11047771: D10347.id25017.diff
Thu, Aug 10, 3:48 PM
F11047770: D10347.id24940.diff
Thu, Aug 10, 3:48 PM
F11047769: D10347.id.diff
Thu, Aug 10, 3:48 PM
F11047768: D10347.id24884.diff
Thu, Aug 10, 3:48 PM
F11047767: D10347.id24944.diff
Thu, Aug 10, 3:48 PM
F11037393: D10347.id24899.diff
Wed, Aug 9, 8:32 PM
Tokens
"Like" token, awarded by ermo."Yellow Medal" token, awarded by algent.

Details

Summary

Depends on D10339, D10341, D10345, D10346, D10349 and D10360.

Signed-off-by: Martin Reboredo <yakoyoku@gmail.com>

Test Plan

Rendered a 3D scene in this program.

Diff Detail

Repository
R437 blender
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

aleksvor added inline comments.
package.yml
59

Can you look into turning off this option? As I see, it only makes Blender dynamically load libSDL instead of just statically linking it like all other libraries. I think there are no benefits of dynamic loading for us, since we always can rebuild Blender in case of binary incompatibilities (and SDL2 already does great job at keeping ABI stable).

Add potrace update as dependency.

YakoYakoYokuYoku marked an inline comment as done.
kyrios123 added inline comments.
package.yml
40

fwiw, I am pushing a new version of pugixml that now provides pkgconfig(pugixml)

YakoYakoYokuYoku marked an inline comment as done.
YakoYakoYokuYoku edited the summary of this revision. (Show Details)

libusd as dependency.

As a sign of intent, I think it would be good to explicitly enable the new cmake configuration options that correspond to the new deps you're adding during the setup phase with this update?

This also serves as control that you've actually read the cmake build file and checked out the available options there (in my experience, this is the smart thing to do).

ermo requested changes to this revision.Jan 14 2021, 1:17 AM
This revision now requires changes to proceed.Jan 14 2021, 1:17 AM

Include the CMake configurations and add homepage.

YakoYakoYokuYoku edited the summary of this revision. (Show Details)

Add dependency on openimagedenoise update.

This revision was not accepted when it landed; it landed in state Needs Review.Jan 20 2021, 4:18 AM
This revision was automatically updated to reflect the committed changes.