Blender Git Commit Log

All Blender Git commits.

Page: 2682 / 8462

February 26, 2019, 08:33 (GMT)
Fix indentation issue introduced in rB54ffc4e19dc4
February 26, 2019, 05:04 (GMT)
Fix T61965: Crash edit-mesh drawing w/ hidden faces
February 26, 2019, 05:03 (GMT)
BMesh: utility functions for visible element access

Needed for drawing code which skips hidden elements.
February 26, 2019, 03:31 (GMT)
UI: disable split layout for cursor transform

There isn't much horizontal space in the side-bar,
also object transform which is very similar doesn't use a split layout.
February 26, 2019, 03:31 (GMT)
Cleanup: indentation, trailing space
February 26, 2019, 03:16 (GMT)
Cleanup: assign rotation_mode to a variable

Don't access multiple times per draw.
February 25, 2019, 20:59 (GMT)
Grease Pencil naming: Use clear names for depth ordering

- Add a new panel to differentiate between viewport display and stroke options
- Use clearer naming for depth ordering and stroke thickness properties

Reviewers: antoniov
Differential Revision: https://developer.blender.org/D4405
February 25, 2019, 19:40 (GMT)
I18n: enable Abkhaz in Blender.
February 25, 2019, 18:55 (GMT)
Merge branch 'blender2.7'
February 25, 2019, 18:54 (GMT)
Fix T61946: Cycles border render missing samples and crypto metadata.
February 25, 2019, 18:37 (GMT)
Fix T61801: Wireframes on curves not working
February 25, 2019, 16:52 (GMT)
Merge branch 'master' into greasepencil-object
February 25, 2019, 16:46 (GMT)
GP: Rename Colorize "Bi-Tone" to "Dualtone"
February 25, 2019, 16:46 (GMT)
GP: Add support for Wireframe mode

When enable Wireframe mode in the shading type, all strokes are displayed as simple 1 pixel lines.

The color of the line is equal to the stroke color or the fill color if the fill is enabled and the stroke is disabled or has invisible alpha value.

In wireframe mode, all FX are disabled because sometimes the effects can make the lines invisible.

The modifiers are not disabled.

Still pending to decide if we must add support for Random colors, but not sure if this is useful in 2D.
February 25, 2019, 16:35 (GMT)
typo and minor improvement
February 25, 2019, 16:20 (GMT)
Fix transform scale header printing

Clearing constrained axes caused the scale not to print correctly.
February 25, 2019, 15:53 (GMT)
Fix (unreported) broken code in RNA's datatransfer source layer enum function.

Same issue as in own previous commit actually.
February 25, 2019, 15:41 (GMT)
Fix (unreported) broken code in RNA's datatransfer source layer enum function.

Using a CDLayer data type instead of expected mask... tsst... ;)
February 25, 2019, 14:56 (GMT)
Merge branch 'master' into functions
February 25, 2019, 14:49 (GMT)
RNA: disable animating the 3D cursor

Decorators took up space in the UI and this doesn't seem very useful.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021