Blender Git Commits

Blender Git "master" branch commits.

Page: 1408 / 5574

December 13, 2018, 23:18 (GMT)
Fix T59337: Camera visual aids ignore overlay
December 13, 2018, 22:54 (GMT)
Preferences: add option for header position

Sets the header position for newly created windows with few exceptions
(preferences is always bottom, file-selector is always top).
December 13, 2018, 22:54 (GMT)
Fix compiler error
December 13, 2018, 22:31 (GMT)
GP: Add Subdivide Smooth option
December 13, 2018, 22:09 (GMT)
Fix T59137: Prefs moves header to bottom

Only use a new spaces header alignment when no previous header exists.
December 13, 2018, 21:43 (GMT)
Fix T57724: Opening file browser flips user-prefs header
December 13, 2018, 21:14 (GMT)
Merge branch 'master' into blender2.8
December 13, 2018, 21:13 (GMT)
Fix typo in context docs.
December 13, 2018, 20:56 (GMT)
UI: show workspace cycling key bindings in menu
December 13, 2018, 18:49 (GMT)
GP: New Smooth operator

Smooth a stroke, in edit mode, similar how mesh operator works with meshes.
December 13, 2018, 18:25 (GMT)
Fix T58014, T58650: issues with hex color and Filmic view transform.

Hex color values are now always in sRGB space, as would be expected by
most other applications. Previously they were in display space and using
the view transform.
December 13, 2018, 18:25 (GMT)
Color management: add OCIO aware utility functions for transform to/from XYZ.
December 13, 2018, 18:25 (GMT)
Fix T58549, T56741: HSV color picker issues with Filmic view transform.

In 2d655d3 the color picker was changed to use display space HSV values.
This works ok for a simple sRGB EOTF, but fails with view transforms like
Filmic where display space V 1.0 maps to RGB 16.292.

Instead we now use the color_picking role from the OCIO config when
converting from RGB to HSV in the color picker. This role is set to sRGB
in the default OCIO config.

This color space fits the following requirements:

* It is approximately perceptually linear, so that the HSV numbers and
the HSV cube/circle have an intuitive distribution.
* It has the same gamut as the scene linear color space.
* Color picking values 0..1 map to scene linear values in the 0..1 range,
so that picked albedo values are energy conserving.
December 13, 2018, 14:31 (GMT)
Speedup: new OldNewMap implementation for file loading

In production files that use a lot of linking I measured loading speedups between 5% and 18%. In files that use less linking the speedup might not be noticeable at all, but it should not be slower.

Reviewer: brecht

Differential Revision: https://developer.blender.org/D4038
December 13, 2018, 14:01 (GMT)
Merge remote-tracking branch 'origin/master' into blender2.8
December 13, 2018, 13:59 (GMT)
deps: add missing sqlite dll to windows build.
December 13, 2018, 13:32 (GMT)
Merge branch 'master' into blender2.8
December 13, 2018, 13:31 (GMT)
Cycles: Update standalone app to OIIO 2.0
December 13, 2018, 12:19 (GMT)
RNA: revert recent rename 'updated' -> 'dirty'

Partially reverts 45fdf41be87f & 6d38d824377c,
added comment why term 'updated' is used in this case.
December 13, 2018, 12:04 (GMT)
Cleanup: macro hygiene, style, doxy comments
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021