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. |
|