Revision 69c389f by Sergey Sharybin (blender-v2.79-release, blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 17, 2017, 12:07 (GMT) |
Cycles: Guard memcpy to potentially re-allocating memory with lock Basically, make re-alloc and memcpy from the same lock, otherwise one thread might be re-allocating thread while another one is trying to copy data there. Reported by Mohamed Sakr in IRC, thanks! |
Revision 6f935db by Campbell Barton / Sergey Sharybin (blender-v2.79-release, blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 17, 2017, 12:07 (GMT) |
Math Lib: add isect_seg_seg_v2_point_ex This exposes end-point bias argument, needed in rare cases. |
Revision 9a239ee by Bastien Montagne / Sergey Sharybin (blender-v2.79-release, blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 17, 2017, 12:07 (GMT) |
Fix T52344: Softbody on Text. Own previous fix (rBd5d626df236b) was not valid, curves are actually supported by SoftBodies. It was rather a mere UI bug, which was not including Surfaces and Font obect types in those valid for softbody UI. Thanks to @brecht for the head up! Also, fix safe for 2.79, btw. |
Revision 0146ab2 by Bastien Montagne / Sergey Sharybin (blender-v2.79-release, blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 17, 2017, 12:07 (GMT) |
Fix T52315: Crash on duplicating Scene without world. Regression from rBa7b3047cefcbf, to be backported to 2.79. Like... seriously... :| |
Revision 0d86bc9 by Bastien Montagne / Sergey Sharybin (blender-v2.79-release, blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 17, 2017, 12:07 (GMT) |
Tweak and extend POV syntax hilghting. *Changed categories of some keywords *reordered some longer keywords that didn't appear *Activated another color (reserved builtins) by Leonid *added some HGPOV and UberPOV missing keywords Patch by Maurice Raybaud (@mauriceraybaud). Thanks to Leonid for additions, feedback and Linux testing. Related diffs: D2754 and D2755. While not a regression, this is new feature and would be nice to have it backported to final 2.79. |
Revision 35f5d80 by Brecht Van Lommel / Sergey Sharybin (blender-v2.79-release, blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 17, 2017, 12:07 (GMT) |
Fix T52334: images with non-color data should not change color space on save. |
Revision 518d690 by Brecht Van Lommel / Sergey Sharybin (blender-v2.79-release, blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 17, 2017, 12:07 (GMT) |
DPI: add back option to control line width, tweak default width. Adds thin/default/thick modes to add -1/0/1 to the auto detected line width, while leaving the overall UI scale unchanged. Also tweaks the default line width threshold, so thicker lines start from slightly high UI scales. Differential Revision: https://developer.blender.org/D2778 |
Revision efa840f by Bastien Montagne / Sergey Sharybin (blender-v2.79-release, blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 17, 2017, 12:07 (GMT) |
Fix T52344: Softbody on Text. For some reasons (c) softbody modifier was marked as compatible with curves... Would need much more work though, so for now just removing that flag! |
Revision ff47118 by Bastien Montagne / Sergey Sharybin (blender-v2.79-release, blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 17, 2017, 12:07 (GMT) |
Fix T52324: Metaball disappears when deleting first metaball object. Lost specific MBall 'need update' case here in last year's refactor. While technically not a regression, nice to have in 2.79. |
Revision 2052023 by Aleksandr Zinovev / Sergey Sharybin (blender-v2.79-release, blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 17, 2017, 12:07 (GMT) |
Fix width estimation for empty layouts in pie menus |
Revision 8ae6e35 by Bastien Montagne / Sergey Sharybin (blender-v2.79-release, blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 17, 2017, 12:07 (GMT) |
Fix broken API doc generation: Partially revert rBa372638a76e0 Making those arrays static remove them from exported symbols, which breaks API doc generation script. To be backported to 2.79 branch. |
Revision 909320e by Aleksandr Zinovev / Sergey Sharybin (blender-v2.79-release, blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 17, 2017, 12:07 (GMT) |
Fix fixed width box layouts Regression, to be backported in 2.79. |
Revision ade9fc9 by Aleksandr Zinovev / Sergey Sharybin (blender-v2.79-release, blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 17, 2017, 12:07 (GMT) |
Fix T52250: Glitch in UI in the addon panel regression |
Revision e54df78 by Lukas Stockner / Sergey Sharybin (blender-v2.79-release, blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 17, 2017, 12:07 (GMT) |
Fix T52280: The Image node in Compositing can't read Z buffer of openEXR in 2.79 As part of the fix for T51587, I removed the Depth output for non-Multilayer images since it seemed weird that PNGs etc. that don't have a Z pass still get a socket for it. However, I forgot about non-multilayer EXRs, which are a special case that can actually have a Z pass. Therefore, this commit brings back the Depth output for non-multilayer images just like it was in 2.78. |
Revision fa34f86 by Bastien Montagne / Sergey Sharybin (blender-v2.79-release, blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 17, 2017, 12:07 (GMT) |
Fix T52260: Blender 2.79 Objects made duplicates real still refer armature proxy. New code was handling correctly ID's internal references to self, but not references between 'made real' different objects... Regression, to be backported in 2.79. |
Revision fb73cee by Bastien Montagne / Sergey Sharybin (blender-v2.79-release, blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 17, 2017, 12:07 (GMT) |
Fix T52263: Crash When Splitting and Merging Areas with Header Text Set. Not a regression, but safe enough to be included in 2.79. |
Revision 78b3061 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 15, 2017, 23:20 (GMT) |
fix attempt for avoiding incorrect inner collisions between constrained objects |
Revision f233ecd by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 15, 2017, 01:26 (GMT) |
use exact volume calculation for convexhull and mesh when calculating masses of initial objects only |
Revision 63ad55f by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 15, 2017, 00:52 (GMT) |
fixes for FM mesh island rigidbody path problem and volume calculation scaling was ignored and only half of the dimensions for the volume were used, thus the calculated mass was 1/8th of the correct mass. |
Revision e3e6270 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) August 14, 2017, 13:47 (GMT) |
fix, forgot to set angular spring stiffness and damping when converting to objects |
|