Blender Git Commits

Blender Git commits from all branches.

Page: 1195 / 2888

August 7, 2019, 04:22 (GMT)
Prevent getting active data during syncing

Store active data in a struct before syncing
August 7, 2019, 03:48 (GMT)
Use sync select dirty flag to restrict syncing types

Use the sync select dirty flag and outliner display mode to determine
which types to sync to the outliner.
August 7, 2019, 02:00 (GMT)
LANPR: GPU memory leak fixed.
August 7, 2019, 01:36 (GMT)
LANPR: Batch discard for CPU mode with chaining.
August 7, 2019, 01:22 (GMT)
Allow querying OpenXR runtime ID

Useful in case special treatment is needed for certain runtimes.
Currently only WMR gets its ID assigned correctly, others are TODO.
August 7, 2019, 01:03 (GMT)
Merge remote-tracking branch 'origin/master' into soc-2019-npr
August 7, 2019, 00:20 (GMT)
Merge branch 'master' into soc-2019-openxr
August 6, 2019, 23:18 (GMT)
Outliner Merged object search: Simplify memory free callback

Rather than use custom callback, use MEM_freeN
August 6, 2019, 20:11 (GMT)
Merge branch 'master' into greasepencil-object

Conflicts:
source/blender/blenkernel/BKE_blender_version.h
source/blender/blenkernel/intern/gpencil.c
source/blender/blenkernel/intern/gpencil_modifier.c
source/blender/editors/gpencil/annotate_paint.c
source/blender/editors/gpencil/gpencil_edit.c
source/blender/editors/object/object_hook.c
source/blender/editors/space_clip/clip_graph_draw.c
August 6, 2019, 18:05 (GMT)
Profile Widget: Complete rename of public functions
August 6, 2019, 18:01 (GMT)
Profile Widget: Add BKE prefix to public functions
August 6, 2019, 17:54 (GMT)
Bevel modifer: Add isDisabled function

When the width of the bevel is zero the modifier doesn't do anything
so it should be disabled.
August 6, 2019, 17:52 (GMT)
Bevel modifier: Display optimization

Only reinitialize the sampled segments table for the display profile
widget when the number of samples has changed.
August 6, 2019, 17:50 (GMT)
Profile Widget: Sampling function returns ProfilePoint array

This enables two things:
- Memory savings, because no temporary array is needed to change data
formats anymore and because the results can be reused more easily
- Also returning information about which sampled points came from control
points with vector handles, which will be useful for hardening normals of
custom profile bevels.
August 6, 2019, 17:44 (GMT)
GPencil: Revert wrong merge of LANPR branch

Due to an error, the code of LANPR branch was merged accidentally to the Grease Pencil branch.

This commit reverts all work to the last correct commit.

The command executed was: `git diff ff7482286319e7b462b98dc26909b47d9d661ec6 | patch -p1 -R`

Thanks to @dfelinto for fixing the error.
August 6, 2019, 16:15 (GMT)
Preserve existing dirty flags when flagging outliners
August 6, 2019, 15:40 (GMT)
cleanup llvm function type creation
August 6, 2019, 15:33 (GMT)
Avoid getting scene & view layer for each call to outliner_sync_selection_from_outliner
August 6, 2019, 15:23 (GMT)
Rename vars
August 6, 2019, 15:23 (GMT)
rename element_amount to size
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021