Blender Git Commits

Blender Git "master" branch commits.

Page: 1376 / 5574

January 11, 2019, 04:43 (GMT)
Fix auto-run warning RNA type
January 11, 2019, 04:11 (GMT)
Theme: update blender light theme preferences

Copy from properties space.
January 11, 2019, 04:02 (GMT)
Theme: disable blender_light 3D view gradient

- Lost contrast w/ faded wire for dupli/set-scene.
- Make grid darker to increase contrast.
January 11, 2019, 04:02 (GMT)
3D View: fade out dupli-wire color 70%
January 11, 2019, 04:02 (GMT)
3D View: use faded wire for set-scene objects

Matches 2.7x behavior.
January 11, 2019, 04:02 (GMT)
3D View: use dupli wire color for shaded wire drawing

Was only working for loose wire.
January 11, 2019, 02:27 (GMT)
Cleanup: blend existing colors
January 11, 2019, 02:23 (GMT)
Cleanup: avoid repetition versioning theme
January 11, 2019, 02:15 (GMT)
startup: view background color wasn't default
January 11, 2019, 01:59 (GMT)
Fix background color use in 3D view

TH_BACK was being used when drawing the 3D view even though
there was no way to set the color in the preferences.

The color was zero'd when moving to the new 2.8x theme.

Having both gradient and background colors was confusing,
especially having to use 'TH_HIGH_GRAD' for the 3D view, 'TH_BACK' for
other views.

Move the background color back to 'TH_BACK', 'TH_BACK_GRAD' is used
when gradients are enabled.
RNA is unchanged so presets don't need updating.
January 11, 2019, 00:00 (GMT)
Preferences: remove author field

This was only used by collada export metadata.

If metadata like this is needed, we can use per-filetype preferences,
to make it clear when user identifiable information is being used.
January 10, 2019, 23:53 (GMT)
Cleanup: remove tabs after line start

Allows expanding tabs before running clang-format.
January 10, 2019, 23:52 (GMT)
Cleanup: unused vars
January 10, 2019, 22:33 (GMT)
MSVC: remove compiler __func__ define

No longer needed and exposes a bug in clang-format see: D4185
January 10, 2019, 22:22 (GMT)
MSVC: remove compiler __func__ define

No longer needed and exposes a bug in clang-format see: D4185
January 10, 2019, 19:24 (GMT)
fix D4187: Collada Importer: Material assignment broken after importing Mesh with multiple materials
January 10, 2019, 19:10 (GMT)
Fix T60266: missing viewport updates after changing scene world datablock.
January 10, 2019, 19:03 (GMT)
Fix use of uninitialized GPU context memory in release builds.

Reported by valgrind, not sure it caused any real bugs.
January 10, 2019, 16:09 (GMT)
Subdiv: Fix memory leak

Was visible when mesh had n-gons.
January 10, 2019, 16:09 (GMT)
Fix T60393: Subdiv gives wrong vertex colors
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021