Blender Git Commit Log

All Blender Git commits.

Page: 2188 / 8462

September 13, 2019, 12:06 (GMT)
UI: don't show decorators in Remesh panel
September 13, 2019, 11:30 (GMT)
Fix vertex paint: color transform operators not respecting vertex paint
mask selection

for 'Invert', 'Levels', 'Hue saturation Value' and 'Bright/Contrast',
face mask was respected, but vertex mask wasnt...

Same code as done in 'Set Vertex Colors'.

reported in T69835

Reviewers: brecht

Maniphest Tasks: T69835

Differential Revision: https://developer.blender.org/D5783
September 13, 2019, 11:19 (GMT)
Cleanup: Use bool instead of int
September 13, 2019, 11:12 (GMT)
Cleanup: use header guards
September 13, 2019, 11:12 (GMT)
Cleanup: clang-format
September 13, 2019, 11:06 (GMT)
UI: use pageup/down and home/end to scroll to start/end of menus

Differential Revision: https://developer.blender.org/D5582
September 13, 2019, 10:38 (GMT)
Fix Particles Keyed Physics target UI greyed out

Picking the 'Target Object' as well as the 'System' number was greyed
out as long as 'Use Timing' was disabled. 'Use Timing' is unrelated for
the above two, these should always be active...

part of T69741

Reviewers: sergey

Maniphest Tasks: T69741

Differential Revision: https://developer.blender.org/D5782
September 13, 2019, 10:28 (GMT)
Merge branch 'master' into functions
September 13, 2019, 10:28 (GMT)
BLI: add non-const lookup methods for StringMap
September 13, 2019, 10:27 (GMT)
fix cmake after merge
September 13, 2019, 10:16 (GMT)
Merge branch 'master' into functions
September 13, 2019, 10:10 (GMT)
BLI: add some missing methods to Map and SetVector
September 13, 2019, 09:59 (GMT)
Tracking: Perform tracking and solving from a locked interface

Solves stability issues with possibly doing destructive changes to the
tracking setup. Locking interface is the simplest and most reliable way
to avoid crashes.

It is still possible to run non-destructive changes such as clip view
navigation. More operations can be marked as safe if needed.

Fixes T67012: Software closes when a processing marker is deleted
September 13, 2019, 09:59 (GMT)
Tracking: Move Lock Selection to an own operator

There are no functional changes as far as users are concerned,
just allows to mark operator as safe to be run from a locked
interface.
September 13, 2019, 09:59 (GMT)
Tracking: Mark view operators as safe for locked interface
September 13, 2019, 09:59 (GMT)
Tracking: Cleanup, use bool type instead of int
September 13, 2019, 09:50 (GMT)
Cycles: add Optix device backend

This uses hardware-accelerated raytracing on NVIDIA RTX graphics cards.

It is still currently experimental. Most features are supported, but a few
are still missing like baking, branched path tracing and using CPU memory.
https://wiki.blender.org/wiki/Reference/Release_Notes/2.81/Cycles#NVIDIA_RTX

For building with Optix support, the Optix SDK must be installed. See here for
build instructions:
https://wiki.blender.org/wiki/Building_Blender/CUDA

Differential Revision: https://developer.blender.org/D5363
September 13, 2019, 09:46 (GMT)
Cycles: add Optix support in the kernel

This adds all the kernel side changes for the Optix backend.

Ref D5363
September 13, 2019, 09:46 (GMT)
Build: output log file to tests/log.txt when running "make test"
September 13, 2019, 09:18 (GMT)
GPencil: Fix unreported memory leak for weights

As the total of points was changed before free memory, if the total was lower than before, the remaining points were not released.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021