Blender Git Commits

Blender Git "blender-v2.79a-release" branch commits.

Page: 14 / 21

December 30, 2017, 14:45 (GMT)
UI: avoid int cast before clamping number input

Values outside int range would overflow.
December 30, 2017, 14:44 (GMT)
Fix T51074: Boolean modifier inverts operation

Support for negative scaled objects.
December 30, 2017, 14:44 (GMT)
Fix writing Iris images w/ invalid header

Regression in e142ae77cadf
December 30, 2017, 14:44 (GMT)
Fix T52384: Bridge pair result depends on other loops

When 2x loops have different number of vertices,
the distribution for vertices fan-fill depended on the loop order
and was often lop-sided.

This caused noticeable inconstancies depending on the input
since edge-loops are flipped to match each others winding order.
December 30, 2017, 14:44 (GMT)
Docs: only show versions in changelog side-bar
December 30, 2017, 14:43 (GMT)
Correct error in last commit
December 30, 2017, 14:43 (GMT)
Fix T52748: Select shortest face path fails
December 30, 2017, 14:43 (GMT)
Fix T52442: bl_app_templates_system not working

Portable builds LOCAL files need to be
treated as system instead of using as a fallback to USER templates.
December 30, 2017, 14:43 (GMT)
Fix bpy.utils.resource_path('SYSTEM') output

Would return the test path for developer builds:
{blender-dirname/release}

Now return an empty string when no path is found.
December 30, 2017, 14:43 (GMT)
Fix T52723: Reset UV layers failed
December 30, 2017, 14:32 (GMT)
Fix T53171: lamp specials strength tweak fails with renamed emission nodes.
December 30, 2017, 14:32 (GMT)
Fix T53092: errors reading EXR files with different data/display window.

Multilayer/multiview OpenEXRs did not read the full data window like single
layer, now it should be consistent.
December 30, 2017, 14:32 (GMT)
Fix T53348: Cycles difference between gradient texture on CPU and GPU.
December 30, 2017, 14:32 (GMT)
Fix build with OSL 1.9.x, automatically aligns to 16 bytes now.
December 30, 2017, 14:32 (GMT)
Fix T52368: Cycles OSL trace() failing on Windows 32 bit.
December 30, 2017, 14:32 (GMT)
Fix T53217: GLSL principled BSDF black with zero clearcoat roughness.
December 30, 2017, 14:32 (GMT)
Fix T53145: bevel tool does not start with amount at zero.
December 30, 2017, 14:32 (GMT)
Fix T53145: bevel tool fails when used a second time.

Pixel size was not initial early enough. For first time this was not a problem
because the bevel amount starts at 0 then, and after the mouse moves the pixel
size is initialized. For the second time the bevel amount starts at a non-zero
value, and it failed then.
December 30, 2017, 14:32 (GMT)
Fix T53360: crash with GLSL bump mapping and missing group output node.
December 30, 2017, 14:32 (GMT)
Fix T53273: render bake settings properties not showing correct Python path.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021