Revision 9f9b4cf by Sergey Sharybin August 12, 2013, 12:17 (GMT) |
Add jemalloc license to release/text Official linux builds are linking against jemalloc, and in the own branch i'm using some of it's code. License files location could be changed a bit later (i.e. make it so all the license files are in the single folder, not in the root of the blender distro). |
Revision 3c9c5b4 by Sergey Sharybin August 12, 2013, 09:35 (GMT) |
Revision bc5dc88 by Sergey Sharybin August 12, 2013, 09:00 (GMT) |
Fix #36420: ends of curves - caps & twist not good Forgot to calculate directions of first/last points for NURBS and POLY splines. |
Revision 1c5b416 by Campbell Barton August 12, 2013, 07:48 (GMT) |
image_load() utility function's 'recursive' option wasn't functional since 2.4x |
Revision 98e5e54 by Sergey Sharybin August 12, 2013, 07:47 (GMT) |
Fix #36408: Setting `image.colorspace_settings.name` changes saved alpha Issue was caused by reload caused by input colorspace change. For generated images generated alpha flags weren't saved to DNA, which lead to fallback from 32 bit depth to 24 when doing any kind reload of generated image. The same alpha loss happens when you save .blend file with generated images. Now added generated depth to DNA, so reload image and .blend file wouldn't loss alpha. |
Revision 4fbe426 by Campbell Barton August 12, 2013, 07:44 (GMT) |
bpy.path.reduce_dirs() - new utility function to de-duplicate and remove nested paths before doing a recursive search. |
Revision 795fa1f by Lukas Toenne August 12, 2013, 06:53 (GMT) |
Fix #36437 Cycles no longer rendering Emitter object (Particle Systems). The change r58999 was ignoring the "show_emitter" setting by particles (the result would be the same as long as hair was not used). If particle emitters are forced to show all other of the usual duplicator hiding should be disabled. |
Revision 68c8530 by Campbell Barton August 12, 2013, 06:10 (GMT) |
change to object-smooth poll function, no need to check for active object, just check we're not in editmode. |
Revision 9dfd282 by Thomas Dinges August 11, 2013, 16:55 (GMT) |
Code cleanup / Cycles: * Remove unused "PathThroughput" variable. * Don't compile unused voronoi code, we only use Distance Squared atm. * Various typo and comment fixes. |
Revision 3368672 by Brecht Van Lommel August 11, 2013, 15:49 (GMT) |
Fix RNA parameter passing issue with dynamic arrays, was computing the wrong size in some cases. |
Revision 48ae40c by Thomas Dinges August 11, 2013, 15:27 (GMT) |
Code cleanup / Cycles: * Rename "curve_kernel_data" to just "curve", to avoid redundant naming. |
Revision 910d1ff by Campbell Barton August 11, 2013, 08:29 (GMT) |
display an error with python driver expressions when script execution is disabled. |
Revision 98c574e by Campbell Barton August 11, 2013, 05:40 (GMT) |
use 'greater/less then or equal to' operators rather then adding 1. |
Revision a62163a by Campbell Barton August 10, 2013, 23:27 (GMT) |
remove unused auto-key struct-member from uiAfterFunc, add compiler defines to cppcheck utility script. |
Revision 76cb682 by Campbell Barton August 10, 2013, 23:22 (GMT) |
edge-split now leaves split edges selected |
Revision 3627541 by Mitchell Stokes August 10, 2013, 21:17 (GMT) |
BGE: Fixing the memory leaks reported when the BlenderPlayer exits. They were caused by not having a free_windowmanager_cb set and by not having registered SpaceTypes, which meant data allocated for thosse SpaceTypes could not be freed. These were solved by defining a free_windowmanager_cb for the player that just frees wmWindows, and by making sure we only allocate memory for registered SpaceTypes. |
Revision 4c13688 by Sv. Lockal August 10, 2013, 15:37 (GMT) |
Add better UI for "Add Torus" function The previous one did nothing in many cases and was very unintuitive: http://www.pasteall.org/pic/show.php?id=57219 |
Revision 65b4f41 by Bastien Montagne August 10, 2013, 11:06 (GMT) |
Linux install_deps: update OpenCOLLADA to 828b60384552b83e55d2af7055f07d2c40b4d3f4 repo UID. |
Revision d17bf45 by Daniel Stokes August 10, 2013, 01:29 (GMT) |
As requested by Mitchell Stokes, reverting r58837 as it is causing some problems with the embedded game engine's python execution. |
Revision 30f279b by Thomas Dinges August 10, 2013, 00:52 (GMT) |
Code cleanup / Cycles: * Remove code for the unused Wave texture variations. We have quite some unused code in the texture area, I guess it doesn't harm to clean a bit up here. We can always get the code back from SVN if we need something. |
|
|
|


Master Commits
MiikaHweb | 2003-2021