Blender Git Commit Log

All Blender Git commits.

Page: 3272 / 8462

May 17, 2018, 18:28 (GMT)
Tool System: use context mode

Was using object mode in the workspace API which isn't
useful for accessing tools.
May 17, 2018, 18:09 (GMT)
Merge branch 'blender2.8' into temp-unified-collections
May 17, 2018, 17:55 (GMT)
Merge branch 'master' into blender2.8
May 17, 2018, 17:54 (GMT)
RNA: move enums to rna_rna.c

Needed for use in rna non runtime code.
May 17, 2018, 17:28 (GMT)
Modify rotate around cursor to use Trans Object

Now the object pointer is saved in the transformation data struct instead to use the viewlayer active object.
May 17, 2018, 17:10 (GMT)
RNA: move enums to rna_rna.c

Needed for use in rna non runtime code.
May 17, 2018, 17:05 (GMT)
makesrna: error check from 2.8
May 17, 2018, 16:57 (GMT)
Merge branch 'blender2.8' into greasepencil-object
May 17, 2018, 16:55 (GMT)
Add fix for rotation around cursor

NOTICE: This fix solves the problem rotating around 3D cursor, but it will need a review to use with multiedit.
May 17, 2018, 16:44 (GMT)
Fix UV shadow drawing
May 17, 2018, 16:11 (GMT)
Dynamic override: add RNA callback to apply an override.

Theoritical code for now, since we still miss the depsgraph part to hook
it up to actual evaluation.
May 17, 2018, 15:14 (GMT)
Merge branch 'blender2.8' into temp-dynamic-overrides

Conflicts:
source/blender/makesrna/intern/rna_rna.c
May 17, 2018, 15:10 (GMT)
Static Override/RNA diffing: Use a nasty macro to factorize a bit the code.

This piece of code remains annoyingly verbose, but at least now we do
not have anymore twice the same logic duplicated between single array
element handling, and non-array properties.
May 17, 2018, 15:09 (GMT)
Multi-Object-Mode: EditCuve Select All

D3381 by @dgriffin91
May 17, 2018, 14:43 (GMT)
Initial step to support dynoverride eval in RNA code.

Using as much as possible static override code. Againm ideally we'll
merge back both into a fully single system after everything is working.

Also found a way to reduce a bit verbosity of code here...
May 17, 2018, 14:21 (GMT)
Modifiers: ported Surface DerivedMesh ? Mesh
May 17, 2018, 14:19 (GMT)
Merge branch 'blender2.8' into greasepencil-object
Revision edf6676 by Campbell Barton (master)
May 17, 2018, 13:57 (GMT)
Tool System: per space/mode tool support

This patch adds support for:

- Per space-type tools (3D view and edit).
- Per mode tools (object, edit, weight-paint .. etc).

The top-bar shows the last activated tools options, this is a design
issue with using a global topbar to show per-space settings.

See D3395
May 17, 2018, 13:51 (GMT)
Cleanup: warning
May 17, 2018, 13:48 (GMT)
Tag scene & objects for COW update after physics settings changed via RNA
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021