Blender Git Commit Log

All Blender Git commits.

Page: 3003 / 8462

August 30, 2018, 20:49 (GMT)
Silence Grease Pencil warning
August 30, 2018, 17:22 (GMT)
GP: Change icon identfier for shaderFx

This commit complements commit d2ad256326736c8a4c746163f9b27491d8a6e95a
August 30, 2018, 15:56 (GMT)
UI: remove context path from tool settings tab in properties editor.
August 30, 2018, 15:56 (GMT)
UI: add dedicated icon IDs for decorators, tool settings, shaderfx, overlays.

The preset and decorator icons were updated to be monochrome and draw in the
same color as text. Other icons are unchanged, having them as separate icon IDs
prepares for an artist to make them.
August 30, 2018, 15:40 (GMT)
Merge branch 'master' into blender2.8
August 30, 2018, 15:34 (GMT)
Cycles: Cleanup, whitespace after keyword
August 30, 2018, 14:44 (GMT)
Cleanup: Improve comments
August 30, 2018, 14:42 (GMT)
GP: Fix unreported surface missing strokes

When drawing in surface mode if the stroke z-depth was not valid, the stroke was created, but it was not visible because location was something illogical.

Now, if the z-depth cannot be calculated, the stroke is calculated as it was done in other modes.
August 30, 2018, 14:10 (GMT)
Workspaces: switch object mode when switching workspaces.

In the workspace properties a mode can now be configured that is
automatically enabled when switching to the workspace.

This is a test to validate how well it works. The weak point is
that if you don't have an appropriate object already select it will
not switch modes.

See T56475.
August 30, 2018, 13:57 (GMT)
Merge branch 'blender2.8' into greasepencil-object
August 30, 2018, 12:14 (GMT)
Fix fox strict flags: Avoid sign cast of strlen() result
August 30, 2018, 12:09 (GMT)
Merge branch 'master' into blender2.8
August 30, 2018, 12:09 (GMT)
Buildbot: Correction to previous commit
August 30, 2018, 12:07 (GMT)
Buildbot: Attempt to fix glibc-2.19 compilation

It is likely to be retired, but for until then lets ensure it works.
August 30, 2018, 11:59 (GMT)
Merge branch 'master' into blender2.8
August 30, 2018, 11:59 (GMT)
Outliner: support dragging multiple collections, same as objects.
August 30, 2018, 11:45 (GMT)
GP: Undo previous Subdivide edit operator and reformat code

The previous commit reusing the subdivide modifier code was not taking in account the selected points, so the subdivide was wrong.
August 30, 2018, 10:52 (GMT)
Cycles: Fix detection of CPU brand string on 32 bit platforms

The assembler template was backing up and restoring ebx, which is
fair enough. However, this did not prevent compiler for putting
result variables to ebx. This was causing data corruption.

In order to prevent this easiest solution is to list ebx in clobbers
for the assembly.
August 30, 2018, 10:48 (GMT)
UI: check prop-separate before adding black decorator

This caused the blank icon to be added to menus (ndof menu for eg).
August 30, 2018, 10:48 (GMT)
Cleanup: warnings
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021