Revision 4eb34db by Sergey Sharybin / Campbell Barton (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 29, 2015, 10:10 (GMT) |
OpenSubdiv: Fix wrong handling of vertex parent Vertex parent was not registered as CPU data requirement. Should be in the 'a' release. |
Revision 8026a1d by Campbell Barton (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 29, 2015, 10:10 (GMT) |
Fix T46606: Trackball Rotate jumps releasing shift |
Revision 887e5cb by Sergey Sharybin / Campbell Barton (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 29, 2015, 10:10 (GMT) |
Fix T46605: Compositing causes access violation when rendering from command line Seems was caused by the race condition in the stats printing, should be all fine now. Nice for 'a' release. |
Revision c2e7f6d by Tamito Kajiyama / Campbell Barton (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 29, 2015, 10:10 (GMT) |
Fix T46604: Crash in ChainPredicateIterator instantiated without predicates. Also fixed a potential crash in the copy constructor case. |
Revision 1ce73aa by Joshua Leung / Campbell Barton (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 29, 2015, 10:10 (GMT) |
Fix T46599: Copy Rotation behaves erratically when Use Y is disabled When the "Use Y" option in the Copy Rotation constraint is disabled, the constraint behaves eratically when rotating all the target on all axes at the same time. This is partially to be expected due to the way that euler rotations work (i.e. the rotation orders stuff - you should use a rotation order based on most to least important/significant rotations). Hence, by locking Y, you're causing accuracy problems for Z. What was not expected though was that changing the rotation orders on the objects involved (for the record, it's the constraint owner that counts) did nothing. It turns out that for objects, the rotation order settings were getting ignored! This commit fixes this problem, and this particular case can be resolved by using "XZY". Notes: * Since all object constraints were previously working on the assumption that they used XYZ (default) order, it is possible that this change may have the unintended consequence of changing the behaviour of some rigs which relied on the buggy behaviour. Hopefully this will be a rare occurrence. |
Revision 4081dab by Joshua Leung / Campbell Barton (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 29, 2015, 10:10 (GMT) |
Fix: Missing update after scrubbing time in Graph Editor Sometimes the timeline header didn't update after time-scrubbing in the graph editor ends, leaving the "Pause" button visible until the next refresh of the timeline (e.g. on mouse over) |
Revision 4aac73a by Campbell Barton (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 29, 2015, 10:10 (GMT) |
Revision 50ecd51 by Campbell Barton (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 29, 2015, 10:10 (GMT) |
Revision 95cc31f by Campbell Barton (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 29, 2015, 10:10 (GMT) |
Fix error in bone UI |
Revision ca51398 by Bastien Montagne / Campbell Barton (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) 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)... |
Revision d1c6364 by Campbell Barton (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 29, 2015, 10:10 (GMT) |
Fix ffmpeg memory leaks - audio_stream wasn't freed. - audio/video stream + context weren't freed on failure. |
Revision ebc8997 by Joshua Leung / Campbell Barton (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 29, 2015, 10:10 (GMT) |
Fix: X-axis values in Graph Editor should not be displayed as timecodes in "Drivers" mode |
Revision ff5a34e by Bastien Montagne / Campbell Barton (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) 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! |
Revision 1536409 by Campbell Barton (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) 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. |
Revision 3f067c6 by Sergey Sharybin / Campbell Barton (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 29, 2015, 10:10 (GMT) |
Cycles: Watertight fix for SSS intersection Same as previous commit, just was missing in there. |
Revision 4d581c0 by Campbell Barton (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) 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. |
Revision 54f1e68 by Campbell Barton (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 29, 2015, 10:10 (GMT) |
Fix T46569: Crash w/ mask & locked-track enabled |
Revision 62a973d by Porteries Tristan / Campbell Barton (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 29, 2015, 10:10 (GMT) |
BGE: Fix T46556: check on null sound datablock pointer. |
Revision 673bc6d by Sergey Sharybin / Campbell Barton (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) 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. |
Revision c01e9ce by Campbell Barton (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) October 29, 2015, 10:10 (GMT) |
Fix ffmpeg saving long paths Was checking wrong length on string copy. |
|