Blender Git Commit Log

All Blender Git commits.

Page: 1608 / 8462

May 28, 2020, 11:43 (GMT)
Merge branch 'blender-v2.83-release'
May 28, 2020, 11:42 (GMT)
GPencil: Reduce aliasing for subpixel lines
May 28, 2020, 11:42 (GMT)
GPU: Fix compilation warning about uninitialized values
May 28, 2020, 11:42 (GMT)
Cleanup: DRW: Remove array suffix from uniform name
May 28, 2020, 11:42 (GMT)
DRW: Add DRW_shgroup_uniform_vec4_array_copy
May 28, 2020, 10:13 (GMT)
Readfile: move all calls to 'id_us_ensure_real' to direct_link functions.

That kind of 'own' ID management has really nothing to do in lib_link
code.
May 28, 2020, 08:47 (GMT)
Fix T65889: Hair Particles not updating when using image sequence
May 28, 2020, 08:47 (GMT)
Depsgraoh: Fix missing texture node allocation

It was causing wrong binding for image animation: since there was no
ID node for texture at the moment of build_animdata original texture
ID was passed to the callback. This is not what is supposed to happen.

This is part of fix for T65889.
May 28, 2020, 06:57 (GMT)
Cleanup: remove unused struct members from RenderStats
May 28, 2020, 06:42 (GMT)
Cleanup: spelling
May 28, 2020, 06:17 (GMT)
Fix cone primitive creating duplicate vertices

Using remove double wasn't reliable as the matrix argument
could cause vertices to be further apart than the threshold allowed for.

This happened when adding cones using the new add tool.
May 28, 2020, 05:08 (GMT)
Object: new add object tool, currently for primitive types

- Interactively adding primitives with two clicks.
- Scene orientation used for new objects.
- Depth [view-plane, axis-plane, surface]
- Origin [base, center]
- Primitive types [cube, cylinder, cone, uv-sphere, ico-sphere ]
- Settings for object types in the top-bar.

Shortcuts:

- Snapping (Ctrl).
- Constrain 1:1 aspect (Shift).
- Toggle center (Alt).

Part of T57210 design task.
May 28, 2020, 04:34 (GMT)
Object: add scale argument to creation operators

Needed for to create objects of a specific size.
May 28, 2020, 04:34 (GMT)
Gizmo: add flag for gizmos to ignore keymap events

Needed for the snap gizmo not to steal mouse events from the tool.
May 28, 2020, 04:34 (GMT)
Cleanup: missing braces warning
May 27, 2020, 18:31 (GMT)
Fluid: Added display support for guide velocity vectors

Used the existing functionality for fluid velocity display to show guide velocity grids.
May 27, 2020, 18:13 (GMT)
Merge branch 'master' into greasepencil-object
May 27, 2020, 18:04 (GMT)
CD_PROP_COL datalayer

This implements a generic color datalayer and its functions. Based on
D5975.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D7838
May 27, 2020, 17:54 (GMT)
GPencil: Show only first frame if current frame is >=

Previously, the first frame was displayed since frame 0, but now, the first frame is only displayed when the current frame is equals or greater than the keyframe number.

Differential Revision: https://developer.blender.org/D7851
May 27, 2020, 17:27 (GMT)
Ruler: Remove highlight hack
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021