Revision bbd6113 by Tamito Kajiyama May 11, 2014, 08:57 (GMT) |
Freestyle: Added .new() and .remove() methods to the Linesets collection type. |
Revision 39c0782 by Tamito Kajiyama May 11, 2014, 08:57 (GMT) |
Added BKE_freestyle_lineset_delete() by generalizing FRS_delete_active_lineset(). |
Revision c88e65d by Campbell Barton May 11, 2014, 06:22 (GMT) |
Code cleanup: comment typos |
Revision ccbac78 by Campbell Barton May 11, 2014, 06:21 (GMT) |
CMake: use project name when generating project files |
Revision da644a9 by Campbell Barton May 11, 2014, 06:17 (GMT) |
Quiet warnings with __CUDA_ARCH__ use |
Revision c08c931 by Thomas Dinges May 11, 2014, 01:38 (GMT) |
Cycles / CUDA: Increase maximum image textures on GPU. Instead of 95, we can use 145 images now. This only affects Kepler and above (sm30, sm_35 and sm_50). This can be increased further if needed, but let's first test if this does not come with a performance impact. Originally developed during my GSoC 2013. |
Revision 8904eaf by Dalai Felinto May 10, 2014, 13:58 (GMT) |
Fix T40107: painting on a psd image crashes blender + style cleanup in file The issue was that we can't assume we support the colorspace from the file. The reported file had an invalid colorspace in fact, which was leading to the segfault in Blender. Thanks for Sergey Sharybin for the help here. |
Revision 8943dc6 by Dalai Felinto May 10, 2014, 13:06 (GMT) |
Bake API: selected to active needs differentials or it renders black when bump/displacement (fix T40101) |
Revision 7891899 by Campbell Barton May 9, 2014, 23:29 (GMT) |
Replace inefficient use of strstr with STRPREFIX macro |
Revision c3a3664 by Campbell Barton May 9, 2014, 23:29 (GMT) |
Utility macros for linklist stack & asserts for bmesh |
Revision fd26a32 by Thomas Dinges May 9, 2014, 23:26 (GMT) |
Fix T40119, CUDA Toolkit version mismatch |
Revision d5588fd by Mitchell Stokes May 9, 2014, 23:05 (GMT) |
Fix T40113: Skinned meshes with non-animated shape keys crashes the BGE. |
Revision 087bbe6 by Mitchell Stokes May 9, 2014, 23:03 (GMT) |
BGE: Fixing shape key animations on meshes with no armature. Their transverts were not being updated after code changes for multi-threaded skinning. |
Revision ff08acc by Mitchell Stokes May 9, 2014, 20:53 (GMT) |
BGE VideoTexture: Fix for loading PNG (and possibly other) files. |
Revision f622691 by Antonis Ryakiotakis May 9, 2014, 20:30 (GMT) |
Fix access violation when painting with tiled textured brushes + airbrush + small brush size. Fast textured strokes meant that sometimes the update width (calculated from stroke distance) would be greater than the new ibuf width. This meant out of bounds access for the new ibuf. It's totally strange that I couldn't reproduce this issue on older versions since the logic here has not really changed much between versions. |
Revision c80e986 by Dalai Felinto May 9, 2014, 15:32 (GMT) |
Revert "Fix wrong job type used in cycles bake operator, could cause crashes." This reverts commit 97823f604796fb008fef03653974473ece75d18e. I was to push a fix based on Brecht's solution (this commit) when he did the same. This fix is correct, but it misses replacing WM_JOB_TYPE_OBJECT_BAKE with WM_JOB_OBJECT_BAKE_TEXTURE in the rest of the file, which may lead to problems when calling the operator in a quickly sucession - WM_jobs_test also tests for the same type of JOB. I created WM_JOB_TYPE_OBJECT_BAKE elsewhere, may as well use it. Unless we revert 20c90ea and f194da3. I'm fine with either way, just trying to get master to work again ;) |
Revision f194da3 by Dalai Felinto May 9, 2014, 15:30 (GMT) |
Bake API: reports were used after being freed leading to random crashes (fix T40077) |
Revision 97823f6 by Brecht Van Lommel May 9, 2014, 15:14 (GMT) |
Revision 5f01b3d by Brecht Van Lommel May 9, 2014, 15:14 (GMT) |
Fix T39585: cycles motion vector pass problem with curves. |
Revision fe00dbc by Brecht Van Lommel May 9, 2014, 15:14 (GMT) |
Fix cycles motion pass for hair curves showing a bit of motion when there isn't any. |
|
|
|


Master Commits
MiikaHweb | 2003-2021