Blender Git Commit Log

All Blender Git commits.

Page: 611 / 8462

May 27, 2021, 17:32 (GMT)
Fix own crash in today's rBf68288a8746f.
May 27, 2021, 17:22 (GMT)
GPencil: Avoid 2D conversion for Camera mode

May 27, 2021, 17:15 (GMT)
Cleanup: refactor shader sorting to support it for more kernels later
May 27, 2021, 17:15 (GMT)
Cleanup: pass full kernel name to integrator state macros

So we can make this dynamic.
May 27, 2021, 17:15 (GMT)
Cleanup: make shader raytracing a node feature flag
May 27, 2021, 17:15 (GMT)
Cycles X: adapt AO/bevel node implementation to new code

Still not actually rendering through.
May 27, 2021, 17:14 (GMT)
GPencil: Remove duplicate parameter

May 27, 2021, 17:05 (GMT)
Fix T88614: Mixdown crashes Blender 2.92.0 and 3.0.0 Alpha

The problem is caused by the most recent ffmpeg version (4.4) which
needs channels to be set when submitting a frame for encoding.
May 27, 2021, 17:00 (GMT)
GPencil: First try to bake animation with Camera reproject

May 27, 2021, 16:30 (GMT)
Merge branch 'master' into override-recursive-resync
May 27, 2021, 16:30 (GMT)
LibOverride: refactor recursive resync.

We need to re-evaluate what needs to be resynced after each step of
processing overrides from a given 'indirect level' of libraries.
Otherwise, recusrive overrides (overrides of linked overrides) won't
work.

Note that this should not change too much in practice currently, since
there are other issues with recursive overrides yet.

Also, checks (CLOG errors) added show that some ID (node trees) seem to
be detected as needing resynced even after beig just resynced, this
needs further investigation still. Could be though that it is due to
limit currently set on nodetrees, those are always complicated
snowflakes to deal with...
May 27, 2021, 15:27 (GMT)
Fix T88625: Multiobject UV hiding/unhiding does not work with UV_SYNC_SELECTION

Oversight in {rB470f17f21c06}.

Hiding was only done for the first mesh, then the operator finished (in
case of UV_SYNC_SELECTION).
Now just continue to the next.

Maniphest Tasks: T88625

Differential Revision: https://developer.blender.org/D11413
May 27, 2021, 15:15 (GMT)
Merge branch 'blender-v2.93-release'
May 27, 2021, 15:12 (GMT)
Revert "EEVEE: Ensure Reflection: Use new implementation"

Both before and after can have artifacts with some normal maps, but this seems to give
worse artifacts on average which are not worth the minor performance increase.

This reverts commit 5c4d24e1fd752a8a89d44d05e8e3f9b31f2d7db0.

Ref T88368, D10084
Revision 3025c34 by Hans Goudey (master)
May 27, 2021, 15:06 (GMT)
Geometry Nodes: Expose texture and material inputs to modifier

This allows choosing material and texture sockets for the group input
node in the modifier. Note that currently grease pencil materials are
displayed in the list, even though grease pencil data is not supported
yet by geometry nodes. That is more complicated to fix in this case,
since we use IDProperties to store the dynamic exposed inputs.

Differential Revision: https://developer.blender.org/D11393
Revision 24b2482 by Hans Goudey (master)
May 27, 2021, 15:00 (GMT)
Cleanup: Fix forward declaring class with "struct"
Revision a3edf4a by Hans Goudey (master)
May 27, 2021, 14:50 (GMT)
Fix build error: Make CurveEval a struct

We need a pointer to this in DNA, which means it cannot be a class.
May 27, 2021, 14:34 (GMT)
Cycles X: Remove unused denoising flags from KernelFilm
May 27, 2021, 14:32 (GMT)
GPencil: Convert curve objects to bezier strokes
May 27, 2021, 14:24 (GMT)
Create buffer utility methods for copying/filling rects
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021