Dev:Ref/Release Notes/2.76/Bug Fixes
< Dev:Ref | Release Notes | 2.76
目次
Blender 2.76: Bug Fixes
Changes from revision f167f434d9 to a9c5e1d9b7, inclusive (master branch).
[RC2] Changes from revision c586e30053 to e24ea81d65, inclusive (blender-v2.76-release branch).
[RC3] Changes from revision 3399314a6f to fb78f6d518, inclusive (blender-v2.76-release branch).
[Release] Changes from revision 2f7eb53ed0 to 48f7dd68f8, inclusive (blender-v2.76-release branch).
Total fixed bugs: 414 (292 from tracker, 122 reported/found by other ways).
Note
Before RC1 (i.e. during regular development of next version in master branch), only fixes of issues which already existed in previous official releases are listed here. Fixes for regressions introduced since last release, or for new features, are not listed here.
For following RCs and final release, all backported fixes are listed. |
Objects / Animation / GP
Animation
- Fix T45166: Keyframes pasted at wrong position when NLA strip has offset (rB579329388a).
- Fix T45865: Auto Blend is not recalculated when adjusting start/end/scale etc. of strip through RNA (rB09b7ec1864).
- Fix T45864: Wrong NLA Control Curves keyed when using the Graph Editor sliders (rBb617dec065).
- Fix T45689: Pose Libraries cannot be used when using lib-linked actions as poselibs (rB4d146bdf13).
- Fix T45633: Animated modifiers don't update in new depsgraph (rBb88d8916e4).
- Fix T45884: Crash copying keyframes (rB4f61de6588).
- Fix T45275: F-Curve normalization might corrupt animation (rB3e4a7f4366).
- Fix T45926: Drivers fail in background mode (rB2112bd892b).
- Fix T45995: Auto-set preview range sets superfluous end key (rBc8cc664ce3).
- Fix T46040: Bake action cleans existing keyframes (rB946b850b3e).
- [Release] Fix T46321: 3D view not refreshed immediatelly after pasting keyframe in dope sheet (for a single channel) (rBc2d070a3fb).
- Fix unreported: Fix: Keyframe indicators for NLA Strip properties fails if the AnimData has an active action (rBd96842bf19).
- Fix unreported: Fix: NLA Strip properties cannot be keyframed if Visual Keying/Only Needed options are enabled (rB15cb94c65a).
- Fix unreported: Fix: Autokeying of buttons doesn't work on NLA Strip properties (rB20d516dc35).
- Fix unreported: Fix scrubbing only treated as animation for sequencer (rB9becee445e).
- [Release] Fix unreported: Fix: "Tweak user" red-alert flag was not getting set on strips on active track (rB323851fa71).
- [Release] Fix unreported: Fix: Do not show "Paste Flipped" in the Dope Sheet's Grease Pencil mode (rB68d5e1d3ae).
Grease Pencil
- Fix T45434: GPencil on editmode surface fails (rB1d02d34de9).
- Fix T44932: StopGap Ignore pressure values when drawing straight line segments with GPencil (rBe660079e47).
- Fix unreported: Fix grease pencil selection (rB9dc0fed877).
- Fix unreported: Fix snapping edit-gpencil to edit-mesh (rB881047de88).
Objects
- Fix T45553: Object parent_type 'ARMATURE' disappeared in Blender 2.75 (rB8cd14d421e).
- Fix T45782: bpy.ops.object.select_by_layer match='SHARED' option is not working (rB828710d2ac).
- Fix T45783: Problem selecting all objects on a layer from a script if any 3d view is in local mode (rBd2383ec6c0).
- [RC3] Fix T46285: "Select parent" if there is no parent doesn't work correctly (rB2ecc405b69).
Dependency Graph
- Fix T45938: Ocean modifier animation not working with NLA action-strip (old depsgraph only) (rB9683807459).
- [RC3] Fix T46227: ShapeKeys Lattice by the driver, problem updates in new depsgraph (rB21c00cbd0e).
- [Release] Fix T46354: Curve Modifier does not update (new Dependency graph) (rB1a37144ecd).
Data / Geometry
Armatures
- Fix T46010: Bone offset between Rest Pose and Edit mode (rB65a80708d4).
- [RC2] Fix T43715: IK pole target + stretch not working for a single bone chain (rB869c3344c9).
- [RC2] Fix unreported: Fix view-selected w/ custom bone shapes (rB23427bfebf).
Curve/Text Editing
- [RC2] Fix T46161: Rotate around selection changes bezier curve handle type (rBc08896e2c4).
Mesh Editing
- Fix T45062: Make it clear in tooltip that 'double sided' mesh option only affects OpenGL (viewport), and not render engines (rB4835fe06f1).
- Fix T44320: UV island overlap considered linked (rBe2fa6663d3).
- Fix T45331: a bevel regression for 2.75 (rB791b5fe9d0).
- Fix T45348: Collapse gives sel verts in face mode (rB9f78aa4c36).
- Fix T45455: Select linked issue w/ hidden faces (rB1d9fbdc9a0).
- Fix T45450: Loop-select fails to cycle between overlapping edges (rB3c911ff8a5).
- Fix T45458: Edge Slide Mirror doesn't preserve UVs (rB9dc9f84740).
- Fix T45582: Connect vertex hangs (rBe31f8e756f).
- Fix T45625: Unpredictable grid fill (rB0f690e2186).
- Fix T45620: Coplanar faces w/ flipped normals not selected (rBc2c4e02d41).
- Fix T44049: edge bevel with sometimes breaks UVs. Fairly large changes to bevel code to do a better job of keeping UVs from crossing islands, etc. Updated http://wiki.blender.org/index.php/Dev:2.5/Source/Modeling/Bevel to explain algorithm used for maintaining UVs. Updated the bevel_regression.blend tests in lib tests (rB39ce0a9916).
- Fix T40070: Bevel didn't bend as expected sometimes (rBfa86efdc97).
- Fix T45795: bevel treated one-edge-beveled case inconsistently (rB9b43fce3c1).
- Fix T39486: screwed object bevel made bevel amount go out of control (rB0c420a2e49).
- Fix T45853: Edge-slide UV-correct jitter (rB50917edad5).
- Fix T45849: Alternate tri-tri intersect error (rB6a53e658d3).
- Fix T45954: Inset w/ interpolated vertex color (rB705776db1f).
- Fix T45991: Transfer Weight tool UI is inconsistent and crashes blender (rB525d7e02d4).
- Fix T45984: Setting custom normals properly requires multiple calls to normals_split_custom_set() (rBe5e65b1099).
- Fix T46015: normals_split_custom_set_from_vertices doesn't work with zero vectors (rBac51e2f326).
- Fix T46029: . Center ngon in bevel got no attributes or interpolation data (rB04e12c617d).
- [RC3] Fix T46219: Knife cuts fail away from center (rB34bcd2f0ea).
- [Release] Fix T46339: Edge sliding when there is only one vertex in the mesh crashes blender (rBea835c8a73).
- [Release] Fix T46389: Shrinkwrap fails in editmode (rB9ccec0a288).
- Fix unreported: Fix edge/vert slide UV-correct & zero length edges (rB0d4cca6593).
- Fix unreported: Fix edge/vert slide UV-correct & non-planar faces (rB9ce738e0f6).
- Fix unreported: Fix edge/vert slide UV-correct, small face error (rBa09af2dc7b).
- Fix unreported: Fix/Cleanup mesh remap dest transformation in tree/source space (rBde6b4dc7f7).
- Fix unreported: Fix no longer being possible to display a suzanne with 8 levels of subdivision (rB1b8e0d03d4).
- Fix unreported: Fix (unreported) potential serious bug in CustomData_merge() (rB9ee1f96a0f).
- Fix unreported: Fix Clear vertex group ignoring selected option (rB39cf1de33d).
- Fix unreported: Fix memory leaks mesh w/ mesh remapping (rB36630b7e85).
- Fix unreported: Fix grid-fill offset option (rB1dd4e933d8).
- Fix unreported: Fix selecting linked edges (rBa7442bef59).
- Fix unreported: Mesh remap: Fix two potential numeric issues in corner cases, and enhance poly projection (rB930fc7d157).
- Fix unreported: Fix (unreported) crash in mesh remap (i.e. data transfer) (rBc677bd44ce).
Modifiers
- Fix T45469: Vertex Group weight = 0.0 in scene 2 (rBc1290e441e).
- Fix T45605: crash with editmode selection on solidify modifier (rBbecf20e29f).
- Fix T45920: Loopcut w/ shrinkwrap crash (rB74c3ebad12).
- Fix T45921: Screw modifier flips vertex normals (rBc5f9255eed).
- Fix T46067: ShrinkWrap + Threaded depsgraph crash (rB1d1b8bb196).
- [RC2] Fix T46159: OpenSubdiv does not always give same results as Blender own subsurf code with crease edges (rBc0384c4645).
- [RC2] Fix T46217: Make normal artifacts (rBf6445cd6ae).
- [RC2] Fix T46215: Explode modifier looses textures (rBe24ea81d65).
- [RC3] Fix T46332: Can't select an object with OpenSubdiv enabled (rBfb78f6d518).
- Fix unreported: Fix (unreported) broken MixWeight modifier in debug builds (rB66dd9fbf22).
- Fix unreported: Mirror modifier: Fix for wrong dependency relations (rB5b76f72904).
- [RC2] Fix unreported: OpenSubdiv: Fix crash with empty mesh (rBc8670f45b9).
Material / Texture
- Fix T46073: crash w/ out-of-bounds material (rBe3ff9b2044).
- [RC3] Fix T46271: switching between textures in texture buttons not updating preview (rBc3dbb533b2).
Physics / Simulations / Sculpt / Paint
Particles
- Fix T45253: Particle emitter volume mode and grid mode broken in 2.75.x (rB9b64ebc605).
- Fix T45385: Crash on render occurring when two hair modifiers are active that both use a UV mapped material for render (rB1dd92f352b).
- Fix T45563: Crash rendering hair dupli's (rB2fe7e60633).
- [RC2] Fix T46194: Crash rendering particles (rB96c0aebeae).
- Fix unreported: Fix bug in particle API accessing the emitter (rBc27a1cfd63).
- Fix unreported: Partial fix of T44881: Fix for missing particles update when changing seed (rBa0a7d92cc4).
Physics / Hair / Simulations
- Fix T45247: Softbody ignores lattice weight (rBeee2d8e45c).
- Fix T43654: Radial distance for force fields was computed using the
vec_to_point
vector, which already has the radial component removed (rBf4d8ce9781). - Fix T45084: correcting bending_damping for cloth stiffness, by Martin Norris (rB68a9328a58).
- Fix T45709: Cached Hair system is not seen in 2.75 (rB2f766f8ad2).
- Fix T44945: Blender crashes when using multiple domains and multiple flow objects with subframes (rB9cc75bc524).
- [RC3] Fix T46232: Boids crash w/ random rule selection (rBeae90798b6).
- [RC3] Fix T46249: Boid goal object that has a force field set to 'Every Point' shape causes crash (rB7dcd3a0e0d).
- [Release] Fix T46420: Segfault when instancing smoke domain (rB48c50bea72).
Sculpting / Painting
- Fix T45577: tiled sculpting not working with brushes requiring a sculpt plane (rB2ae67de944).
- Fix T45514: crash entering texpaint mode (rB67e32b3195).
- Fix T43826: Sculpt grab anchored fails (rB512f631af6).
- Fix T45258: impossible to select brush when removing it from 2d painting (rB333feea6e9).
- Fix T45880: Texture Paint mask random angle fails (rBa9b0390bff).
- Fix T44344: paint bleed fails in perspective view (rB37f4660637).
- Fix T46114: paint face-mask hide clears sharp flag (rBdbe1829183).
- Fix T46126: Anchored sculpt fail when cursor leaves mesh (rBcb4e358735).
- [RC2] Fix T46148: Sculpt view-clip fails in ortho mode (rB141de0cc7f).
- [RC2] Fix T46186: Panel doesn't update on brush change (rB574e859e38).
- Fix unreported: Fix tile feature not working outside mesh boundaries (rBe2652bc5ad).
- Fix unreported: Sculpt: Fix tiling with brushes that use a locked plane (rB9b51a9e885).
- Fix unreported: Fix projection painting normal culling operating on individual triangles (rB282811f8b8).
Image / Video / Render
Image / UV Editing
- Fix T45086: Crash showing scopes (rB6c23497185).
- Fix T45283: Blender crashes on some grayscale PNGs with alpha (rBe42609db49).
- Fix T45290: Selecting passes in image editor does no longer work (rB6a132aa65d).
- Fix T45462: Do not enale 'replace image' op with packed images (rB1255ac12a6).
- Fix T45839: Regression - Multi-layer image issues when using non-standard names (rB5317dc716e).
- Fix T46069: Crash when saving a render with non-fullscreen file editor (rB487705d60a).
- Fix unreported: ImBuf: Fix OpenExr leaking memory when reading file with IB_test flag (rB4be7fb7651).
- Fix unreported: Fix crash viewing passes w/ scopes (rB8ff0d35744).
- [RC3] Fix unreported: Multiview: fix Image Editor not showing Views menu when rendering non-stereo Multi-View camera rigs (unreported) (rBa985bf73e5).
Movie Clip Editor
- [Release] Fix T46403: motion tracking not workig with Xcode 7 on OS X (rB48f7dd68f8).
Nodes / Compositor
- Fix T45149: Normal Node shows a hole in its sphere with heigh scale facs (rBf0c5ed39ee).
- Fix T45199: crash when editing material nodes (rB8690ea611e).
- Fix T45529: Texture Compositor node composition artifact (random pixels) (rB1e6e3dcbd7).
- Fix T45649: Adding Point Density Texture to World Color Crashes Blender (rB00857bec52).
- Fix T45647: Incorrect results w/ color spill node (rBcae25ff240).
- Fix T45793: ChromaMatte incorrect output (rB207c360900).
- Fix T45711: Color spill average algorithm broken (rB3699ab1843).
- Fix T45617: Map UV node produces image artifacts (rB3ec81b814c).
- Fix T45736: Channel key error: color spaces modes (rBc749fe4031).
- Fix T45959: DistanceKey output incorrect (rB489a5d34b7).
- Fix T45959: DistanceKey preview used wrong colors (rB6789d02112).
- Fix T46106: Hidden socket w/ node link from Py API (rB2db71782e7).
- Fix unreported: Compositor: Fixes for the debug pass (rB5acce60d37).
- Fix unreported: Fix second part of T45987: Node preview was still using wrong color space (rB390bc05b32).
- [RC2] Fix unreported: Fix node auto-offset failing during heavy compositing (sometimes) (rB869736b5d6).
- [RC3] Fix unreported: Fix node auto-offset to left broken (rBb3d12f65c0).
- [Release] Fix unreported: Fix memory leak in compositor code with RGB curve nodes (rB1bc28db0ef).
Render
- Fix T45214: BI render: maximum saturation bug in shadow pass with non-shadow lighting (rB2ef3c43c5d).
- Fix T45234: Stereo Parallel vs. Off-Axis (rB3d12d4b94f).
- Fix T45237: Dither dosn't work in Blender Internal Renderer after Multi-View (rB56ca7f34dd).
- Fix T45328: Crash upon finishing render with 'Cache Result' enabled (rB266459c7da).
- Fix T45237: Dither does not work (rB93608e4f3b).
- Fix T45397: Frameserver rendering no longer works in 2.75 or 2.75a (rB5201748f5f).
- Fix T45446: Crash when baking a certain object (rB247d922ce5).
- Fix T45737: Vertex colors show washed-out (rB3633499f4e).
- Fix T45631: Ambient update rendered bug (rB76df0ec93a).
- Fix T45702: Editing smoke while viewport render and blender bug (rB067fe2719a).
- Fix T45733: Crash w/ VColor + BlenderInternal (rB1e7a8ab5e8).
- [RC2] Fix T46144: blender internal face texture color wrong in raytraced reflection (rB3c30467cda).
- [RC2] Fix T46050: blender internal geometry node UV not working inside node group (rBcec28ebf5e).
- [RC3] Fix T46225: Crash when rendering halo flare (rB99cdafc651).
- [RC3] Fix T46226: Bake normals multi-res crash (rBca1809988a).
- [RC3] Fix T46212: blender internal lights in exclusive light group wrong in viewport (rB0191a618ef).
- [Release] Fix T46333: Particle Info Node broken w/ BI (rBe95a213f7a).
- Fix unreported: Sequence/Scene render fixes (rB6bdf1d6dde).
- Fix unreported: Fix crash in preview render w/ too small border (rB6ddf77f1c0).
- Fix unreported: Fix crash in opengl render caused by gfx being blacklisted for non-power-of-2 texture support. Note that all I did was pass the correct width/height into glReadPixels; the result may not be the same as if non2 textures were enabled (rBd64b1221c6).
- Fix unreported: Alternate fix for offscreen render w/o npot (rBbfea087d96).
- [RC3] Fix unreported: Fix crash reporting render errors during baking (rBc31bace2a4).
- [RC3] Fix unreported: Blender Internal: Fix regression in point density texture (rB24615ecab5).
Render: Cycles
- Fix T45034: MirrorBall rendering on wrong camera axis (rB211a95b538).
- Fix T45227: Light optimization commit broke world MIS (rBe245a57640).
- Fix T45390: Cycles experimental displacement method ignores scaling when render (rB686e8e452c).
- Fix T45333: Volume Scatter crash blender (rB9f63cbf4a7).
- Fix T45394: Motion tracking constraints did not work with Cycles motion blur (rB6f7926c61c).
- Fix T45447: Area light importance sampling improvement (rB51385f6fe8).
- Fix T45484: Regression OpenCL split: access violation (rB4bca8a6bc5).
- Fix T45218: Crash when trying to open System in t* Fix T45381: he User preferences Crash Blender 2.75 in Win7 x64 AMD card (rB87328bde47).
- Fix T43779: Cycles texture interpolation issues (rBe3461a02ac).
- Fix T45381: Crash Blender 2.75 in Win7 x64 AMD card (rB1788293a01).
- Fix T45537: cycles bake crashes with motionblur on (rB7c5c7b5ef6).
- Fix T45581: GPU failed to find function node_bsdf_refraction (rBcd324654b0).
- Fix T45590: Some more missing glsl functions (rB971affb436).
- Fix T45693: Fix for using 4-component vector as 3 component in osd shader (rB868d3605ee).
- Fix T45721: Panoramic render in Cycles camera : depth of field issue with bump maps - patch by Brecht Van Lommel (rB58133d4ab2).
- Fix T45715: Blender crashes when creating Environment Map textures in Multi-View mode (rBe96e0ddbee).
- Fix T45885: Cycles coordinate extension modes not * Fix T45769: working as expected Image Texture Node clipping bug (rBaac6ee6b87).
- Fix T45778: Objects scaled to 0 cause black artifacts with Static BVH (rB2fb639deed).
- Fix T45729: Cycles Bake break when building a special mesh (rBc6d7562896).
- Fix T45232: Cycles bake artifacts with transparent textures (rB2633928e1d).
- Fix T45946: Cycles texture interpolation bug (rB0bc4bc2e61).
- Fix T45937: Cycles hair not rendered if children count set to zero (rBb899114a7e).
- Fix T45019: Cycles wrong render of motion blur mesh (rB52fda9b0db).
- Fix T46006: Issue with Equirectangular image rendering in Standalone Cycles (rBcb7c61ad54).
- Fix T46055: Volume doesn't render when PANORAMIC Camera is inside volume mesh (rBc87ee8da2c).
- Fix T46058: Modifiers on curve shows different results on OpenGL and cycles render (rB2f1e51a1f3).
- Fix T46143: Faces missing with GPU render (rB3cee28ebf3).
- [RC2] Fix T46030: Strange behavior of Cycles Brick Texture (rB42eb1cc64e).
- [RC3] Fix T46313: Cycles bake normal map (rB67dffa60ae).
- [Release] Fix T46358: Cycles point density uses repeat extension type (rBb5ca4ee5b0).
- [Release] Fix T46352: Cycles fails to render when material contains UV mapped texture as volume input (rB971566ba46).
- [Release] Fix T46405: Cycles point density missing update when modifying source object (rBef7a3fb2fb).
- [Release] Fix T46406: Cycles ignores default socket value associated with group socket (rB85f5c1a362).
- [Release] Fix T46407: Enabling OSL breaks Vector Transform node (rB7a93fbc807).
- [Release] Fix T46415: empty node group in GLSL shader has incorrect socket type conversion (rBa67433bc19).
- Fix unreported: Cycles: Fix wrong numbering of OpenCL devices when some of them are skipped (rBae3e37b899).
- Fix unreported: Cycles: Fix for wrong device enumeration in CUDA (rB4d74180b9f).
- Fix unreported: Cycles: Fix issue in closure merge function (rB4737b12462).
- Fix unreported: Cycles: Fix for transmissive microfacet sampling (rB12b7850d4f).
- Fix unreported: Cycles: Fix for uninitialized closure data (rBf387fe2b65).
- Fix unreported: Cycles: Fix nondeterministic pass ordering when using baker (rB357e749957).
- Fix unreported: Cycles: Fix wrong check for zero-sized triangles (rB713ce037ab).
- Fix unreported: Cycles: Fix for wrong optimization of bump node (rB83a36b2829).
- [RC3] Fix unreported: Cycles: Fix wrong particles min/max calculation for point density (rB6cb20d6287).
- [Release] Fix unreported: Cycles: Fix missing z-coordinate check in volume sampling (rB5c0d68d687).
- [Release] Fix unreported: Cycles: Fix for point density always using render settings for modifiers (rB5d0a99b6ee).
- [Release] Fix unreported: Cycles: Fix wrong float3->float3 conversion node (rBf4ac865367).
Render: Freestyle
- Fix unreported: Freestyle: Fix for round/square stroke caps causing line thinning (rB0e2bbd0904).
Sequencer
- Fix T45190: effect muting does not restore original sequencer display (rB284d294f2c).
- Fix T45191: Speed strip behaviour not easy to predict (rB0e83b0854f).
- Fix T45464: Blender Sequencer "Select Strips to the Left" produces opposite behavior to what is intended (rB20de6f01ed).
- Fix T45641: crash cutting meta-strips (rB25f381a9b2).
- Fix T45726: Wrong handling of 'failed to generate' audio waveform data in VSE strip draw code (rB8af8bab0c5).
- Fix T46064: Sequencer view-selected does nothing (rBac0e511619).
- [RC3] Fix T46239: Cross effect strip input fields can't be changed (in its properties panel) (rB7a81cccd1d).
- [Release] Fix T46368: Subtitle Export: Subtitles are not sorted by time (rB8621f480bf).
- [Release] Fix T46410: VSE Mask ignores animated properties (rB7980891a13).
- Fix unreported: Fix (IRC reported) inverted behavior of select more/less in VSE (rBdf4d25991e).
- Fix unreported: Fix/enhance behavior of VES's 'alt-rmb' selection (rBf5629b7265).
- Fix unreported: Fix VSE not able to playback after scrubbing (and a couple of crashes) (rB2ec0d53034).
- Fix unreported: Fix VSE showing FPS during scrubbing (rB3b4a8f1cfa).
- Fix unreported: Fix for SeqCache hash ignoring multi-view (rBf4ba4c6826).
- [Release] Fix unreported: Fix (unreported) broken export of timecodes in SubRip VSE exporter (rBb2d325a768).
UI / Spaces / Transform
3D View
- Fix T45018: camera not easily selectable in multiview (rBefe4af8fcb).
- Fix T45136: only draw edges if there's something to draw (rB7119a0f67d).
- Fix T45145: multiview selection fix not working for scaled matrices (rB5e241e3028).
- Fix T45117: Dark dupli-face objects (regression) (rBd6e180e75a).
- Fix T45319: Set same precision for 3D cursor location as other locations (objects', vertices', etc.) (rB2b63ec2894).
- Fix T45361: Camera does not rotate in walk mode (rB5e1a8055f4).
- Fix T45654: fast navigate artifacts (rBe90fea72c1).
- Fix T45802: View Lock w/ Curve-Parent fails (rBce2d342df5).
- Fix T45833: Light group instances are not rendered in the 3D viewport (rBe8a0478c63).
- Fix T45776: Rotate around selected fails in texture-paint mode w/ armature (rBf4b65577ff).
- Fix T45789: Materials with transparency not properly rendered in viewport in Material Render mode (rBad0c2d6cbb).
- Fix T45901: Smooth-view w/ bg-image glitch (rB2e6cbd9bda).
- Fix T45933: Can't select scaled camera in camera view (rB85edd8fc82).
- Fix T46045: Missing viewport update when adding transparent shader to material (rB0e12228bd9).
- Fix T45771: Walk mode fails on OSX (rBa93e15aee3).
- Fix T46105: disable viewport compositing when non power of two texture support is missing (rB2d16622068).
- [Release] Fix T46305: normal map display issues in viewport when using VBOs (rBa142beb888).
- Fix unreported: Fix camera stereo logic use /w regular select (rB63c9f51133).
- Fix unreported: Fix edge drawing, total loose edges can only be determined -after- the edge buffer has been setup (this is where they are counted) (rB91fde2891c).
- Fix unreported: Fix walk navigation: scene unit used even when unit not set (rB9e188fdd53).
- Fix unreported: Fix viewport camera dof object distance (rB4ae181543f).
Input (NDOF / 3D Mouse)
- Fix T45579: Custom Hotkeys Dissapear (rB6212eb2845).
Outliner
- Fix unreported: Fix (unreported) Outliner letting you edit path of indirect linked lib shown at 'first level' (rB9307f08986).
- Fix unreported: Fix (unreported) crash with undo/outliner and drivers (rBc028b5980b).
Text Editor
- Fix unreported: Fix for text editor un-indent undo (rBb8a8059e21).
Transform
- Fix T45032: allow float rotational values for numpad rotation (rB8c2619a11a).
- Fix T45135: More cleanup of extreme max values in operator properties (rB43f6ed908f).
- Fix T45402: Transform crash w/ project+align snap (rB406b9aa7b1).
- Fix T45775: Bad 'Normal' transform space for edge of non-uniformed scaled object (rBc62eb919ec).
- Fix T39161: Scaling fails w/ snap-to-point (rB3dd16946aa).
- Fix T45974: Bones fail to snap to verts (rB312cb0a957).
- Fix T45978: Ruler ignores new edit-mesh data (rB45eb406748).
- Fix T46099: snapping failed on objects with some NULL-dimension in their bbox (rB34843a855e).
- Fix T46134: units degrees increment are too small (rBc4bcb6a479).
- [RC3] Fix T46325: Armature: No more possible to rotate a bone with only its tip selected, in EditMode (rB7914d04d13).
- Fix unreported: Fix (unreported) redo of 'bone envelope distance resize' transform op not working (it would behave like 'bone envelope resize' instead) (rB3b57f075a8).
- Fix unreported: Fix/Cleanup possibility to type insane values in 'add' operators options (rB6057548058).
- Fix unreported: Fix vertex slide regression w/ rotated objects (rBc702dabc3d).
- Fix unreported: Fix uninitialized normal var w/ objects snapping (rBef931fecc3).
User Interface
- Fix T45048: wrong tooltips in Video Sequence Editor's "Strip" Menu (mute/unmute) (rBf2bd6d73e6).
- Fix T45088: Wrong tooltip for 'Object Transform' option of transfer data (rBc55cf743cd).
- Fix T45133: Crash drawing material buttons (rBc119187be0).
- Fix T45144: Multi-value-edit ignored range (rBb5b8599342).
- Fix T45156: Partial scaling region crash (rB827ccc343f).
- Fix T45156: scaling region crash (rBe35a26fbef).
- Fix T45281: IOR Value Slider with "Ctrl" modifier does not increment as intended (rBc503d17353).
- Fix T45456: Error's in splash don't restore cursor (rB6568b6d1cd).
- Fix T45459: Edge Length with Separate Units Displayed As 1m 100cm (rB2fe9224375).
- Fix T45363: Bone attrs ignore editing all selected (rBa48db0894a).
- Fix T45453: Driver button's ignore DPI (rB9eb6dcbb46).
- Fix T45510: Animation channel textbox field to small (rB88ebffec96).
- Fix T45713: Numselect for confirm popup not working anymore (rB20bd253809).
- Fix T45739: Number slider precision handling inconsistent between unit systems (rB883b420a51).
- Fix T45750: Closing search menu by clicking root button doesn't work when clicking on lower half (rBd9a720a709).
- Fix T45824: Pie's no longer show enum icons (rB3a8e73943e).
- Fix T45847: Pie looses focus when mouse cursor passes through a pie button (rB5c659574e6).
- Fix T45369: Temp screen locks UI (rB0b21657897).
- Fix T45825: Macro redo disable options incorrectly (rB74fae33ee5).
- Fix T45944: Ctrl+Wheel to cycle values failes in toolshelf (rBb529b82830).
- Fix T45755: Bad NLA text alignment (rBa79c519e5d).
- Fix T46113: Color picker erratic outside 0-1 range (rB0c2be4d8e8).
- [RC2] Fix T46201: Popup menu in post_load handler crash (rBf6b0194746).
- [RC3] Fix T46222: Eyedrop picking objects inconsistently (rB7ea1e5de8d).
- [Release] Fix T46375: Inverted scroll in node template menus (rBc647685538).
- [Release] Fix T46401: bad step size w/ radians (rB8d22715d67).
- Fix unreported: Fix 1px gap in regions drawn with region overlap (rB5e9b43cc61).
- Fix unreported: Fix crash in redraw timer (rB5b0f674e09).
- Fix unreported: Minor English grammar typo fixes (rBf2620c9df1).
- Fix unreported: Fix: fixed UI description of Action.new() function (rB78041fa14a).
- Fix unreported: Fix: Sliders in animeditors were getting drawn too far left (rBf5a333fe65).
- Fix unreported: Fix outliner grease pencil color button (rBa22f3cccec).
- Fix unreported: Fix crash setting the screen when one is maximized (rBe066a33314).
- Fix unreported: Fix for deleting screen w/ temp screens in list (rB3ee74feb2b).
- Fix unreported: Fix UI font drawing getting width w/o kerning (rBa068629abe).
- Fix unreported: Fix incorrect textbox use w/ scaled fonts (rB3225261f13).
- Fix unreported: Fix wm leak loading factory-startup (rB841202fd06).
- [RC2] Fix unreported: Fix UI crash entering very long strings (rB07c3311475).
- [RC2] Fix unreported: Fix leak in UI Panels (rBaabb8db753).
Game Engine
- Fix T43918: BGE: adding submodule bge.app including attribute version (rB1c707a2392).
- Fix T38030: BGE: wrong vertex index returned by KX_PolyProxy (rB2a305580b2).
- Fix T45110: BGE: T44174, armature animations update and mirror render (rBd979ac4cc9).
- Fix T44069: BGE: playing action during libfree (rB607dca0705).
- Fix T45196: BGE: armature action on libloading (rBe80e4c937b).
- Fix T45269: Blender 2.75 crashes when I run my the game (rBdb8ccc18f7).
- Fix T45267: BGE: Lib load without material caching (rBe61ead7d4c).
- Fix T45259: BGE: collision sensor registration (rBb997bda9f9).
- Fix T45207: BGE Camera actuator shakes with low height (rBbe07ab58c6).
- Fix T45341: BGE: Crash when camera is eliminated (rB12583287e7).
- Fix T45428: Sometimes in a dupligroup linked actuators are not triggered (rBc8f6313487).
- Fix T45544: BGE: Adding Armatures takes an increasing amount of logic time (rBd2fac7df32).
- Fix T35288: BGE: Touch/Ray/Mouse sensor and Constraint actuator with material check doesn't work (rB9939c18900).
- Fix T45278: BGE: sleeping deactivation with overlay scene (rB221aee7ecd).
- Fix T35454: BGE: Soft body joints crash (rB04b3694d93).
- Fix T26141: render setting affects only first scene (rBfb7281fb6a).
- Fix T19241: BGE: draw debug shape with overlay/background scene (rB76beb7b7d4).
- Fix T37074: BGE: GLSL max texture units limit (rB2b632dd8c2).
- Fix T45597: BGe: wrong object layer for linked object in blenderplayer (rB44384c698d).
- Fix T44782: BGE: suspend/restore dynamics on inactive object (rB65c3207517).
- Fix T19377: BGE: restore dynamics after unparenting object (rB3c77822f96).
- Fix T33564: BGE: UI obstacle panel disable for character and no collision objects (rB8f837e0ac5).
- Fix T33187: BGE: constraints replication for libloaded objects (rBbccc6c393c).
- Fix T38448: BGE: Bullet constraint memory leak (rBa790e172d0).
- Fix T45817: BGE: Convert curve object in group instance (rBad43262fdb).
- Fix T44557: BGE: GameLogic module memory leak (rBcd24871706).
- Fix T42679: BGE: Python physics environment not setted for python control script (rB8444f7ba2b).
- Fix T44557: Revert "BGE: GameLogic module memory leak." (rB77ce7eb541).
- Fix T45981: BGE, 2D filters leak memory (rB9d8aaf77ac).
- Fix T43033: VideoTexture module repeated loading of images causes memory leak (rBe443dd4d97).
- Fix T45699: BGE auto-run exits immediately (rB3056add0e0).
- [Release] Fix T46302: BGE: abort call for unnormalized quaterions (rB2976a94c84).
- [Release] Fix T46392: Navmesh generator error (rB1b7fc80ecd).
- [Release] Fix T45886: cont.deactivate(ActionActuatorInPropertyMode) does not work (rB5d59a51aca).
- Fix unreported: BGE: Fix for precision lost in setBackground/getBackground at Video Texture (rB6d63446710).
- Fix unreported: BGE: Fix 57065a, missing dots (rB90b4131d16).
- Fix unreported: BGE: Fix color used as background in VideoTexture (rB49aa7b1261).
- Fix unreported: BGE Fix: apply velocity clamping on every physics subtick (rBc5c2883ce0).
- Fix unreported: Fix 73841 : Game Engine - Camera Lens Shift (rBf12b1790a0).
- Fix unreported: BGE: Fix wrong current logic manager in collision callback (rB0c14a897dd).
- Fix unreported: BGE: Navmesh fixes and improvements (rBd3acfa1d87).
- Fix unreported: BGE: Fix delete constraint for replicated physics controllers (rBb36c6b9c47).
- Fix unreported: BGE: Fix memory leak and crash with certain physic types (rB9437acb7f3).
- Fix unreported: BGE: Fix mesh not registered in scene libload (rB81afa2953c).
- Fix unreported: BGE: Fix constraint free crash in RemoveConstraint (rB24e56d4c39).
System / Misc
Audio
- Fix T46051: Loading certain Jpeg causes system alert sound (Win32) (rB42e15b9dd3).
- Fix T46090: Blender game embedded player crash (rBeca704f579).
- [Release] Fix T46390: Sound sequencer API doesnt' work when built with SCons (rBd5e1c9ab9f).
File I/O
- Fix T45216: File Browser shows negative sizes for large files (rBaac5485fca).
- Fix T45375: Cant clear temp fluid cache after closing Blender (Windows) (rB7e9c347c8c).
- Fix T45424: Blender able to create folders with invalid characters at the end of the name (rB8a17918555).
- Fix T45451: File Browser crash on 16bits PNG image previews (rBf2087b4830).
- Fix T45471: Blend file: Bad old_addr handling in mesh's customdata writing (rBff3d535bc2).
- Fix T45562: Crashing pre 2.5 file with grid subdivisions set to 0 (rB1fab327fdf).
- Fix T45658: linked library object loses particle settings (rB7d0b29be69).
- Fix T45823: PSD files save as JPG without warning (rB70b7dc993e).
- Fix T45814: Writing MP4, h.264 not supported (rBa7dd20983a).
- Fix T46074: Collada crashes importing animation (rB42825dc1fc).
- Fix T46091: Video Sequencer rewrite *.png to _.png (rB45a875fec4).
- [RC3] Fix T46299: Windows: File Browser Crash while listing big folders in preview mode (fonts, images...) (rBae4fcdc7ba).
- [Release] Fix T46331: File open does not show thumbnails, when a filter_glob is provided by python scripts (rB2f7eb53ed0).
- Fix unreported: Fix for file unpack checking existing files (rBc6396d9204).
- Fix unreported: ImBuf: Fixes for openexr images (rBd4b5dd31a3).
- Fix unreported: Fix: opening missing file didnt remove in recent-files.txt (rB115c867190).
- Fix unreported: Fix remaining parts of T44881, missing update on loading file (rB36c408d861).
- [RC2] Fix unreported: Fix file key select using wrong file after border select in scrolled view (rB1358920716).
- [RC2] Fix unreported: Fix (unreported) Append/link code: All library datablocks could end with same name (rBd16ee90b9c).
- [RC3] Fix unreported: Fix file browser not sorting file list when opened from editor menu (rB4d76fdd3e9).
- [Release] Fix unreported: Fix FileBrowser: do not show 'advanced filter' panel outside of lib browsing context, it’s only used there so far (rB9713b11644).
Other
- Fix T45022: Update missing when linking objects with new depsgraph (rB295d0c52a2).
- Fix T45239: New depsgraph does not work with IK pole target (rBc1d6a26842).
- Fix T45241: New depsgraph was lacking update of python drivers on time change (rB00bfca2178).
- Fix T45238: New depsgraph flickers with the lattice modifier (rB21db9fff12).
- Fix T45240: New depsgraph ignores animation applied on the curve data (rB6510e40500).
- Fix T45364: NEW DEPSGRAPH: New Torus created can't be transformed (rBb16bf6da80).
- Fix T45423: depsgraph: crash in IDDepsNode::tag_update (rB82740cd282).
- Fix T45496: Crash loading file during preview (rBae00011956).
- Fix T45317: Cycles material preview unnecessarily re-rendering (rBb0df19667f).
- Fix T46048: Custom properties UI redraw issue (rB0d568e4186).
- Fix T45165: OSX quicktime fails with diacriticals in filename (rB21826af5f7).
- Fix T46109: Bitmap font objects leads to unfreed memory (rB0271414aad).
- Fix T45389: Windows thumbnails not working (rB7f63eaafd6).
- [RC2] Fix T46169: Link to bpy API in addons tab of user preferences is outdated (rB74b210387f).
- Fix unreported: Jpeg2000: Fixed for DCP pipeline (rB6df3e3a959).
- Fix unreported: Fix unnecessarily added undo steps when deleting only scene (rB5fafd493c2).
- Fix unreported: Multi-View: fix Multi-View camera suffix test (rBbb479704d0).
- Fix unreported: CMake: Fix building w/o FindGit (rBc8ebc8736e).
- [Release] Fix unreported: InstallDeps: Fix broken OSL (would not generate valid default names for its .oso pre-compiled files) (rB9b153763a3).
Python
- Fix T45644: bpy.utils.smpte_from_frame drops frame (rB88d63905a8).
- Fix T45695: Assigning material reverts MaterialSlot.link (rBbe1a684755).
- Fix T45955: Python's pdb can't show script source (rB5f64b77ca5).
- Fix T45939: Crash w/ BMesh.*.sort() (rB9304df5182).
- Fix T45976: Crash accessing BMesh customdata (rB1140238acf).
- Fix T46003: Scale w/ script ignores axis-align (rBa2b80d4c48).
- [Release] Fix T46377: No python executable in 2.76 rc3 distribution for OSX (rB3b17a650b6).
- Fix unreported: Fix leak in PyC_AsArray (rBd226a4ba6d).
- Fix unreported: Fix leak in BPy_BMElem_PySeq_As_Array (rB376e4c945e).
- Fix unreported: Fix leaks in mathutils PySequence_Fast usage (rB96f08bf9a8).
- Fix unreported: Fix bgl so that get-methods that take a string use strings instead of bgl buffer objects again (rB230d93ad54).
- Fix unreported: Fix: Made bpy.path.ensure_ext compatible with compound extensions (rB8383a2d4cc).
- [Release] Fix unreported: Fix game-property use-after-free error (rBa79f439580).
System
- Fix T45123: 2D line intersection fails (rB72e812de7c).
- Fix T45251: custom directory not taken into account for image proxies (rB7039808899).
- Fix T45632: motion blur (2d filter) not working - in OSX at least (rB527ee3f1f1).
- Fix T45706: Axis aligned tri-tri intersection (rBcd8581af8e).
- Fix T45979: animplayer crashes w/ DND and audio (rB1f16b3280f).
- Fix T46060: Regenerated the full list of constants we should expose (rB4e759d6735).
- [RC2] Fix T46202: OS X (and Windows?) crash when going fullscreen (rB8db7ca1cca).
- Fix unreported: atomic_ops: Fix MSVC versions of add/sub returning original value instead of result of operation (rB53d12bbe04).
- Fix unreported: BLI_path_utils: fix/enhance BLI_filename_make_safe(), add BLI_path_make_safe() (rBd7b9202567).
- Fix unreported: Fix for Ghost/OSX w/ core profile (rB6e65185854).
- Fix unreported: BLI_fileops: Some fixes and cleanup (rBc5018c65b9).
- Fix unreported: ImBuf: Fix crash generating preview for really huge image (rB8e75abd29a).
- [Release] Fix unreported: Fix/Workaround T46431: blender-softwaregl crashes (rB23f7e16960).
RC2
For RC2, 21 bugs were fixed:
- Fix T43715: IK pole target + stretch not working for a single bone chain (rB869c3344c9).
- Fix unreported: Fix view-selected w/ custom bone shapes (rB23427bfebf).
- Fix T46161: Rotate around selection changes bezier curve handle type (rBc08896e2c4).
- Fix T46159: OpenSubdiv does not always give same results as Blender own subsurf code with crease edges (rBc0384c4645).
- Fix T46217: Make normal artifacts (rBf6445cd6ae).
- Fix T46215: Explode modifier looses textures (rBe24ea81d65).
- Fix unreported: OpenSubdiv: Fix crash with empty mesh (rBc8670f45b9).
- Fix T46194: Crash rendering particles (rB96c0aebeae).
- Fix T46148: Sculpt view-clip fails in ortho mode (rB141de0cc7f).
- Fix T46186: Panel doesn't update on brush change (rB574e859e38).
- Fix unreported: Fix node auto-offset failing during heavy compositing (sometimes) (rB869736b5d6).
- Fix T46144: blender internal face texture color wrong in raytraced reflection (rB3c30467cda).
- Fix T46050: blender internal geometry node UV not working inside node group (rBcec28ebf5e).
- Fix T46030: Strange behavior of Cycles Brick Texture (rB42eb1cc64e).
- Fix T46201: Popup menu in post_load handler crash (rBf6b0194746).
- Fix unreported: Fix UI crash entering very long strings (rB07c3311475).
- Fix unreported: Fix leak in UI Panels (rBaabb8db753).
- Fix unreported: Fix file key select using wrong file after border select in scrolled view (rB1358920716).
- Fix unreported: Fix (unreported) Append/link code: All library datablocks could end with same name (rBd16ee90b9c).
- Fix T46169: Link to bpy API in addons tab of user preferences is outdated (rB74b210387f).
- Fix T46202: OS X (and Windows?) crash when going fullscreen (rB8db7ca1cca).
RC3
For RC3, 21 bugs were fixed:
- Fix T46285: "Select parent" if there is no parent doesn't work correctly (rB2ecc405b69).
- Fix T46227: ShapeKeys Lattice by the driver, problem updates in new depsgraph (rB21c00cbd0e).
- Fix T46219: Knife cuts fail away from center (rB34bcd2f0ea).
- Fix T46332: Can't select an object with OpenSubdiv enabled (rBfb78f6d518).
- Fix T46271: switching between textures in texture buttons not updating preview (rBc3dbb533b2).
- Fix T46232: Boids crash w/ random rule selection (rBeae90798b6).
- Fix T46249: Boid goal object that has a force field set to 'Every Point' shape causes crash (rB7dcd3a0e0d).
- Fix unreported: Multiview: fix Image Editor not showing Views menu when rendering non-stereo Multi-View camera rigs (unreported) (rBa985bf73e5).
- Fix unreported: Fix node auto-offset to left broken (rBb3d12f65c0).
- Fix T46225: Crash when rendering halo flare (rB99cdafc651).
- Fix T46226: Bake normals multi-res crash (rBca1809988a).
- Fix T46212: blender internal lights in exclusive light group wrong in viewport (rB0191a618ef).
- Fix unreported: Fix crash reporting render errors during baking (rBc31bace2a4).
- Fix unreported: Blender Internal: Fix regression in point density texture (rB24615ecab5).
- Fix T46313: Cycles bake normal map (rB67dffa60ae).
- Fix unreported: Cycles: Fix wrong particles min/max calculation for point density (rB6cb20d6287).
- Fix T46239: Cross effect strip input fields can't be changed (in its properties panel) (rB7a81cccd1d).
- Fix T46325: Armature: No more possible to rotate a bone with only its tip selected, in EditMode (rB7914d04d13).
- Fix T46222: Eyedrop picking objects inconsistently (rB7ea1e5de8d).
- Fix T46299: Windows: File Browser Crash while listing big folders in preview mode (fonts, images...) (rBae4fcdc7ba).
- Fix unreported: Fix file browser not sorting file list when opened from editor menu (rB4d76fdd3e9).
Release
For Release, 35 bugs were fixed:
- Fix T46321: 3D view not refreshed immediatelly after pasting keyframe in dope sheet (for a single channel) (rBc2d070a3fb).
- Fix unreported: Fix: "Tweak user" red-alert flag was not getting set on strips on active track (rB323851fa71).
- Fix unreported: Fix: Do not show "Paste Flipped" in the Dope Sheet's Grease Pencil mode (rB68d5e1d3ae).
- Fix T46354: Curve Modifier does not update (new Dependency graph) (rB1a37144ecd).
- Fix T46339: Edge sliding when there is only one vertex in the mesh crashes blender (rBea835c8a73).
- Fix T46389: Shrinkwrap fails in editmode (rB9ccec0a288).
- Fix T46420: Segfault when instancing smoke domain (rB48c50bea72).
- Fix unreported: Fix memory leak in compositor code with RGB curve nodes (rB1bc28db0ef).
- Fix T46333: Particle Info Node broken w/ BI (rBe95a213f7a).
- Fix T46358: Cycles point density uses repeat extension type (rBb5ca4ee5b0).
- Fix T46352: Cycles fails to render when material contains UV mapped texture as volume input (rB971566ba46).
- Fix T46405: Cycles point density missing update when modifying source object (rBef7a3fb2fb).
- Fix T46406: Cycles ignores default socket value associated with group socket (rB85f5c1a362).
- Fix T46407: Enabling OSL breaks Vector Transform node (rB7a93fbc807).
- Fix T46415: empty node group in GLSL shader has incorrect socket type conversion (rBa67433bc19).
- Fix unreported: Cycles: Fix missing z-coordinate check in volume sampling (rB5c0d68d687).
- Fix unreported: Cycles: Fix for point density always using render settings for modifiers (rB5d0a99b6ee).
- Fix unreported: Cycles: Fix wrong float3->float3 conversion node (rBf4ac865367).
- Fix T46368: Subtitle Export: Subtitles are not sorted by time (rB8621f480bf).
- Fix T46410: VSE Mask ignores animated properties (rB7980891a13).
- Fix unreported: Fix (unreported) broken export of timecodes in SubRip VSE exporter (rBb2d325a768).
- Fix T46305: normal map display issues in viewport when using VBOs (rBa142beb888).
- Fix T46375: Inverted scroll in node template menus (rBc647685538).
- Fix T46401: bad step size w/ radians (rB8d22715d67).
- Fix T46302: BGE: abort call for unnormalized quaterions (rB2976a94c84).
- Fix T46392: Navmesh generator error (rB1b7fc80ecd).
- Fix T45886: cont.deactivate(ActionActuatorInPropertyMode) does not work (rB5d59a51aca).
- Fix T46390: Sound sequencer API doesnt' work when built with SCons (rBd5e1c9ab9f).
- Fix T46331: File open does not show thumbnails, when a filter_glob is provided by python scripts (rB2f7eb53ed0).
- Fix unreported: Fix FileBrowser: do not show 'advanced filter' panel outside of lib browsing context, it’s only used there so far (rB9713b11644).
- Fix unreported: InstallDeps: Fix broken OSL (would not generate valid default names for its .oso pre-compiled files) (rB9b153763a3).
- Fix T46377: No python executable in 2.76 rc3 distribution for OSX (rB3b17a650b6).
- Fix unreported: Fix game-property use-after-free error (rBa79f439580).
- Fix/Workaround T46431: blender-softwaregl crashes (rB23f7e16960).
- Fix T46403: motion tracking not workig with Xcode 7 on OS X (rB48f7dd68f8).
Blender 2.76a: Bug Fixes
- fd50662: Fix T46437: Make progress report py helper resitent to 'zero steps' passed value...
- fc7c856: Fix T44048: freestyle lines in Cycles are in the wrong color space.
- df1a3b0: Fix T45152: multiviewithstereo render not working with Freestyle + Cycles.
- bb58066: Fix T46441: texture paint soften brush at 0 strength works at full strength.
- 8a1afc2: Cycles: Increase number of textures allowed for OpenCL render
- 1b8a4fd: Fix T46444: Crash importing DAE with empty armature
- c2ce38b: Fix T46434: Shear with local-center & editmode fails
- 758febb: Fix T46446: texture nodes image node not working with image sequences.
- ea7ce7f: Fix T46447: fix build on non-x86 platforms.
- e32430d: Fix T46458: BGE Crash on load
- 5e75acf: Fix T46450: Seams from islands, wont show 'Sharp'
- e1b67c9: Fix T46002: mathutils.geometry.intersect_line_line_2d doesn't operate on lines, but on line segments.
- af9002d: Fix T46467: Clean Keyframes removes the channels.
- 51fc7ae: Fix T46453: JPEG quality not stored in file
- 59ba526: Fix T46487: OpenSubdiv objects are invisible in Blender Internal "Rendered" viewport mode
- 75e4e4b: BGE: Fix animations update when scene is suspended.
- 8191066: Fix T46223: multiview image sequences crashing.
- 12c705e: Fix related to T46223: memory leak when loading multilayer multiview images.
- f823b9e: Fix T46483: vertex/edge slide with correct UVs sometimes pinning UVs.
- 767d3f2: Fix T45900: Allow again white spaces in file names.
- 0be6ca0: Fix T46465: Lag scrubbing with PlayAnim
- a595cda: Fix memory leaks in PlayAnim
- 2746bbe: Fix T46493: Wrong camera zoom blur with non-unit pixel aspect
- cebaedd: Fix crash with PlayAnim & long filenames
- 2f0db80: Fix crash pressing +/- in file-selector
- 2f35217: Fix T46503: Snap scale fails using corner pivot
- b5a4a00: Fix T46502: Linked dupli-group lost on reload
- 7dc8009: Fix for missing id_lib_extern, assigning ID's
- a88ae6f: Mesh remapping: fix loop 'best matching normals' not using transform space.
- 8172712: Fix T46508: data_transfer of normals fails in case objects are transformed.
- bfdb420: Fix broken CD_NORMAL interpolation callback (would generate non-unit vectors).
- 0a2b48e: Fix T46429: Movie clip is deformed by resolution multiplier when offset is added in sequence editor.
- 94791bd: Fix T46524: Use Alpha (Straight/Premultiply) option missing in 2.76 for DDS files.
- 5551948: Fix T46520: mathutils.bvhtree crashes with distance input.
- a258925: Fix T46531: Cannot use % in filenames.
- 2b12cf4: Fix T46529: Unwrap UV with use-subsurf fails
- 728d1ec: BGE: Fix T46381 : last action frame not updated.
- e96411a: Fix T46544: Can't unpack generated image
- 729e965: BGE: Fix physics meshes conversion with modifiers.
- c272017: Fix T46524: Use Alpha (Straight/Premultiply) option missing in 2.76, part II.
- c6d98fa: Fix T46565: Movie render crash with out permissions
- e7cd64d: Fix T46561: Crash in outliner delete hierarchy
- 9a6a3f5: Fix T46569: Crash with mask & locked-track enabled
- 0d54aa9: Fix T46521: Python: bvh.ray_cast doesn't find a plane facing in the other direction under certain circumstances
- f84cbae: Cycles: Fix for watertight intersection
- 47b1279: Cycles: Watertight fix for SSS intersection
- 586ec50: BGE: Fix T46556: check on null sound datablock pointer.
- 6222505: Fix snap-scale with axis constraint
- 48f4e1a: Fix for error with RenderView in ImageView list
- 050980e: Fix ffmpeg saving long paths
- e435593: Fix ffmpeg memory leaks
- c4e1837: Fix related to T46538: do not popup choice menu of mark/clear seam UV editor op invoke when prop is already set!
- a6c9a09: Fix T46538: Mark and Clear Seam in UV Editor, assigning Hotkeys.
- 25c00ae: Fix invalid exceptions with preview API
- 11c00ca: Fix error in bone UI
- a93605b: Fix: X-axis values in Graph Editor should not be displayed as timecodes in "Drivers" mode
- 2092056: Fix: Missing update after scrubbing time in Graph Editor
- 0860fdc: Fix T46599: Copy Rotation behaves erratically when Use Y is disabled
- 04ff278: Fix: Prevent warnings from popping up when trying to edit driver expressions from buttons
- 3e9f6fc: Freestyle: minor speed-up by omitting the calculation of the smallest edge size.
- 52d074b: Fix T46604: Crash in ChainPredicateIterator instantiated without predicates.
- 3751eb1: Fix broken comment about our WM progress report for python (its not a progress bar at all).
- 19137e8: Fix T46606: Trackball Rotate jumps releasing shift
- 7e7527d: OpenSubdiv: Fix wrong handling of vertex parent
- 242246e: Fix T46605: Compositing causes access violation when rendering from command line
- efd774c: Fix T44231: Freestyle causes crash on render.
- 734af18: Freestyle: Fix for 'Distance from Object' modifiers without a target object.
- 20a94e9: Fix T46617 File Output Node seems to save only black images into OpenEXR image data
- 138decb: Fix for crash when saving OpenEXR Multi-View from Image Editor
Blender 2.76b: Bug Fixes
- b8438a8: Fix T46626: Crash generating previews
- e5ccc1e: Fix T46622: crash with metas & particles
- d7daecc: Fix T46651: Select linked crash with wire seam edges