Blender Git Commits

Blender Git commits from all branches.

Page: 420 / 2888

April 14, 2021, 20:32 (GMT)
Cleanup: Use std::unique_ptr for spline vector
April 14, 2021, 19:33 (GMT)
Merge branch 'master' into geometry-nodes-curve-support
April 14, 2021, 19:15 (GMT)
USD import: format fixes to option descriptions.

Per review for differential D10700.
April 14, 2021, 19:03 (GMT)
USD Import: made local variables const.
April 14, 2021, 17:50 (GMT)
Compare display names instead of the column ID
April 14, 2021, 17:33 (GMT)
USD Import: removed as_background_job option.

Removed deprecated option, per review for differential D10700.
April 14, 2021, 16:32 (GMT)
Use nullptr instead of NULL
April 14, 2021, 16:25 (GMT)
Merge branch 'master' into temp-spreadsheet-row-filter
April 14, 2021, 16:08 (GMT)
USD Import: code cleanup.

Removed commented out code and code for unsupported
sequence and mesh validation options. Per review for
differential D10700.
April 14, 2021, 14:46 (GMT)
EEVEE: Lights: Support infinite light count

Support infinite light count by dividing rendering into chucks of
LIGHT_MAX. Forward passes are just rendered again and deferred passes
(not implemented yet) will just have to have multiple light evaluation
passes.
April 14, 2021, 14:14 (GMT)
[WIP]Blenlib: Explicit Colors.

Colors needs to be explicitly typed.
Currently not fully working as constructors overriding selects incorrect
constructor.

Differential Revision: https://developer.blender.org/D10978
April 14, 2021, 14:09 (GMT)
Blenlib: Explicit Colors.

Colors needs to be explicitly typed.
Currently not fully working as constructors overriding selects incorrect
constructor.
April 14, 2021, 14:08 (GMT)
Merge branch 'master' into temp-gpencil-bezier-stroke-type
April 14, 2021, 14:08 (GMT)
Merge branch 'master' into greasepencil-object
April 14, 2021, 13:44 (GMT)
Merge branch 'master' into eevee-gpencil
April 14, 2021, 13:28 (GMT)
Cycles: Remove unused fields from RenderBuffers

The neighours map is not used anymore as everything is happening on
a level of big tiles.

The render time will need to be redone somehow, because measuring it
on a big tile level is not very useful for artists.
April 14, 2021, 13:28 (GMT)
Cycles: Use more clear name for tile pixels accessors
April 14, 2021, 13:28 (GMT)
Cycles: Hide Session::tile_manager from public access
April 14, 2021, 13:28 (GMT)
Cycles: Remove trivial wrapper functions

They do not add any semantic meaning, is easier to simply call the
C++ RNA API directly, as it is exactly the same argument list to
be passed.
April 14, 2021, 13:28 (GMT)
Cycles: Make session buffer params non-public
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021