Blender Git Commits

Blender Git "fracture_modifier-master" branch commits.

Page: 76 / 129

October 29, 2015, 10:10 (GMT)
Fix invalid exceptions w/ preview API

D1575 by @januz
October 29, 2015, 10:10 (GMT)
Fix error in bone UI
October 29, 2015, 10:10 (GMT)
Fix T46538: Mark and Clear Seam in UV Editor, assigning Hotkeys.

UV Editor keymap is not bound to a given editor (spacetype)...
October 29, 2015, 10:10 (GMT)
Fix ffmpeg memory leaks

- audio_stream wasn't freed.
- audio/video stream + context weren't freed on failure.
October 29, 2015, 10:10 (GMT)
Fix: X-axis values in Graph Editor should not be displayed as timecodes in "Drivers" mode
October 29, 2015, 10:10 (GMT)
Fix related to T46538: do not popup choice menu of mark/clear seam UV editor op invoke when prop is already set!
October 29, 2015, 10:10 (GMT)
Fix snap-scale w/ axis constraint

Related to T46503,
fix only worked when the snap target was axis-aligned.
October 29, 2015, 10:10 (GMT)
Cycles: Watertight fix for SSS intersection

Same as previous commit, just was missing in there.
October 29, 2015, 10:10 (GMT)
Fix T46561: Crash in outliner delete hierarchy

When children & parents were selected in the outliner,
it attempted to free the the object twice.
October 29, 2015, 10:10 (GMT)
Fix T46569: Crash w/ mask & locked-track enabled
October 29, 2015, 10:10 (GMT)
BGE: Fix T46556: check on null sound datablock pointer.
October 29, 2015, 10:10 (GMT)
Cycles: Fix for watertight intersection

It was possible to miss some intersection caused by wrong barycentric
coordinates sign.

Cases when one of the coordinate is zero and other are negative was not
handled correct.
October 29, 2015, 10:10 (GMT)
Fix ffmpeg saving long paths

Was checking wrong length on string copy.
October 29, 2015, 10:10 (GMT)
Fix T46521: Python: bvh.ray_cast doesn't find a plane facing in the other direction under certain circumstances

The issue was caused by wrong sign check. It originally came from more optimized
Cycles code where because of other reasons it wasn't visible yet. But in fact it
should be solved there as well.
October 29, 2015, 10:10 (GMT)
Fix for error w/ RenderView in ImageView list
October 29, 2015, 10:10 (GMT)
Fix T46529: Unwrap UV w/ use-subsurf fails

Regression since moving to looptri.
October 29, 2015, 10:10 (GMT)
Fix T46520: mathutils.bvhtree crashes with distance input.

Should be backported to 'a' release.
October 29, 2015, 10:10 (GMT)
Fix T46531: Cannot use % in filenames.

Same case as with space char really, one should not use those special chars in
filenames, but they are globally supported by all current FS/OS, so no real reason
to enforce that behvior on users here.

To be backported to 'a' release.
October 29, 2015, 10:10 (GMT)
Fix T46524: Use Alpha (Straight/Premultiply) option missing in 2.76, part II.

Different issue actually, here RAWTGA was simply forgotten in the alpha-capable formats...
October 29, 2015, 10:10 (GMT)
Fix T46544: Can't unpack generated image
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021