Revision 880f4fb by Campbell Barton / Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 6, 2015, 09:33 (GMT) |
cleanup: use cross_tri_v2 when area isn't needed. |
Revision 919ec85 by Julian Eisel / Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 6, 2015, 09:33 (GMT) |
Revision 950be80 by Antonis Ryakiotakis / Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 6, 2015, 09:33 (GMT) |
Fix T43010 regression in material setting. Caused by own fix for another display case. Shoud be safe for 2.73 final. |
Revision 9556f61 by Campbell Barton / Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 6, 2015, 09:33 (GMT) |
Fix T43013: Flip with bridge aligned loops |
Revision ae1d416 by jens verwiebe / Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 6, 2015, 09:33 (GMT) |
OSX: revive GHOST_HACK_getFirstFile cause it breaks things on older OSX versions. Dunno exactly why this was done earlier, but propose not to remove code not understood. |
Revision cde1351 by Bastien Montagne / Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 6, 2015, 09:33 (GMT) |
Fix T42641, Graphical fragments showing on Blender 2.71 and higher when baking. Safe for 2.73... This revert rB9b0ab890676790bb1e8e77797629b889ea66f69e - needed to set that threshold to a small negative value to remove the last artefacts reported in T39735, but now I could not reproduce any with the previous 0.0f value, so restoring it for the time being. If this 'shadowed neighbor face' case re-appears, we can always choose a value in-between, like -1e-18f... |
Revision e436c83 by Antonis Ryakiotakis / Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 6, 2015, 09:33 (GMT) |
Only add a fill brush to default .blend if there isn't one already. For some reason this happened twice here. Likely candidate for 2.73 final |
Revision 3fcc552 by Campbell Barton / Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 6, 2015, 09:33 (GMT) |
Fix rna paint update callbacks assuming meshes |
Revision f1ab8f8 by Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 6, 2015, 09:33 (GMT) |
Cycles: Fix really bad bug with shadow rays on non-SSE CPUs basically shadow rays were totally broken and most of the time did not record any intersections, leading to really ad rendering artifacts. This commit makes it so regardless of enabled optimization level render result would be the same. |
Revision 5a51b93 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 2, 2015, 14:15 (GMT) |
fix: restore kinematic state for regular triggered rigidbodies always now, they very likely were kinematic before, user must disable triggered checkbox if this is not desired |
Revision 6c4c1fb by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 1, 2015, 11:54 (GMT) |
fix for unnecessary activation of all parts again and again, this resulted in never ending movement... now this applies to kinematic objects only, which lose their kinematic state due to being triggered |
Revision 752dd1c by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) December 31, 2014, 14:46 (GMT) |
fix for incorrect merge in MOD_boolean_util.c, old functionality isnt necessary any more |
Revision 6be2aab by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) December 31, 2014, 13:00 (GMT) |
compile fixes due to merge |
Revision 6b6a968 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) December 31, 2014, 12:59 (GMT) |
Merge remote-tracking branch 'refs/remotes/origin/master' into fracture_modifier Conflicts: extern/SConscript release/datafiles/splash.png release/datafiles/splash_2x.png source/blender/blenkernel/intern/rigidbody.c source/blender/editors/physics/rigidbody_constraint.c source/blender/makesrna/intern/rna_modifier.c source/blender/modifiers/intern/MOD_boolean_util.c source/blender/windowmanager/WM_api.h |
Revision 480ed9d by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) December 27, 2014, 15:21 (GMT) |
crash fix: automatic material names management was wrong (got internally longer and longer and caused a stack overflow after some fracture attempts) |
Revision c93971e by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) December 27, 2014, 13:40 (GMT) |
fix: convert to keyframes works directly from bake now, too |
Revision be30a2c by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) December 27, 2014, 12:27 (GMT) |
added a trigger flag, only rigidbody objects with this flag can trigger other objects (which themselves must be animated and have their "triggered" flag enabled |
Revision d46632d by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) December 27, 2014, 12:08 (GMT) |
fix: apply scale only prior to fracture again, preserve rotation because splinter rotation needs to be local |
Revision b0921d3 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) December 18, 2014, 19:20 (GMT) |
activate objects now when constraints are broken, this is an attempt to get rid of single shards stuck in the air, not being connected visually to other shards |
Revision fab16ef by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) December 17, 2014, 20:00 (GMT) |
windows crash fix: material name had incorrect length |
|