Blender Git Commits

Blender Git "master" branch commits.

Page: 1200 / 5574

May 13, 2019, 09:55 (GMT)
UI: Don't display markers in driver editor
May 13, 2019, 09:50 (GMT)
Fix T64403: crash sampling coloring in texture paint mode
May 13, 2019, 09:49 (GMT)
Fix T64041: Vertex Sharp not working.

Broken in rB0ac3d5f7db67 last year...
May 13, 2019, 09:48 (GMT)
UI: rename Load Preferences to Revert
May 13, 2019, 09:38 (GMT)
Fix T64120: Dynamic Paint Doesn't Recalculate Normals with Smooth Shading.

For wome reason, tag to mark normals as needing recompute was commented
out instead of updated to new system, during conversion of DynaPaint
code for 2.8 new evaluation stack... Trivial fix.
May 13, 2019, 09:36 (GMT)
RNA: disable undo on OperatorProperties and its subclasses.

Since these are temporary properties, changing them shouldn't cause
undo pushes. There already is a flag to disable that, but since each
operator inherits its own properties from the base, RNA define code
also had to be changed to allow inheriting the flag.
May 13, 2019, 08:57 (GMT)
Fix unintended autosaving of preferences in a few cases

* Dirty flag was not cleared on load
* Navigating tabs should not cause save
* Background mode should not autosave (for e.g. render farms and tests)
May 13, 2019, 08:57 (GMT)
Python API: expose preferences.is_dirty
May 13, 2019, 08:14 (GMT)
cleanup: typo in comment
May 13, 2019, 07:42 (GMT)
Fix T64427: WITH_HEADLESS build option
May 13, 2019, 06:53 (GMT)
Fix T64461: Sub-panels allow pinning
May 13, 2019, 06:45 (GMT)
UI: disable decorators for workspace buttons
May 13, 2019, 06:29 (GMT)
Preferences: auto-save on exit

Save modified preferences on exit by default,
with the option to disable this.
May 13, 2019, 05:51 (GMT)
Preferences: tag as dirty for add-ons & loading factory startup
May 13, 2019, 03:49 (GMT)
UI: add load preferences operators to header

Recent changes only included them in the side-bar.
May 13, 2019, 03:25 (GMT)
Preferences: support loading factory preferences

Previously it was only possible to load factory startup & preferences.
May 13, 2019, 02:46 (GMT)
Prefernces: support loading last saved preferences
May 13, 2019, 02:36 (GMT)
readfile: support preferences without loading data-blocks

Needed to support reading preferences without replacing blend file data.
May 12, 2019, 22:25 (GMT)
Fix T64371

Variable stripe_offs used without been initialized

Reviewed by: brecht

Differential Revision: https://developer.blender.org/D4845
May 12, 2019, 22:21 (GMT)
Fix T64463: Visual Artifacts with ColorRamp

This patch fixes an issue with the ColorRamp overflowing its drawing bounds

Differential Revision: https://developer.blender.org/D4843

Reviewed by Brecht Van Lommel
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021