Blender Git Commit Log

All Blender Git commits.

Page: 2949 / 8462

October 1, 2018, 03:16 (GMT)
BLI_math: add `isect_seg_seg_v3` function and use in the cloth collision algorith.

In my tests a 4% improvement in performance was achieved by simulating a square cloth over the cube.
October 1, 2018, 02:00 (GMT)
Cleanup: use standard prefix for boolean settings

Avoid using 'add' as a prefix, it reads like a method.
October 1, 2018, 00:21 (GMT)
Fix freed memory use w/ panel unregister
September 30, 2018, 23:20 (GMT)
Cleanup: use tuple unpacking
September 30, 2018, 23:20 (GMT)
Cleanup: pep8, unused import
September 30, 2018, 23:20 (GMT)
Cleanup: style
September 30, 2018, 21:54 (GMT)
Fix T56981: python .scene_raycast returned object is not selectable.

Was returning COW evaluated object, not actual data-block...
September 30, 2018, 19:37 (GMT)
Fix T56879: Blender2.8 Crash when Editing Text on Curve.

Moving cursor in 3D text edit mode calls `BKE_vfont_to_curve_ex()`,
which expects to work with evaluated data (curve cache runtime etc.).
September 30, 2018, 17:34 (GMT)
Fix T56396: Cycles wrong object motion blur with deformation blur disabled.
September 30, 2018, 17:33 (GMT)
Fix T56909: wrong interface scale on macOS 10.14, when using 10.14 SDK.

This does not affect existing releases as far as I can tell, only new builds
using the new SDK have the problem.
September 30, 2018, 16:45 (GMT)
GP: The primitive line must not enable cyclic mode
September 30, 2018, 16:26 (GMT)
GP: Cleanup and remove old debug code
September 30, 2018, 15:36 (GMT)
Fix T56984: GP: Materials: Isolate (lock/visibility) buttons don't work.
September 30, 2018, 15:30 (GMT)
io_utils: remove `orientation_helper_factory`.

Now we only use orientation_helper decorator.
September 30, 2018, 14:21 (GMT)
GP: New option to disable lasso while drawing

Now it's possible to disable the lasso effect of the fill color while drawing with a fill color.

This sometimes is required to see the lines and it's the first step to implement a new lasso brush.
September 30, 2018, 13:59 (GMT)
GP: Ensure falloff curve is always initializated
September 30, 2018, 11:54 (GMT)
Fix T56970 GP: Sculpt mode : Grap tool doesn't work
September 30, 2018, 10:54 (GMT)
GP: Fix error in mutiedit if curve is not available
September 30, 2018, 09:49 (GMT)
GP: Do not use UI pixel scale for strokes

This scale value only must affect the interface, but never the stroke.
September 30, 2018, 09:49 (GMT)
GP: implement Shadow FX (wip)

Initial implementation of effect to create a drop shadow of the strokes
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021