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 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 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 |
Revision a40d7b9 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) |
PyAPI: bpy.ops enum error was cut short |
Revision 8c3853a 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) |
Update themes for 2.74 |
Revision b64d3bd by Julian Eisel / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 17, 2015, 10:49 (GMT) |
Fix T44003: Flatty Light: GPencil vertices and timeline keyframes black I noticed our version code and subversion got out of sync in the past, maybe that's what the issue was here. Deleting the entries from the .xml makes it fall back to the default values. |
Revision 931f876 by Jorge Bernal / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 17, 2015, 10:49 (GMT) |
BGE: Fix for T43994 Steering actuator bug with Navmesh Now the facing option is taken into account as before This is a regression and to be ported to the final release branch. |
|