Blender Git Commit Log

All Blender Git commits.

Page: 3601 / 8462

November 20, 2017, 10:40 (GMT)
Cycles: Fix wrong behavior of sharpness in Cubic SSS

Was giving difference when using sharpness of 1.0 and 0.999 even though the
result was expected to be really close to each other.

This SSS profile will probably be removed in the future in favor of more
physically bases Burley, but for the time being don't see anything wrong
fixing an existing code.
November 20, 2017, 09:42 (GMT)
Merge branch 'blender2.8' into greasepencil-object
November 20, 2017, 09:35 (GMT)
Merge branch 'master' into blender2.8
November 20, 2017, 09:16 (GMT)
Fix (unreported) Crash: broken RNA accessors to tesselated MCol data.

Regression from rB823bcf1689a3 (VPaint 2017 GSoC, this is not in 2.79 release).

Also cleanup, using fake-array-ification to access struct members is
generally not a great idea, but when we already have a totally confusing
broken struct layout, this is pure evil, as demonstrated here!

Found while investigating T53341.
November 20, 2017, 08:47 (GMT)
UV Cube Project: improve default behavior

- initialize the cube-size from the bounding box when it's not set.
- no longer wrap faces to keep in 0-1 bounds,
other projection methods don't do this and calculating the scale
prevents the UV's from being too far outside the view.
November 20, 2017, 04:57 (GMT)
Fix T53342: Outliner 'select hierarchy' broken

Was using cursor position from within menu,
clicking on the same position for every selected item (toggling).

Now operate on each selected outliner element, without toggling.
November 20, 2017, 03:33 (GMT)
Fix crash w/ NULL freestyle config
November 20, 2017, 03:33 (GMT)
Fix crash accessing line-style
November 20, 2017, 03:29 (GMT)
Cleanup: line length, right shift
November 20, 2017, 03:29 (GMT)
Cleanup: BLI headers first

Also move descriptions into doxy header
November 19, 2017, 19:43 (GMT)
Fix T53343: Custom Normal Data Transfer Crashes when some vertexes have no faces.

Odd nobody noticed this earlier, was obvious bug in code logic here... :/

To be backported to 2.79a.
November 19, 2017, 17:51 (GMT)
fix for levelset generation

bad array init prevented outer levelset region from being set correctly
November 19, 2017, 17:50 (GMT)
removed deleteInObstacle option

need to see if this fixes the liquid mass instability issue
November 19, 2017, 17:23 (GMT)
Additional pass in object mode for drawing hair follicles and guide curves.
November 19, 2017, 15:28 (GMT)
Option not to select with un-hide

D1518 from @mba105 w/ edits
November 19, 2017, 14:53 (GMT)
Merge branch 'blender2.8' into greasepencil-object
November 19, 2017, 14:46 (GMT)
Cleanup: remove BKE_utildefines

This was meant to be used for less general macros but was never used.

Rename BKE_BIT_TEST_SET to SET_FLAG_FROM_TEST
November 19, 2017, 14:06 (GMT)
Fix: Undo pushes were missing for Add/Remove Driver Variable buttons, and Remove Driver button
November 19, 2017, 13:56 (GMT)
Cleanup - Style
November 19, 2017, 13:55 (GMT)
Fix T53300: Bone Extrude via Ctrl + Click is not done from active bone tail
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021