Blender Git Commit Log

All Blender Git commits.

Page: 3330 / 8462

May 1, 2018, 14:27 (GMT)
Cleanup: Remove unused var
May 1, 2018, 14:27 (GMT)
Cleanup: Fix indentation
May 1, 2018, 14:26 (GMT)
Overlay: Enabled wireframe drawing for vertex/weight paint

This is a temp hack, so that billrey can use blender 2.8 for
drawing the icons. Hack will be phased out by T54910
May 1, 2018, 14:22 (GMT)
Fix compiler warning: Uninitialised var
May 1, 2018, 13:59 (GMT)
Revert to use again BKE_gpencil_batch_cache_dirty()

These functions were changed by error when replace dirty management by depsgraph.

The depsgraph is only valid for operators and the files included in this commit must call the function directly and don't use depsgraph tag.
May 1, 2018, 13:50 (GMT)
Back BKE_gpencil_batch_cache_dirty function

This function was removed by error in previous commit.
May 1, 2018, 13:18 (GMT)
Add/finish rna read-only access to actual override rules.

For some reasons did not add operations themselves previously...
May 1, 2018, 13:08 (GMT)
Static Override: fix 'search matching override operation' function.

Previous code was waaaayyyy to flacky, returning matches for things that
did not actually have much in common!
May 1, 2018, 13:03 (GMT)
Refactoring: bvhutils: Use a function that gets the bvhtree through an identifier type.

Reviewed By: @campbellbarton
Differential Revision: https://developer.blender.org/D3192
May 1, 2018, 12:55 (GMT)
Mesh *to_use ? mesh_src
May 1, 2018, 12:51 (GMT)
FIXUP for ModifierEvalContext introduction
May 1, 2018, 12:51 (GMT)
Quiet unused var warning
May 1, 2018, 12:40 (GMT)
Merge remote-tracking branch 'origin/blender2.8' into temp-modifier-rm-cddm
May 1, 2018, 12:39 (GMT)
Extract common modifier parameters into ModifierEvalContext struct

The contents of the ModifierEvalContext struct are constant while iterating
over the modifier stack. The struct thus should be only created once,
outside any loop over the modifiers.
May 1, 2018, 11:51 (GMT)
Cleanup: Add new line at EOF
May 1, 2018, 11:48 (GMT)
Remove BKE_gpencil_batch_cache_dirty()

This remove the function because is not used.
May 1, 2018, 11:44 (GMT)
Replace DRW_gpencil_batch_cache_dirty() with DEG_id_tag_update
May 1, 2018, 11:22 (GMT)
Depsgraph: Add missing relations needed for nested datablock relations
May 1, 2018, 10:48 (GMT)
UI: expose radial gradient as option

Was a separate tool, use option so we can extend more easily.
May 1, 2018, 10:20 (GMT)
UI: add weight paint sample tools

Also use unified weight.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021