Blender Git Commit Log

All Blender Git commits.

Page: 2780 / 8462

January 2, 2019, 05:39 (GMT)
PyRNA: enum no longer returns first item when the value isn't found

This hides errors & makes it confusing to debug mistakes
when the enum items aren't correct.

Return an empty string instead.
January 2, 2019, 05:26 (GMT)
Fix image editor tool-settings missing from topbar
January 2, 2019, 04:43 (GMT)
Cleanup: rename manipulator references
January 2, 2019, 04:38 (GMT)
Cleanup: use '_pad' in DNA

Convention used elsewhere, has advantage pad vars don't autocomplete
with other vars beginning w/ 'p'.
January 2, 2019, 04:31 (GMT)
Cleanup: rename target_weight -> weight

Match name of mesh weight paint.
January 2, 2019, 03:58 (GMT)
UI: de-duplicate top-bar and panel paint scripts

- Fixes missing check for unified brush in sculpt mode.
- Re-orders material first in gpencil paint mode
(matching color-first for other paint modes).
- Avoid minor differences (missing tablet pressure options from topbar).
- Don't repeat properties already displayed in the topbar
when opening the brush popover.
Revision 939c751 by William Reynish / Campbell Barton (master)
January 2, 2019, 02:06 (GMT)
UI: add painting blend mode to top-bar
Revision 93a8556 by William Reynish / Campbell Barton (blender2.8)
January 1, 2019, 23:46 (GMT)
UI: add painting blend mode to top-bar
January 1, 2019, 16:42 (GMT)
Merge branch 'master' into greasepencil-object
January 1, 2019, 16:41 (GMT)
GP: New Cutter tool

This tool is used to cut the extremes.
January 1, 2019, 15:44 (GMT)
GP: Don't use offset for Stroke projection

The offset is only used in Surface mode.
December 31, 2018, 15:45 (GMT)
Fix T60015: snap to grid - snaps only to largest increment

Caused by rBc7a96651dfa4 when trying to remove all uses of the deprecated `rv3d->gridview`.
December 31, 2018, 15:39 (GMT)
Outliner: expand view layer collections by default, revealing objects.
December 31, 2018, 15:26 (GMT)
Templates: tweaks to startup templates.

* 2D Animation: lots of changes from the grease pencil team. Properties
editor layouts, brush and material settings, and more.
* 3D Viewport: wireframes set to 1.0.
* World: use nodes by default.
* Node Editor: use narrow toolbar.
December 31, 2018, 14:40 (GMT)
Viewport: update default set of HDR images.

Add city, courtyard and interior HDRs. Replace grass field and night
HDR with different images.

Command used for compression:
oiiotool %s --resize 1024x512 --ch R,G,B -d float --compression dwab:300 -o output/%s
December 31, 2018, 14:40 (GMT)
Cleanup: remove unused camera studio lights.
December 31, 2018, 14:40 (GMT)
Cleanup: specify default studiolight name, instead using first alphabetically.
December 31, 2018, 13:11 (GMT)
Fix T59991: duplicate entries for node select operators in keymap.

Ref D4055.
December 31, 2018, 12:52 (GMT)
UI: icon set updates by Andrzej Ambroz.
December 30, 2018, 21:10 (GMT)
GP: New Segment selection mode

New option to select points between stroke collision. This is useful to select the segment between two strokes to make merges.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021