Blender Git Commits

Blender Git commits from all branches.

Page: 1462 / 2888

July 7, 2018, 08:21 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 7, 2018, 08:21 (GMT)
UI: Move Vertex Opacity to Overlay
July 7, 2018, 08:04 (GMT)
UI: Small tweaks
July 6, 2018, 21:13 (GMT)
More removal of unrelated AOV code
July 6, 2018, 20:55 (GMT)
Add Grease Pencil object to new View/Hide topbar control

Note: Used "GPencil" instead of "Grease Pencil" for Popup menu because full name is too long.
July 6, 2018, 20:31 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
release/scripts/startup/bl_ui/__init__.py
source/blender/editors/object/object_add.c
source/blender/editors/object/object_intern.h
source/blender/editors/object/object_ops.c
source/blender/editors/space_buttons/space_buttons.c
source/blender/makesrna/intern/rna_internal.h
July 6, 2018, 20:22 (GMT)
Enable Onion with Overlay button

The grease pencil onion skin need to set the cache as dirty to recalculate geometry, so a depsgraph recalc must be done when change Overlay switch.
July 6, 2018, 18:54 (GMT)
Undo hide Onion with overlay

There is a problem with the cache update and need a refactor. Remove the code while found a solution.
July 6, 2018, 15:40 (GMT)
Ocean Modifier: refactored the delayed-refresh approach

The approach of setting 'refresh' flags on the modifier, and performing
the associated actions when the modifier is being evaluated, is a bad
one. Instead, we use the separation of the original and the evaluated
copy to 'refresh' certain things (because they simply aren't set at all
on the original). Other actions are now done directly with BKE_ocean_xxx
functions on the original data, intead of during evaluation.
July 6, 2018, 15:40 (GMT)
Ported mesh_create_derived_view() to mesh_create_eval_final_view()
July 6, 2018, 15:40 (GMT)
Ocean Modifier: ported from DerivedMesh to Mesh
July 6, 2018, 15:40 (GMT)
Added comment for DEG_TAG_PSYS_xxx and PSYS_RECALC_xxx relation
July 6, 2018, 14:59 (GMT)
UI: remove Edit Lines color from Overlay panel
July 6, 2018, 14:55 (GMT)
UI: Back Selected Mask options to Topbar

These options aren't overlays.
July 6, 2018, 14:41 (GMT)
UI: Add Edit LIne Color to Overlay
July 6, 2018, 14:40 (GMT)
Disable Onion y Edit lines with Overlay flag
July 6, 2018, 14:36 (GMT)
Cleanup: Removed unrelated AOV code, made Cryptomatte work with OpenCL
July 6, 2018, 14:36 (GMT)
UI: Move some options to overlay (Edit lines, Onion)
July 6, 2018, 14:33 (GMT)
Merge branch 'master' into soc-2018-hair-shader

Week 8 merge: updated osl_closures copyright date
July 6, 2018, 13:57 (GMT)
Disable Grease Pencil Paper when disable overlays
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021