Revision 584aed0 by Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 24, 2015, 14:47 (GMT) |
Fix T44021: Crash switching Rendering Engines while viewport rendering + animating Make sure preview render job is cancelled before freeing the render engine associated to the viewport. |
Revision 9f69f7f by Bastien Montagne / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 24, 2015, 14:47 (GMT) |
Fix T44027: Normal Edit Mod : Radial from object normals affected by target object scale. The way we were getting diff to apply to vcos from target object was just bad! Also, fixed another related issue - negated scale would be clamped to nearly zero, now only consider absolute version of size (we do not care about its sign here anyway). This should be backported to 2.74 (with previous commit too). |
Revision c6f1be0 by Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 24, 2015, 14:47 (GMT) |
Fix T44020: Crash exporting fluid sim to fbx The issue is coming from wrong fluid modifier copy callback, which might have left some pointers shared across original and target fluid modifiers. |
Revision f71f559 by Campbell Barton / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 24, 2015, 14:47 (GMT) |
Fix crash using "Copy to selected" on ID-props |
Revision 1ad57f2 by Joerg Mueller / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 24, 2015, 14:47 (GMT) |
Fix T43853: Audio animation bug (fcurves) For a detailed bug explanation see the comments in the report. |
Revision 337ce03 by Antonis Ryakiotakis / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 24, 2015, 14:47 (GMT) |
Make sure disabling attribute arrays also resets the counter so we don't do it twice. |
Revision 3523a13 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 22, 2015, 17:17 (GMT) |
use center between objects for constraint types different than fixed, note: other types only work between clusters and settings for them are limited to the type currently.... |
Revision 25397ea by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 22, 2015, 09:13 (GMT) |
fix: some speed improvement for converting to objects or to keyframed objects and proper renaming of shards and constraints being created |
Revision 9fa84d0 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 19, 2015, 23:32 (GMT) |
fix: another possible fix for loading correct vertexbased constraints |
Revision b3bc216 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 19, 2015, 22:54 (GMT) |
fix: vertexbased constraints should be rebuilt correctly now after loading |
Revision fa11639 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 19, 2015, 17:06 (GMT) |
added a new vertex coordinate based constraint build method, as alternative to meshisland centroid based constraint building |
Revision d11592a by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 18, 2015, 15:06 (GMT) |
fix: crash with fast bisect and fast bisect / fill due to refactoring |
Revision 9775830 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 17, 2015, 23:00 (GMT) |
fix: bugfixes for fractal boolean and greasepencil edge cutting due to refactoring |
Revision 14a023a by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 17, 2015, 19:48 (GMT) |
refactoring of FractureModifier: split very long functions into more, shorter ones |
Revision 1f547c1 by Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 17, 2015, 15:11 (GMT) |
Point submodules to 2.74-rc2 |
Revision a1bb0d6 by Bastien Montagne / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 17, 2015, 13:19 (GMT) |
Fix an incorrect assert in lnor code. There is one case where we do can have only two edges for two loops... |
Revision 48d4b80 by Gaia Clary / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 17, 2015, 13:18 (GMT) |
Refer to Task 43975: Deleting a Shapekey can break the relative pointers This patch would reassign the relative of all keyblocks to the relative of the deleted keyblock. And it fixes the misalignement of the index values after the keyblock is deleted. Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D1176 |
Revision 8d31c7f by Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 17, 2015, 11:49 (GMT) |
Use "Release Candidate 2" string on the splash |
Revision ee87056 by Campbell Barton / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 17, 2015, 10:49 (GMT) |
Correct assert |
Revision 9c154d5 by Campbell Barton / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 17, 2015, 10:49 (GMT) |
Fix T43997: Paste fcurve keeps handle selection |
|