June 29, 2015, 13:46 (GMT) |
Fix T44320: UV island overlap considered linked |
June 29, 2015, 13:46 (GMT) |
Fix T45034: MirrorBall rendering on wrong camera axis This was a mistake in the original code from D1079. With the current way how direction ot mirror ball works camera should look into negative Y direction. Corrected it in the camera matrix synchronization, so no extra calculations are needed at the render time. That's a bit annoying, but we'd better port it to the release branch, or otherwise we'll end up with files created with wrong camera mapping after 2.75 release. |
June 29, 2015, 13:46 (GMT) |
Fixed compilation error in editor/animation/anim_markers |
June 29, 2015, 13:46 (GMT) |
Fix T45145, multiview selection fix not working for scaled matrices. Multiview code already accounts for scale, do not scale frame before multiplying with matrix. |
June 29, 2015, 13:46 (GMT) |
Fix T45133: Crash drawing material buttons |
June 29, 2015, 13:46 (GMT) |
Fix camera stereo logic use /w regular select |
June 29, 2015, 13:46 (GMT) |
Fix T45144: Multi-value-edit ignored range |
June 29, 2015, 13:46 (GMT) |
Fix memory leak /w multi-drag over a single button |
June 29, 2015, 13:46 (GMT) |
BGE: dissallow calling reverse on internal clists |
June 29, 2015, 13:46 (GMT) |
Fix T45109: multi-view regression /w screen-cast |
June 29, 2015, 13:46 (GMT) |
Support for platforms /wo malloc_usable_size Was only used for stats, netbsd doesn't define this function. |
June 19, 2015, 14:59 (GMT) |
Blender 2.75: Fix compilation error caused by the addons fix It was relying on a new function introduced by in 958c208. |
June 19, 2015, 12:01 (GMT) |
Blender 2.75: Point addons submodules to latest backported revision |
June 19, 2015, 11:58 (GMT) |
Fix T45104: RGBA PNG Stereo 3d Anaglyph renders turn all shades of black into alpha in 2.75 RC1 |
June 18, 2015, 15:32 (GMT) |
CMake: minor edits to lite config |
June 18, 2015, 15:32 (GMT) |
CMake: disable OSL if cycles is disabled |
June 18, 2015, 15:25 (GMT) |
Revert "Fix/Workaround T44662: Freestyle gives no visual output when the Save Buffers option is enabled" This reverts commit ab417f31f403d74a76fb51fbd6e2aa3f706e15f1. This workaround caused serious memory corruption issues which is not really acceptable for the release. We'll be likely sticking to a more limited release when using freestyle with saved buffers for until proper solution is implemented. Conflicts: source/blender/render/intern/source/pipeline.c Conflicts: source/blender/render/intern/source/pipeline.c |
June 18, 2015, 15:24 (GMT) |
Cycles: Solve possible buffer overrun when using too much closures Glass BSDF was doing some magic with copying weigths from initial closure onto refraction one and the code was not checking properly for the number of closures. |
June 18, 2015, 15:24 (GMT) |
Cycles: Fix wrong numbering of OpenCL devices when some of them are skipped Skipped devices did not reflect in the device number, which might result in bad array indices. This might also resolve T45037, and need to be ported to a release branch. |
June 18, 2015, 15:24 (GMT) |
Cycles: Don't show devices which does not support OpenCL 1.1 in the menu They'll be checked for the version later and that check will fail anyway, so better to not allow user to see unsupported device in the list. Also corrected one more issue with the device enumeration. |
|