June 18, 2015, 15:24 (GMT) |
Fix T41870: Cycles OSL - Changing rotation value in anisotropic shader crashes Blender Older OSX has major issues with sincos() function, it's likely a big in OSL or LLVM. For until we've updated to new versions of this libraries we'll use a workaround to prevent possible crashes on all the platforms. Shouldn't be that bad because it's mainly used for anisotropic shader where angle is usually constant. This fix is safe for inclusion into final Blender 2.75 release. |
June 18, 2015, 15:24 (GMT) |
Depsgrtaph: Adding shapekey should update relations This is needed for the new granular depsgraph, otherwise graph is not containing all the operations needed for proper update. And the same is actually needed onwhen removing shape key. |
June 18, 2015, 15:24 (GMT) |
Fix T45052: Compositing-Masks are not editable with new DepsGraph This commit fixes missing updates of masks with the new dependency graph in a way which is safe for backport into master branch. Compositor nodes will not receive needed update callback yet, this will be solved after mask and compositor are becoming a proper node in the graph, it is considered a TODO now. |
June 18, 2015, 15:24 (GMT) |
Fix T44980: Shapekeys with driver not working with new depsgraph in 2.75 test build Was just a few missing dependencies. |
June 18, 2015, 15:24 (GMT) |
Fix T44682: Save Buffers canceled renders show nothing in Image Editor The issue was caused by render pipeline freeing render parts prior to finishing exr file writing which resulted in unfinished parts not being written into the file by save_empty_result_tiles(). As a temporary solution we do explicitly write unfinished parts as empty tiles to the exr file prior to freeing parts. Not ideal solution, but should work for the release. |
June 18, 2015, 15:24 (GMT) |
Report proper frame and time to the console when doing compositing |
June 18, 2015, 15:24 (GMT) |
Transform: Improve UV creation efficiency - was doing 2x spin-locks, multi-view check and hash-lookup per face-corner. - avoid doing customdata layer lookup per face. |
June 18, 2015, 15:24 (GMT) |
Msgfmt: Fix for generating .mo files from .po without comments |
June 18, 2015, 15:24 (GMT) |
BGE: remove outdated doc of KX_PolygonMaterial, update doc of KX_BlenderMaterial This patch suppresses the outdated KX_PolygonMaterial.rst documentation file and moves the example contained in it into KX_BlenderMaterial.rst. The file KX_BlenderMaterial.rst receives some extra formatting changes (lists are not supported in methods arguments types). Reviewers: kupoman, campbellbarton, lordloki, panzergame, moguri Reviewed By: panzergame, moguri Projects: #game_engine Differential Revision: https://developer.blender.org/D1355 |
June 18, 2015, 15:24 (GMT) |
Fix T45088: Wrong tooltip for 'Object Transform' option of transfer data. |
June 18, 2015, 15:24 (GMT) |
Freestyle: Fix for wrong assertion failure upon inverted face normals. The assertion code was not taking quad faces into account. Problem report by Folkert de Vries (flokkievids) through personal communications, thanks! |
June 18, 2015, 15:24 (GMT) |
Fix transform connected UVs memory leak |
June 18, 2015, 15:24 (GMT) |
Fix crash transforming UV /w PET-connected mode |
June 18, 2015, 15:24 (GMT) |
Fix leak getting image frame-range from filesel |
June 18, 2015, 15:24 (GMT) |
update hand written rst docs - minor corrections - link to new manual - wrap lines at 120 |
June 18, 2015, 15:24 (GMT) |
Fix T45059: Image open /w relative paths & anim - would hang on win32 (checking network share?) - made the path absolute on all systems |
June 18, 2015, 15:24 (GMT) |
Flush stdout prior of calling render stats callback Without this extra flush order of stat prints is undefined in the output. which makes it rather tricky to write custom output in a reliable way. |
June 18, 2015, 15:24 (GMT) |
Fix T44701: Buffer overrun reading directories |
June 18, 2015, 15:24 (GMT) |
Fix T45096: Bad UVs /w EdgeSlide & zero-area faces |
June 18, 2015, 15:24 (GMT) |
BGE: correct case for createConstraint keyword |
|