Revision 744ef82 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) |
Fix incorrect strncat use |
Revision 9a7d576 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) |
Revision d21ed9a by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) |
Fix T47893: BGE crashes w/ generated mesh data |
Revision e71398f by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) |
Revision f601a4b by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) |
Revision 0889f8c by Lukas Toenne / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) |
Fix for crash of point density textures due to undefined `point_data` on loading. |
Revision 4717824 by Brecht Van Lommel / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) |
Fix T47670: cycles GLSL incorrect normal map node. |
Revision 5ac7186 by Philipp Oeser / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) |
Fix T47842: UV sculpt brush widgets are available when not in uv sculpt mode. rB5b3af3dd made the poll function here slightly too laxist. To be backported to 2.77 should we make an 'a' release. Reviewed By: mont29 Differential Revision: https://developer.blender.org/D1861 |
Revision 7a7b242 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) |
Fix T47862: VSE hard cut fails Regression caused by changing how video length is calculated, however similar problems could be caused by strip length changing on-disk. |
Revision 7e29ce8 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) |
Fix for non spot lamps calculating spot values Logical error in D1378, also incorrectly used lamp type as a flag. |
Revision a3ef7c9 by bassam kurdali / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) |
Fix add mesh template |
Revision a5bc674 by Sybren A. Stüvel / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) |
Include requests' cacert.pem file This allows us to verify certificates of HTTPS connections, which is mandatory for logins like on Blender ID. Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D1845 |
Revision f036e18 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) |
GPU: avoid redundant logic for non-spot lamps |
Revision 4f3178e by Brecht Van Lommel / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) |
Fix T47670: cycles GLSL incorrect layer weight / fresnel. World space and view space normals were mixed up, we should only convert from world to view space if a custom normal is connected, otherwise it is already in view space. |
Revision a8ee74e by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 4, 2016, 08:54 (GMT) |
fix for rare crash at loading stored constraints added a null pointer check so to prevent a crash atleast |
Revision d7eeff2 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 1, 2016, 14:30 (GMT) |
another fix attempt for occasional loading crashes |
Revision 47adafe by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 1, 2016, 07:46 (GMT) |
fix, forgot to set userpointer in point constraint |
Revision 0ba11ae by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 31, 2016, 23:53 (GMT) |
fix, forgot to load participating constraints per meshisland this caused crashes when trying to simulate with percentage breaking |
Revision e62c4c8 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 31, 2016, 19:36 (GMT) |
fix attempt for crash on loading last blend (quit.blend with dynamic fracture) |
Revision 790af96 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 31, 2016, 18:07 (GMT) |
crash fix for loading files with dynamic fracture enabled forgot to set runtime listbase pointers of fractureIDs to NULL |
|