Revision a238bbf by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 9, 2015, 13:23 (GMT) |
crash fix: changing constraint settings prior to execute fracture caused a crash |
Revision f085584 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 9, 2015, 13:11 (GMT) |
fix: do not write shards with only 1 vertex, this causes problems when loading the file afterwards, omitting those shards and islands seems not having a negative effect up to now |
Revision 43d426b by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 7, 2015, 14:06 (GMT) |
fix: crasher when appending object with modifier and when trying to remove rigidbody traces when no rigidbody world is available |
Revision 28efc10 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 6, 2015, 20:28 (GMT) |
fix: added cluster_group to presets |
Revision 3fb7986 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 6, 2015, 20:24 (GMT) |
fix: clustergroup centroid search didnt take obmat into account |
Revision d4fce19 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 6, 2015, 15:26 (GMT) |
added a cluster group setting, where helper objects can define locations of cluster cores (shards will be added to its clostest core always), converted objects belong to a group now also |
Revision 5cabdd3 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 4, 2015, 13:49 (GMT) |
fix: inner vertex group was empty after refracture |
Revision 841d916 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 3, 2015, 18:07 (GMT) |
fix : autosmooth didnt work on all faces when boolean fractal with smooth inner faces was used (added unnecessary sharp edges before) |
Revision a715ef9 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 3, 2015, 17:02 (GMT) |
allow independent setting of cuts and iterations (please PLEASE keep low like about 5 max but not at the same time ! or computation time will explode) but this allows some control over fractal pattern, also allow smoothing of inner faces |
Revision 5263d91 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 3, 2015, 13:41 (GMT) |
first attempt of fractal boolean fracture, but speed is slow, result may be messed up and sim is unstable (use mesh shape and margin = 0, as well as scale down the physics mesh... or use constraints to keep the object together) |
Revision 746c503 by Campbell Barton (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 1, 2015, 22:40 (GMT) |
Revert "splash screen update for branch" This reverts commit 53efacd78ca654d7aa50c7c9c4638911c7fb888d. In future please don't commit custom splashes to branches, adds unnecessary binary file overhead to the whole repo Noted here: http://wiki.blender.org/index.php/Dev:Doc/New_Committer_Info#Branch_Usage |
Revision 53efacd by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 1, 2015, 19:04 (GMT) |
splash screen update for branch |
Revision 3bc11a9 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 1, 2015, 17:44 (GMT) |
fix: crasher when removing the modifier on frame > 1 and trying to rerun the sim , fix: crasher when reverting the file with fracture modifier on it |
Revision 9f987ae by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 24, 2015, 12:17 (GMT) |
remove version hack for MeshDataTransfer (since this is reverted now) |
Revision 3dda7a4 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 24, 2015, 12:15 (GMT) |
Merge remote-tracking branch 'refs/remotes/origin/master' into fracture_modifier Conflicts: source/blender/editors/space_outliner/outliner_draw.c source/blender/makesdna/DNA_modifier_types.h source/blender/makesrna/intern/rna_modifier.c source/blender/modifiers/MOD_modifiertypes.h source/blender/modifiers/intern/MOD_util.c (reverse-merged from commit 4401500cac4d3ff6e29d8ba4cbc476df49d88424) |
Revision fd490f4 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 24, 2015, 11:58 (GMT) |
Revert "Merge remote-tracking branch 'refs/remotes/origin/master' into fracture_modifier" This reverts commit 4401500cac4d3ff6e29d8ba4cbc476df49d88424, reversing changes made to bdb170ca60e272500789f89c63d3393b040e5c8b. |
Revision bbf09d9 by Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2015, 18:16 (GMT) |
Point 2.73a release to updated addons revision |
Revision ced2738 by Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2015, 15:40 (GMT) |
Show 'a' on the splash screen |
Revision e076fca by Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2015, 14:10 (GMT) |
Point addons to the backported revision |
Revision 9bd38a1 by Joshua Leung / Campbell Barton (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2015, 10:17 (GMT) |
Bugfix T43293: Crash when editing shared GPencil datablock in VSE The problem here was that when a Grease Pencil datablock is shared between the 3D view and another one of the editors, all the strokes were getting handled by the editing operators, even if those strokes could not be displayed/used in that context. As a result, the coordinate conversion methods would fail, as some of the needed data would not be set. The fix here involves not including any offending strokes in such cases... Conflicts: source/blender/editors/gpencil/gpencil_edit.c |
|