Revision 56bcda8 by Campbell Barton November 2, 2015, 06:04 (GMT) |
Fix BMesh selection flushing w/ mixed modes Fix for T46494 wasn't working properly when de-selecting faces, adjacent faces would remain selected but have unselected edges. Logic here is admittedly rather fragile since it relies on both selection functions and flushing afterwards. |
Revision 8e7eb0b by Bastien Montagne November 1, 2015, 18:58 (GMT) |
Fix T46660: No need to set explicitely UI range of auto smooth angle anymore. |
Revision 9bce104 by Sergey Sharybin November 1, 2015, 16:01 (GMT) |
Cycles: Partially revert previous commit Apparently removing kernel arguments broke NVidia OpenCL. Needs more investigation, for the time being revering changes which caused problem. |
Revision dc9e0b8 by Sergey Sharybin November 1, 2015, 12:22 (GMT) |
Cycles: Remove unused argument from the split kernel functions Should be no functional changes, just simplifies operation with kernels. |
Revision 84e8b05 by Sergey Sharybin November 1, 2015, 10:40 (GMT) |
Cycles: Minor code style cleanup |
Revision 99df433 by Campbell Barton November 1, 2015, 03:27 (GMT) |
Fix T46655: crash reading unknown ID types |
Revision 632ed6a by Campbell Barton November 1, 2015, 01:49 (GMT) |
Cleanup: remove unused scene recalc |
Revision cf5154d by Campbell Barton November 1, 2015, 01:49 (GMT) |
Cleanup: old comments |
Revision df61c50 by Campbell Barton October 31, 2015, 06:10 (GMT) |
Fix T46651: Select linked crash w/ wire seam edges |
Revision 92ab3ba by Campbell Barton October 31, 2015, 02:52 (GMT) |
Fix T46648: Recalculate normals fails Certain shapes could trick the inside/outside test. An edge between 2 planar faces could be selected for detecting face-flipping (which failed). While this could be prevented by skipping those edges, use a method which searches for the outer most face-loop, then check it faces the center. |
Revision a0d9953 by Campbell Barton October 31, 2015, 00:31 (GMT) |
Fix netbeans project generator Need to escape defines |
Revision a43e087 by Sergey Sharybin October 30, 2015, 23:08 (GMT) |
Cycles: Add split kernel headers to project generation |
Revision 37fbabc by Julian Eisel October 30, 2015, 20:54 (GMT) |
Revision cb1cb63 by Sergey Sharybin October 30, 2015, 18:31 (GMT) |
Cycles: Fixes for few typos in OpenCL kernel |
Revision 16845a5 by Sergey Sharybin October 30, 2015, 13:01 (GMT) |
Fix memory leak caused by recent shutter curve commits |
Revision 5bfa43d by Campbell Barton October 30, 2015, 11:33 (GMT) |
Include Python binary in system-info.txt |
Revision 0a5fdb6 by Campbell Barton October 30, 2015, 11:33 (GMT) |
Python: check version binary name first Check version name first since 'python' binary may be a different version. |
Revision 43bf78c by Sergey Sharybin October 30, 2015, 11:07 (GMT) |
Image editor: Add options to display separate R, G and B channels Works totally similar to backdrop in the compositor. Requested by Sean Kennedy, but could be useful for lots for VFX guys. Reviewers: campbellbarton Reviewed By: campbellbarton Subscribers: sebastian_k, hype Differential Revision: https://developer.blender.org/D1590 |
Revision e6abc3a by Campbell Barton October 30, 2015, 07:24 (GMT) |
Transform: Support storing virtual cursor location Grabbing now doesn't 'jump' when shift is released (matching rotation modes). This simplifies most logic for transform input, where mouse input callbacks can choose to use the 'virtual' cursor, which accounts for precision when shift is held. |
Revision d2af140 by Jorge Bernal October 30, 2015, 05:51 (GMT) |
BGE: Fix SetMass function affecting own object gravity. Each time we setted the mass the own object gravity was divided by its old mass (i.e you could convert you car in a flying DeLorean with a simple mass car modification). A note will be included in release notes due to retro compability issues. |
|
|
|


Master Commits
MiikaHweb | 2003-2021