Blender Git Commit Log

All Blender Git commits.

Page: 1836 / 8462

February 25, 2020, 10:23 (GMT)
automatically remove links between incompatible links
February 25, 2020, 10:22 (GMT)
store incident links in virtual node tree
February 25, 2020, 10:10 (GMT)
GPencil: Change evaluation order for modifiers

Now the loop of modifiers is done before the loop of layers. This will be required to make changes in array modifier and it's more logic.
February 25, 2020, 09:32 (GMT)
Cleanup: avoid Operator.customdata cast which could lead to errors

Both save and save-as share utility functions which
cast from customdata in an error prone way.

Avoid this by passing image format data directly.
February 25, 2020, 08:58 (GMT)
Merge branch 'functions' into simulation-tree
February 25, 2020, 08:58 (GMT)
Merge branch 'master' into functions
February 25, 2020, 07:29 (GMT)
Fix memory leak saving images
February 25, 2020, 07:16 (GMT)
Merge branch 'master' into greasepencil-object
February 25, 2020, 06:47 (GMT)
DrawEngine: Clean up

Put DefaultFramebufferList and DefaultTextureList into an own header
file. These structs were private, but also used by the window manager
and gpu package. The previous implementation we needed to keep these
structs in sync.
February 25, 2020, 06:19 (GMT)
Image: support saving images in non-image spaces

Alternate fix for T74182, making changes to the save-as operator.
February 25, 2020, 06:02 (GMT)
Fix T74182: Crash saving images from non-image spaces
February 25, 2020, 05:50 (GMT)
Cleanup: move deprecated enum into versioning code
February 24, 2020, 22:25 (GMT)
Cleanup: remove unused wmWindow.monitor
February 24, 2020, 22:19 (GMT)
WM: move cursor refresh tag to the window

Avoids having to check the current area is NULL.
February 24, 2020, 19:29 (GMT)
Fix Cycles Embree hair + motion blur failing after recent Catmull-Rom change

Ref T73778
February 24, 2020, 18:23 (GMT)
Fix make deps failing to build opencollada on Linux, due to line endings

The OpenCOLLADA package contains a mix of files with unix and dos line endings.
Now we mark the diff as a binary file so that the patch also contains a mix of
line endings that matches the package.
February 24, 2020, 18:17 (GMT)
Fix T74169: Vector Rotate Node - Euler modes not working as intended

Remove additional Euler modes for the time being, not working as intended, will add back if there is a need.
February 24, 2020, 17:59 (GMT)
Merge branch 'master' into greasepencil-object
February 24, 2020, 17:07 (GMT)
GPencil: Fix distance problems in Vertex Color modifier

Also, the fill is modulate with the distance
February 24, 2020, 16:53 (GMT)
Fix unnecessary Cycles OptiX kernel loading

With the OptiX viewport denoiser active, an OptiX device was added to the device list even when
rendering and denoising on different devices (e.g. CPU or CUDA) in background rendering. This
fixes it, so the OptiX device is only added when actually needed, as in only when OptiX denoising is
actually active in background rendering.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021