Blender Git Commit Log

All Blender Git commits.

Page: 1830 / 8462

February 26, 2020, 18:22 (GMT)
Cleanup: split image sequence detection into own file, and make it reusable
February 26, 2020, 18:07 (GMT)
GPencil: UI - Replace Duplications with Duplicates
February 26, 2020, 18:02 (GMT)
Objects: add WITH_NEW_OBJECT_TYPES build options

Hair and pointcloud objects are now hidden from the UI and API by default.
February 26, 2020, 18:02 (GMT)
GPencil: UI - Replace Add GP modifier eith Add modifier
February 26, 2020, 17:55 (GMT)
GPencil: Fix crash when rendering in new window

This was caused by an incorrect context switch.
February 26, 2020, 17:23 (GMT)
Merge branch 'master' into new-object-types
February 26, 2020, 17:18 (GMT)
Color Management: Updated False Color Look

Change to false color are based on artist feedback:

* Even 2.5 EV differences down to -10 EV.
* Even 2.167 EV differences up to +6.5 EV.
* Slightly below middle grey biased toward cyan.
* Slightly above middle grey biased toward yellow.
* Converts to nonlinear luma for more accuracy.
February 26, 2020, 17:18 (GMT)
Color Management: Allow looks on any transform

Previously it was not possible to use looks on filmic log.
February 26, 2020, 17:13 (GMT)
Cleanup: add ImageKey to avoid longer argument lists and duplicated code
February 26, 2020, 17:13 (GMT)
Cleanup: deduplicate OpenVDB library definitions/include/libs logic

This will more important when we start using OpenVDB in more modules.
February 26, 2020, 17:13 (GMT)
Build: add compatibility between precompiled libraries and new glibc

On Linux, precompiled libraries may be made with a glibc version that is
incompatible with the system libraries that Blender is built on. To solve
this we add a few -ffast-math symbols that can be missing.

Differential Revision: https://developer.blender.org/D6930
February 26, 2020, 17:12 (GMT)
Build: ignore system paths when using precompiled libraries on Linux

Based on work by Nathan Craddock, with further changes to apply it to all
precompiled libraries.

Differential Revision: https://developer.blender.org/D6929
February 26, 2020, 17:08 (GMT)
GPencil: UI - Remove Vertex Color text from popover

February 26, 2020, 17:06 (GMT)
GPencil: UI - Smooth modifier replace Step with Repeat

February 26, 2020, 17:03 (GMT)
GPencil: UI - Replace Object by Mirror Object

February 26, 2020, 16:38 (GMT)
GPencil: Fix typo error
February 26, 2020, 16:30 (GMT)
Fix T74225: Image (from sequence) cannot be loaded

If the current frame was not in range, the ImageTile's 'ok' was stuck at
0. Similar to the ImageUser being reset to 'ok' in
BKE_image_user_frame_calc, we now do for ImageTiles as well.

note: the crasher part of T74225 was fixed in rB5c490d437743.

Maniphest Tasks: T74225

Differential Revision: https://developer.blender.org/D6939
February 26, 2020, 16:24 (GMT)
Fix T74236: Golden ratio in camera composition guides is not working

Caused by 52da1b6e2b54 (where it was switched from a value to a define -
but the define was wrong...)
February 26, 2020, 15:25 (GMT)
UI: Add Separate to bone and curve edit context menus

Makes it more consistent with mesh edit mode.
February 26, 2020, 15:06 (GMT)
GPencil: Cleanup more loops with FOREACH macro
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021