Blender Git Commit Log

All Blender Git commits.

Page: 2721 / 8462

February 4, 2019, 13:23 (GMT)
Compositor: Made OpenImageDenoise optional, added CMake and build_env files to find OIDN
February 4, 2019, 13:09 (GMT)
T61148: Particle properties can not be edited after keyframing

Was happening with certain settings for hair. Need to make a copy
of particle settings before modifying them via animation system.
February 4, 2019, 12:35 (GMT)
PyAPI: use _PyObject_LookupAttr

Unlike PyObject_GetAttr, this avoids setting the attribute error
only to clear it - under some conditions.
February 4, 2019, 12:07 (GMT)
Cleanup: use sys.platform instead of platform module

This was indirectly importing other modules we don't use at startup.
`sys.platform` is sufficient.
February 4, 2019, 11:00 (GMT)
Python: bump minimum version to 3.7

All platforms use 3.7 now, supporting both increases chance some scripts
will fail on older versions.
February 4, 2019, 10:30 (GMT)
Merge branch 'master' into asset-engine

Conflicts:
source/blender/blenkernel/BKE_global.h
source/blender/python/intern/bpy_app.c
February 4, 2019, 08:53 (GMT)
Fix T61172: Crash in texture paint undo/redo

Mixing texture paint undo w/ memfile undo was crashing.

The gputextures and render result are written to the FileData.imamap
but weren't read back.
February 4, 2019, 04:01 (GMT)
Undo System: add function to print undo steps

Useful for debugging.
February 4, 2019, 03:47 (GMT)
Fix adding a paint texture slot not refreshing

Adding a new slot wasn't refreshing when the
object had no material.
February 4, 2019, 02:20 (GMT)
Merge branch 'master' into temp-clang-format
February 4, 2019, 00:45 (GMT)
UI: Use 'None' label instead of 'No' for Physics Type

Matches other enums in particle settings and pretty much all over Blender.
February 4, 2019, 00:23 (GMT)
Cleanup: Typos in comments (to to)
February 3, 2019, 23:32 (GMT)
UI: clarify ruler tooltip text

See T61151
February 3, 2019, 18:56 (GMT)
GP: Fix compiler error
February 3, 2019, 12:27 (GMT)
T61140 Shortcut Eraser and Eraser are not the same

Set default eraser with the last eraser used, and remove the toggle button from UI panel.
February 3, 2019, 11:41 (GMT)
partial fix for wrong rotation when converting to keyframes

forgot to initialize ob->quat for passive objects, they are most likely in euler rotation
mode still and the ob->quat seems not automatically in sync
February 3, 2019, 11:41 (GMT)
Fix typos
February 3, 2019, 11:41 (GMT)
Fix T60753: Graph Editor showing cache curves regardless of filters

This commit adds a datablock filtering option for cache files channels,
so that a shot with lots of these in addition to standard animation
(e.g. the Spring production files) don't become bogged down by these.

Furthermore, these channels also respect the "Only Selected" toggle too now.
February 3, 2019, 03:59 (GMT)
Cleanup: trailing commas

Needed for clan-format not to wrap onto one line.
February 2, 2019, 08:34 (GMT)
Merge branch 'master' into greasepencil-object
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021