Blender Git Loki

Kaikki Blender Git kommitit.

Page: 572 / 8462

June 10, 2021, 14:14 (GMT)
Merge branch 'master' into geometry-nodes-curve-to-points-node
June 10, 2021, 12:56 (GMT)
fix bugs
June 10, 2021, 12:53 (GMT)
LineArt: Change edge flag to 16 bits.
June 10, 2021, 12:50 (GMT)
Fix: Build error with MSVC

rB4f81b4b4ce29 mistakenly left out the changes
to platform_win32.cmake causing a linker error
when WITH_GMP and WITH_TBB_MALLOC_PROXY were on.
June 10, 2021, 12:27 (GMT)
Merge remote-tracking branch 'origin/master' into temp-lineart-contained
June 10, 2021, 11:32 (GMT)
Docs: remove deprecated parameter from bmesh docs

The perimeter itself was removed but the documentation wasn't updated.

Resolves T89013
June 10, 2021, 11:10 (GMT)
Cleanup: move endian values from BKE_global into BLI_endian_defines

This change was prompted by D6408 which moves thumbnail extraction into
a shared function that happens use these endian defines but only links
blenlib.

There is no need for these defines to be associated with globals
so move into their own header.
June 10, 2021, 11:05 (GMT)
Cleanup: add comment
June 10, 2021, 10:59 (GMT)
Created a script for running blend file with pre-loaded modifier
June 10, 2021, 10:52 (GMT)
add Position Input/Output and Attribute Input node
June 10, 2021, 10:36 (GMT)
Merge branch 'master' into cycles-x
June 10, 2021, 10:18 (GMT)
Fix Cycles-X GPU rendering and OIDN denoiser

The issue was introduced in the initial baking support commit:
the `RenderBuffers::zero()` does not modify the CPU-size data,
so sequential call to `RenderBuffers::copy_to_device()` will
copy old data to the device.

Solved by not copying data to the device if there is no data
read, which is good thing to do anyway to avoid double data
copy to the device when no new data was provided.
June 10, 2021, 10:15 (GMT)
Add unit for time stored in seconds

Allows to define properties which will have proper units displayed
in the interface. The internal storage is expected to be seconds
(which matches how other times are stored in Blender).

Is not immediately used in Blender, but is required for the upcoming
feature in Cycles X (D11526)

The naming does not sound very exciting, but can't think of anything
better either.

For test it probably easiest to define FloatProperty with subdtype
of TIME_ABSOLUTE.

Differential Revision: https://developer.blender.org/D11532
June 10, 2021, 10:15 (GMT)
Merge branch 'master' into soc-2021-uv-editor-improvements
June 10, 2021, 10:07 (GMT)
support default mode again and have separate default attribute name
June 10, 2021, 09:48 (GMT)
Add missing registration for load/store nodes.
June 10, 2021, 09:33 (GMT)
DataTransfer: Fix vertices being wrongly added to vgroup.

Previously, a vertex from destination mesh would always be added to all
transferred vgroup (with a 0.0 weight), even if none of its matching
sources in source mesh belonged to the matching source vgroups.

Now a destination vertex is only added to a given destination vgroup if
at least one of its source vertices belong to the matching source
vgroup.

Issue found and initial investigation by @pls in D11524, thanks!
June 10, 2021, 08:48 (GMT)
Cycles X: Log effective list of passes

Useful for debugging purposes.

Log level can be tweaked to become 3 if 2 is considered
too low for this type of info.

Differential Revision: https://developer.blender.org/D11554
June 10, 2021, 08:42 (GMT)
Cycles X: Store offset of first pass type

Will allow to simplify access to passes like AOV.

Differential Revision: https://developer.blender.org/D11553
June 10, 2021, 08:42 (GMT)
Cycles X: Generalize pass flags storage

Use bitfield instead of individual boolean flags.

No functional changes.

Differential Revision: https://developer.blender.org/D11552
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021