Revision 257d513 by Thomas Dinges January 6, 2015, 21:53 (GMT) |
Cycles: Allow negative values in Combine XYZ node. |
Revision 70f3a47 by Julian Eisel January 6, 2015, 19:33 (GMT) |
Event System Cleanup: Modifier Key Assignment Switch Was quite messy previously, think this is much more readable and easier to follow. |
Revision c66d735 by Sergey Sharybin January 6, 2015, 19:18 (GMT) |
Submodules: Make them pointing to the master branch Otherwise it gives all sort of weird and wonderful artifacts. |
Revision eefb393 by Julian Eisel January 6, 2015, 17:48 (GMT) |
Fix T40435: Fix event system modifier key handling This partial reverts rBd800cffaf10cb7, but fixes T40435 (Background label is not redrawn). It now isn't possible to use single modifier keys as shortcuts anymore. But this is something that's not really useful at all, since it breaks more than it allows. |
Revision 8e73b77 by Campbell Barton January 6, 2015, 15:06 (GMT) |
Remove slurph shape-key feature This is an old option which wasn't working in over a year without complaint. |
Revision 0527183 by Antonis Ryakiotakis January 6, 2015, 14:48 (GMT) |
Fix copy-paste of colors to generated color not being correct. ' Change generated color property to gamma space to match the add new image operator. |
Revision d36fb8e by Dalai Felinto January 6, 2015, 14:29 (GMT) |
Logic Bricks *must* be kept in alphabetical order |
Revision bf168f0 by Howard Trickey January 6, 2015, 14:13 (GMT) |
Fix T43137: vertex bevel percent mode wasn't implemented. |
Revision 22c9979 by Sergey Sharybin January 6, 2015, 13:48 (GMT) |
Point submodules ot latest release tags |
Revision e9d6350 by Campbell Barton January 6, 2015, 12:11 (GMT) |
Sequencer: show extensions when preview enabled |
Revision 4b58689 by Antonis Ryakiotakis January 6, 2015, 11:17 (GMT) |
Expose viewer panels also when backdrop is active. Allows to select proxy size, render type etc. |
Revision a922be9 by Sergey Sharybin January 6, 2015, 09:13 (GMT) |
Cycles: Repot CPU and CUDA capabilities to system info operator For CPU it gives available instructions set (SSE, AVX and so). For GPU CUDA it reports most of the attribute values returned by cuDeviceGetAttribute(). Ideally we need to only use set of those which are driver-specific (so we don't clutter system info with values which we can get from GPU specifications and be sure they stay the same because driver can't affect on them). |
January 6, 2015, 08:47 (GMT) |
Fix T43143: DPX header wrong, making it impossible to import to other software The issue was caused by the single letter in header, which is expected to be captial as per standard: http://www.simplesystems.org/users/bfriesen/dpx/S268M_Revised.pdf |
Revision 77c9269 by Campbell Barton January 6, 2015, 08:09 (GMT) |
cleanup: warnings |
Revision 1829c04 by Campbell Barton January 6, 2015, 08:09 (GMT) |
Correct args from recent mathutils refactor |
Revision bf0c8e1 by Campbell Barton January 6, 2015, 08:09 (GMT) |
PyAPI: add PyList_APPEND This appends while giving ownership to the list, avoiding temp assignment. This matches PyList_SET_ITEM which bypasses refcount's Note, this also reduce code-size, Py_DECREF is a rather heavy macro. |
Revision 9fd569a by Campbell Barton January 6, 2015, 08:09 (GMT) |
PyAPI: add utilities PyTuple_SET_ITEMS, Py_INCREF_RET Setting all values of a tuple is such a common operation that it deserves its own macro. Also added Py_INCREF_RET to avoid confusing use of comma operator. |
January 6, 2015, 06:07 (GMT) |
BGE: Fix for bugs T42520 and T42097 (mouse look actuator related). With this fix the mouse actuator movement works well as with even screen resolutions as odd screen resolutions. Also it fixed the movement when the border of the blenderplayer window is out of the screen limits. Reviewed By: moguri Differential Revision: https://developer.blender.org/D946 |
Revision 2d2bfd4 by Campbell Barton January 6, 2015, 03:01 (GMT) |
Fix T43122: Shrinkwrap target, wrong linked object |
Revision 62f2b75 by Campbell Barton January 6, 2015, 00:05 (GMT) |
UI: refactor button string get/set into functions. |
|
|
|


Master Commits
MiikaHweb | 2003-2021