Revision 870941c by Campbell Barton December 28, 2014, 05:00 (GMT) |
Fix leak in cycles-bake |
Revision cadcb12 by Campbell Barton December 28, 2014, 05:00 (GMT) |
Fix leak in select-similar regions |
Revision 9686d30 by Campbell Barton December 28, 2014, 05:00 (GMT) |
Fix buffer overrun calculating unique names |
Revision 00197a6 by Campbell Barton December 28, 2014, 05:00 (GMT) |
BLI_string_utf8: add BLI_strncpy_utf8_rlen |
Revision e182d43 by Campbell Barton December 28, 2014, 04:13 (GMT) |
cleanup: avoid ref-counting None for a new matrix |
Revision b11a2f7 by Sergey Sharybin December 27, 2014, 18:38 (GMT) |
Cycles: Mark visibility TODO as resolved |
Revision 91bbaaa by Sergey Sharybin December 27, 2014, 18:33 (GMT) |
Cycles: Fix visibility check for instanced nodes The issue is that only instance node contains proper visibility flags, nodes from instanced BVH are not correct. |
Revision 2b226d9 by Bastien Montagne December 27, 2014, 16:24 (GMT) |
Fix a very stupid memleak in own bpy_app_translations.c code... Safe for 2.73. |
Revision 155bb05 by Joshua Leung December 27, 2014, 14:05 (GMT) |
GPencil UI: Color swatches for both Stroke and Fill colors are now shown The layers list and the Dopesheet channels now show color swatches for both the stroke and fill colours now. This is useful when you've got layers that only use either/or. * Currently, these only get shown if the relevant opacity setting is high enough for that aspect to contribute to the result. * The sizing of these items could do with some more tweaking (especially in the Dopesheet), as these may now be too small to accurately see and/or interact with. * There are some potential issues when using near-gray (or actually, colours similar to the list backgrounds, but that issue exists in other areas of Blender anyway. (NOTE: At this stage, these changes are still experimental, and not for 2.73 yet) |
Revision 4ab5883 by Joshua Leung December 27, 2014, 14:05 (GMT) |
Experimental fix for "random large dots" bug when using a stylus Since I don't have a (pressure sensitive) tablet handy, I can't really test this out, but apparently there is a bug which currently exists with the following description: "Small Dots, when you do just one click a single GP dot is created, it´s fine but don't recognize the pen pressure, always the maximum value of thickness, and It´s so easy create dots accidentally (even when you use the eraser, this dots appear spontaneously) and you start to have big screen-size-constant dots beside of you fine lines." This commit just shuffles around the order of things a bit so that some of the misfiring events might get skipped instead. |
Revision 49052c6 by Joshua Leung December 27, 2014, 14:05 (GMT) |
Restoring all the whitespace! |
Revision 01c0433 by Campbell Barton December 27, 2014, 05:47 (GMT) |
Fix T43034: beautify-fill leaves zero area tri's |
Revision 8d7b2d6 by Campbell Barton December 27, 2014, 05:36 (GMT) |
cleanup: redundant tri-normal calculation |
Revision 5ea243b by Campbell Barton December 27, 2014, 01:37 (GMT) |
cleanup: knife tools, use generic sort function |
Revision b6aa936 by Antonis Ryakiotakis December 26, 2014, 23:10 (GMT) |
Fix typo in angle commit, noticed by Kevin Dietrich, thanks! |
Revision eb2e457 by Antonis Ryakiotakis December 26, 2014, 23:08 (GMT) |
Only add a fill brush to default .blend if there isn't one already. For some reason this happened twice here. Likely candidate for 2.73 final |
Revision c7c10e5 by Antonis Ryakiotakis December 26, 2014, 22:51 (GMT) |
Brush Texture Angle Goodies: This commit includes a few things: * It moves the Rake and Random flags from the brush to the MTex. * The first change allows mask textures to have independent rake support. * Random rotation now has an angle value that controls the width of the effect from the rake or default angle * Rake and Random are now supported together. |
Revision e0cf86a by Antonis Ryakiotakis December 26, 2014, 19:06 (GMT) |
Fix T43010 regression in material setting. Caused by own fix for another display case. Shoud be safe for 2.73 final. |
Revision fd47202 by Julian Eisel December 26, 2014, 19:00 (GMT) |
GPencil: Picky whitespace cleanup |
Revision 3253ed9 by Antonis Ryakiotakis December 26, 2014, 18:14 (GMT) |
Put editor initialization before python. Initially it was moved to allow setting keymaps of python defined menus in C but looks like it breaks macro definition in python. Thanks to Julian for tracking this down. It should fix T42485 |
|
|
|


Master Commits
MiikaHweb | 2003-2021