Blender Git Commit Log

All Blender Git commits.

Page: 3473 / 8462

February 8, 2018, 10:36 (GMT)
Fail gracefully when editmode data doesn't exist

Sync changes from 2.8
February 8, 2018, 10:14 (GMT)
Object Mode: move to workspace struct

- Read-only access can often use EvaluationContext.object_mode
- Write access to go to WorkSpace.object_mode.
- Some TODO's remain (marked as "TODO/OBMODE")
- Add-ons will need updating
(context.active_object.mode -> context.workspace.object_mode)
- There will be small/medium issues that still need resolving
this does work on a basic level though.

See D3037
February 8, 2018, 10:07 (GMT)
Fix render pixel size

The calculation must be equal to the viewport, because using the camera pixel size, the result is not correct.
February 8, 2018, 10:06 (GMT)
Fixing builds for 2.8 - outliner typo
February 8, 2018, 10:03 (GMT)
Fixing builds for 2.8 - outliner typo
February 8, 2018, 09:59 (GMT)
Merge remote-tracking branch 'origin/blender2.8' into temp-workspace-object-mode-removal
February 8, 2018, 04:59 (GMT)
Linux: Add appdata.xml file for packagers

D3025 by @januz
February 8, 2018, 03:16 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
source/blender/editors/space_outliner/outliner_draw.c
February 8, 2018, 03:15 (GMT)
Fix: Data-Blocks view in Outliner no longer displayed property values, making it semi-useless

Partially revert efe1af3d11a930b539718cc566049f07316427ff

The offending commit over-zealously removed the datablocks viewer case
as well, when only the condition needed to be modified.
February 8, 2018, 03:13 (GMT)
Fix: Data-Blocks view in Outliner no longer displayed property values, making it semi-useless

Partially revert efe1af3d11a930b539718cc566049f07316427ff

The offending commit over-zealously removed the datablocks viewer case
as well, when only the condition needed to be modified.
February 8, 2018, 03:09 (GMT)
Cleanup - Use builtin function for clarity
February 8, 2018, 02:46 (GMT)
Fix crashes trying to draw GP strokes in 2D editors

Currently nothing appears when you try to draw still, but at least it
won't crash.
February 8, 2018, 01:54 (GMT)
Cleanup

* Reduce number of extra/excess layout.row() elements with a single item
* Simplify logic (redundant check)
February 7, 2018, 23:41 (GMT)
DRW: Fix crash caused by fixing the leak (badly).

Previous commit was af425f3f7a08c09f7fbc7076b364fac75163b296
February 7, 2018, 21:40 (GMT)
Fixes for last merge.
February 7, 2018, 21:30 (GMT)
Merge branch 'blender2.8' into asset-engine

Conflicts:
source/blender/windowmanager/intern/wm_files_link.c
February 7, 2018, 21:27 (GMT)
Merge branch 'master' into blender2.8
February 7, 2018, 21:26 (GMT)
Forgot to return actual value in previous own commit.

Sorry about the noise...
February 7, 2018, 21:19 (GMT)
Merge branch 'master' into blender2.8

Conflicts:
source/blender/windowmanager/intern/wm_files_link.c
February 7, 2018, 21:09 (GMT)
Library linking code: proper early out in case there is nothing to link.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021