Blender Git Commit Log

All Blender Git commits.

Page: 1439 / 8462

July 24, 2020, 14:24 (GMT)
Merge branch 'master' into greasepencil-edit-curve
July 24, 2020, 14:24 (GMT)
Merge branch 'master' into lanpr-under-gp
July 24, 2020, 14:24 (GMT)
GPencil: Add more randomness to random stroke color

The old method produce a small range of similar colors.
July 24, 2020, 14:23 (GMT)
Merge branch 'master' into soc-2020-info-editor

# Conflicts:
# source/blender/windowmanager/intern/wm_init_exit.c
July 24, 2020, 14:03 (GMT)
More test
July 24, 2020, 13:58 (GMT)
Interpolate face loop data from example faces.

This makes for a reasonable first pass at getting OK UV maps.
July 24, 2020, 13:41 (GMT)
LineArt: Random color debug for generated strokes.
July 24, 2020, 13:39 (GMT)
Merge branch 'blender-v2.90-release'
July 24, 2020, 13:36 (GMT)
Fix OptiX being shown as available on first generation Maxwell GPUs

The OptiX kernels are compiled for target "compute_sm_52", which is only available on second
generation Maxwell GPUs, so disable support for older ones.
July 24, 2020, 13:27 (GMT)
Use original edges as examples when possible.

These means that, for example, an original edge that has a bevel
weight and only survives partly after the boolean will still
have that bevel weight.
July 24, 2020, 11:47 (GMT)
Cleanup: can use guarded instead of raw allocator now
July 24, 2020, 11:37 (GMT)
Particles: initial particle birth action

A particle action is some function that is triggered by some event.
Right now, users cannot control this. There is just a
randomize-velocity on-birth action. So the direction of spawned
particles is slightly randomized now.

This also adds a new integer attribute called "Hash" which is
useful for a number of things. Mainly for generating random numbers
for a specific particle. The ID of a particle is not necessarily a good source
of randomness.
July 24, 2020, 10:40 (GMT)
Merge branch 'blender-v2.90-release'
July 24, 2020, 10:38 (GMT)
Depsgraph: use construct on first use idiom for graph registry

This is necessary to avoid false positive memory leaks.
July 24, 2020, 10:26 (GMT)
Allocator: make leak detection work with static variables

When definining static variables that own memory, you should
use the "construct on first use" idiom. Otherwise, you'll get
a warning when Blender exits.

More details are provided in D8354.

Differential Revision: https://developer.blender.org/D8354
July 24, 2020, 10:15 (GMT)
BLI: add MultiValueMap

This is a convenience wrapper for `Map<Key, Vector<Value>>`.
It does not provide any performance benefits (yet). I need this
kind of map in a couple of places and before I was duplicating
the lookup logic in many places.
July 24, 2020, 10:13 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp

# Conflicts:
# source/blender/makesrna/intern/rna_space.c
July 24, 2020, 09:59 (GMT)
Cleanup: remove unused argument
July 24, 2020, 09:48 (GMT)
Merge branch 'master' into soc-2020-info-editor
July 24, 2020, 09:41 (GMT)
GPencil: Basic structure of XML with GP Object
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021