Blender Git Commit Log

All Blender Git commits.

Page: 3287 / 8462

May 13, 2018, 17:14 (GMT)
Fix issue w/ recent tool name use

Use the context space type, not the workspace.
Broke setting tools for the first time.
May 13, 2018, 17:14 (GMT)
Icons: updated transform icons
May 13, 2018, 17:14 (GMT)
UI: fix popovers not properly working with scroll arrows for long menus.
May 13, 2018, 17:14 (GMT)
Build deps: avoid ffmpeg external crystalhd library dependency.
May 13, 2018, 17:14 (GMT)
Fix typo in previous commit.
May 13, 2018, 17:14 (GMT)
Icons: fix z-sorting

Was depth sorting per mesh.
May 13, 2018, 17:14 (GMT)
Fix/workaround crash when appending workspace in edit mode

Linking/appending in edit mode currently isn't supported. For workspaces it
should probably be, but we can look into supporting this later.

For now gray out buttons in "Add Workspace" menu while in edit mode.
May 13, 2018, 17:14 (GMT)
Fix invisible scroll-bars after file read

Own mistake from 51efeb683451d896.
May 13, 2018, 17:14 (GMT)
Icons: optionally use material color

The RGB node is used if it exists,
this is multiplied by the vertex color.
May 13, 2018, 17:14 (GMT)
Fix build error with Visual Studio / Windows.

Differential Revision: https://developer.blender.org/D3363
May 13, 2018, 17:06 (GMT)
Fix missing path callback for new Object.display struct.
May 13, 2018, 16:39 (GMT)
Fix issue w/ recent tool name use

Use the context space type, not the workspace.
Broke setting tools for the first time.
May 13, 2018, 16:33 (GMT)
Icons: updated transform icons
May 13, 2018, 16:24 (GMT)
UI: fix popovers not properly working with scroll arrows for long menus.
May 13, 2018, 16:24 (GMT)
Build deps: avoid ffmpeg external crystalhd library dependency.
May 13, 2018, 15:56 (GMT)
Cleanup: Remove unused header file
May 13, 2018, 15:23 (GMT)
Merge branch 'blender2.8' into greasepencil-object
May 13, 2018, 15:21 (GMT)
Add Depsgraph parameter to calculate evaluate object matrix

The matrix for object and parent object need to be evaluated using depsgraph to get the right value.
May 13, 2018, 15:10 (GMT)
Icons: fix z-sorting

Was depth sorting per mesh.
May 13, 2018, 15:06 (GMT)
Attempt to make limited resolution of RNA paths possible without any data.

Note that while code is essentially the same with or without a valid
PointerRNA, 'public' API is clearly separated. Existing code should
hence exhibit no change in behaviour.

Also, no-data case is essentially not tested yet.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021