Blender Git Commits

Blender Git "temp-fracture-modifier-2.8" branch commits.

Page: 100 / 135

February 6, 2015, 20:24 (GMT)
fix: clustergroup centroid search didnt take obmat into account
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
February 4, 2015, 13:49 (GMT)
fix: inner vertex group was empty after refracture
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)
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
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)
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
February 1, 2015, 19:04 (GMT)
splash screen update for branch
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
January 24, 2015, 12:17 (GMT)
remove version hack for MeshDataTransfer (since this is reverted now)
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)
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.
January 20, 2015, 18:16 (GMT)
Point 2.73a release to updated addons revision
January 20, 2015, 15:40 (GMT)
Show 'a' on the splash screen
January 20, 2015, 14:10 (GMT)
Point addons to the backported revision
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
January 20, 2015, 09:20 (GMT)
Fix error in freestyle api
January 20, 2015, 09:20 (GMT)
Fix own error in freestyle api

Conflicts:
source/blender/freestyle/intern/python/BPy_ViewShape.cpp
January 20, 2015, 09:18 (GMT)
Sequencer: Don't crash when trying to rebuild proxy without having sequence edits
January 20, 2015, 09:18 (GMT)
Fix T43301: Three of the 'mirror keyframes' tools were mirroring along wrong axis.

Names are rather confusing here... :/
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021