Blender Git Commit Log

All Blender Git commits.

Page: 2639 / 8462

March 15, 2019, 16:24 (GMT)
GPencil: Canvas grid must be invisible for Stroke and Surface modes

In these modes, the grid is not used, so it's not logic show somthing that is not used.
March 15, 2019, 16:08 (GMT)
GPencil: Change cursor orientation Tooltip
March 15, 2019, 15:52 (GMT)
Cycles: upgrade to CUDA 10.1 as the one officially supported version.

This version fixes various bugs, and there is no need anymore to use both
9.1 and 10.0 for different cards.

There is a bug related to WITH_CYCLES_CUBIN_COMPILER and bump mapping in the
regression tests, so that remains disabled same as it was for CUDA 10.0.

Fix T59286: CUDA bake failing on some cards.
Fix T56858: CUDA 9.2 and 10 issues.
March 15, 2019, 15:52 (GMT)
Fix cycles preferences.get_devices() not returning all devices as before.

It only returned those for the active device type. For backwards compatibility
return them all again, but still avoid enumerating them from our own code on
startup or opening preferences.
March 15, 2019, 15:49 (GMT)
Merge branch 'master' into greasepencil-object
March 15, 2019, 15:48 (GMT)
GPencil: Improve origin location of new strokes

Before there was a mix between cursor and object origin. Now the origin is defined with one parameter and the lock defines the orientation.
March 15, 2019, 15:28 (GMT)
Merge branch 'blender2.7'
March 15, 2019, 15:18 (GMT)
Cycles/OpenCL: Compile Kernels During Scene Update

The main goals of this change is faster starting when using foreground
rendering.

This patch will build kernels in parallel to the update process of
the scene. When these optimized kernels are not available (yet) an AO
kernel will be used.

These AO kernels are fast to compile (3-7 seconds) and can be
reused by all scenes. When the final kernels become available we
will switch to these kernels.

In background mode the AO kernels will not be used.
Some kernels are being used during Scene update (displace, background
light). When these kernels are being used the process can halt until
these become available.

Reviewed By: brecht, #cycles

Maniphest Tasks: T61752

Differential Revision: https://developer.blender.org/D4428
March 15, 2019, 15:06 (GMT)
Fix T62614: Copy eevee settings when scene is copied

Reviewers: brecht, fclem

Differential Revision: https://developer.blender.org/D4520
March 15, 2019, 14:12 (GMT)
Fix T62594: Truncated text in UI

Reviewers: brecht, billreynish

Differential Revision: https://developer.blender.org/D4518
March 15, 2019, 13:53 (GMT)
Fix: "Jump To Target" showing up in workspace context menu

Issue introduced on d227c58e3ec2020.

This was affecting WorkSpaces as well as background scene and probably
other places. We use the operator poll to decide whether to show it.

Reviewers: brecht, mont29

Differential Revision: https://developer.blender.org/D4488
March 15, 2019, 13:38 (GMT)
Fix T62592: GPencil layer activation from outliner needed two clicks

For some reason, the code was commented and we missed to enable it again.
March 15, 2019, 11:58 (GMT)
Fix T62284: apply a retroactive fix for T57366 to old files.
March 15, 2019, 11:16 (GMT)
UI: rename object Boundary back to Bounds, it's not the same thing.
March 15, 2019, 09:35 (GMT)
Correct tool name (missed in recent update)
March 15, 2019, 09:10 (GMT)
Merge branch 'master' into greasepencil-object

Conflicts:
source/blender/editors/gpencil/gpencil_edit.c
source/blender/editors/gpencil/gpencil_primitive.c
March 15, 2019, 09:07 (GMT)
Fix T62297: Grease Pencil dots drawing crashes Blender

Fix again this bug. Maybe it was introduced when change how wireframe mode by object works.
March 15, 2019, 08:45 (GMT)
Cleanup: unused imports
March 15, 2019, 07:43 (GMT)
GPencil: Drawing locked to 3D cursor (wip)

Now it's possible to draw strokes attached to a plane locked to 3D cursor.

Still pending the lock in Sculpt mode.
March 15, 2019, 07:11 (GMT)
Cycles/OpenCL: Added missing opencl programs

The functions that determine the program name + filename of kernels
were missing some base kernels like denoising and base. For completeness
I added those kernels so the function returns the correct results.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021