Revision 241c142 by Campbell Barton / Sergey Sharybin (blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 19, 2018, 10:36 (GMT) |
Revert "Fix T53430: Cut at the strip end fails w/ endstill" This reverts commit 855799ecc1c5e53d9fbfe520fd5402bc0138f674. Caused T54200 |
Revision c5db594 by Campbell Barton / Sergey Sharybin (blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 19, 2018, 10:36 (GMT) |
Revision e57a1bb by Bastien Montagne / Sergey Sharybin (blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 19, 2018, 10:36 (GMT) |
API generating script: give better version for releases builds. Was giving '2.62.1 <sha1>' even for releases, now rather giving nicer '2.62a <sha1>' in that case. |
Revision 4697e49 by Brecht Van Lommel / Sergey Sharybin (blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 19, 2018, 10:35 (GMT) |
Fix T54206: bevel and inset operations repeat did not remember offset. Now repeating the operator will use the previously chosen offset, either with the modal operator or typed in. The modal operator will still start at zero. |
Revision 852d63b by Sergey Sharybin (blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 19, 2018, 10:35 (GMT) |
Revision 8ec398d by Mai Lavelle / Sergey Sharybin (blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 19, 2018, 10:35 (GMT) |
Fix T54003: Particles - Size and random size not present in "physics" tab in Advanced mode The check to see if `use_advanced_hair` was enabled was actually in two places (render panel `draw` function and physics panel `poll` function). As these properties are only in one place now the check in `draw` isn't needed anymore. Related: T53513, a6c69ca57f661a8538 |
Revision 9accd88 by Sergey Sharybin (blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 19, 2018, 10:33 (GMT) |
Bl;ender 2.79b: Begin 2.79b release cycle |
Revision c381b3f by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 28, 2018, 16:54 (GMT) |
added vertexgroup to influence metaball radii note, the weight (0...1) is normed to a size factor -0.5 ... 0.5 to also allow negative mball elements. |
Revision 3cc1faf by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 25, 2018, 18:48 (GMT) |
when sorting objects, keep mi->object_index aligned |
Revision d39fb8f by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 25, 2018, 14:46 (GMT) |
activate by constraint impulse and regular ghost triggers |
Revision 930b6a0 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 24, 2018, 23:02 (GMT) |
rna build fix (error when building debug) |
Revision 882cf08 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 24, 2018, 16:32 (GMT) |
only calc FM mblur velocity layer at render time this costs some performance |
Revision fb8acd8 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 24, 2018, 10:20 (GMT) |
optionally restore old activation behavior with broken constraints this allows easier breaking / collapsing of objects |
Revision e883591 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 22, 2018, 12:03 (GMT) |
compile fixes after merge |
Revision fb4fcd6 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 22, 2018, 12:02 (GMT) |
Merge remote-tracking branch 'refs/remotes/origin/blender-v2.79a-release' into fracture_modifier Conflicts: source/blender/modifiers/intern/MOD_boolean.c |
Revision 8928d99 by Campbell Barton (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 21, 2018, 10:39 (GMT) |
VSE: skip non image/movie w/ proxy dir storage This would use uninitialized filename variable, looked into supporting this however generating proxies currently only works for movies. |
Revision 9e70780 by Sergey Sharybin (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 21, 2018, 09:53 (GMT) |
Depsgraph: Fix crash using --debug-depsgraph and --debug-depsgraph-no-threads Was accessing past the array boundaries. Should be safe for 2.79a. |
Revision ae358f9 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 20, 2018, 12:45 (GMT) |
fix, anim bind rotation was calculated incorrectly |
Revision db0f53a by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 19, 2018, 17:46 (GMT) |
fix for bind ngon problems (jumping rotations) |
Revision 09aaee5 by Sergey Sharybin (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 19, 2018, 13:38 (GMT) |
Fix T53032: Image sequence works bad with Displace modifier We shouldn't mix image pool acuisition with and without user provided, the fact that internally image.c uses last frame from Image datablock confuses the logic. |
|