Revision 8bed4e6 by Sergey Sharybin August 11, 2014, 16:29 (GMT) |
Fix T41362: CPU and GPU rendering gives different results We can't really make CPU and GPU results look the same in all possible circumstances, but here we can make them look close enough to each other by making it so sobol pattern for bounce number is the smae for both CPU and GPU. This makes CPU and GPU render results look the same with low number of samples, high number of samples was never an issue. |
Revision 3e41c8a by Sergey Sharybin August 11, 2014, 14:58 (GMT) |
Fix compilation error with debug scons The issue is that we've got hell with DEBUG and _DEBUG, theu're defined really inconsistent acros CMake and SCons. Used more reliable NDEBUG definition for IDP_spit. |
Revision 0fe70b5 by Sergey Sharybin August 11, 2014, 14:55 (GMT) |
Fix T41360: Crash on Boolean Modifier The issue was caused by the wrong attributes maps in certain circumstances after union intersections. Namely issue might have happen when more than one iteration of union was happening and it was caused by the fact that new faces might be allocated on the same address as freed face from the old mesh. Didn't find a nicer fix for this apart from correcting the whole attributes map after each union step. We could try removing attributes for the meshes which are getting deleted, but in asymptotic it's gonna to give exactly the same complexity as the current approach. |
Revision ce96002 by Bastien Montagne August 11, 2014, 13:43 (GMT) |
Fix for previous commit - after talk with physics guys (Genscher, Miikah), better to keep soft UI limits as is, and only raise hard ones. |
Revision 3225762 by Bastien Montagne August 11, 2014, 13:23 (GMT) |
Revision c4814c8 by Bastien Montagne August 11, 2014, 13:02 (GMT) |
Fix T40203: Fluid simulation needs more memory than displayed. Nothing like a fix, actually, this is an issue in elbeem afaik. For now, just warn user that complex obstacles may breack things. |
Revision 1ca8684 by Sergey Sharybin August 11, 2014, 11:37 (GMT) |
Fix T40744: MIP Map is generating strange noise in texture, Blender Internal |
Revision e438c45 by Sergey Sharybin August 11, 2014, 11:26 (GMT) |
Manifest used to be installed on non-windows platforms |
Revision f8a39da by Antonis Ryakiotakis August 11, 2014, 09:55 (GMT) |
Minor cleanup |
Revision 028fd29 by Antonis Ryakiotakis August 11, 2014, 09:02 (GMT) |
Pie Menus C code backend. This commit merges the code in the pie-menu branch. As per decisions taken the last few days, there are no pie menus included and there will be an official add-on including overrides of some keys with pie menus. However, people will now be able to use the new code in python. Full Documentation is in http://wiki.blender.org/index.php/Dev:Ref/ Thanks: Campbell Barton, Dalai Felinto and Ton Roosendaal for the code review and design comments Jonathan Williamson, Pawel Lyczkowski, Pablo Vazquez among others for suggestions during the development. Special Thanks to Sean Olson, for his support, suggestions, testing and merciless bugging so that I would finish the pie menu code. Without him we wouldn't be here. Also to the rest of the developers of the original python add-on, Patrick Moore and Dan Eicher and finally to Matt Ebb, who did the research and first implementation and whose code I used to get started. |
Revision 5d1d23d by Sergey Sharybin August 11, 2014, 08:12 (GMT) |
Fix T41395: Set Object As Camera - Monkey Render bug? |
Revision d4599ff by Campbell Barton August 11, 2014, 07:53 (GMT) |
Fix T40766: Startup fails with UnicodeDecodeError on Windows |
Revision 1528e5c by Campbell Barton August 11, 2014, 05:23 (GMT) |
Run unittest.main() directly |
Revision eedc383 by Campbell Barton August 11, 2014, 03:36 (GMT) |
Comments |
Revision e233be5 by Campbell Barton August 11, 2014, 03:34 (GMT) |
View3D: rotate around selection - uses boundbox center |
Revision 44aa221 by Campbell Barton August 11, 2014, 03:25 (GMT) |
Utility functions for getting boundbox size/scale |
Revision 5ad353b by Campbell Barton August 11, 2014, 00:20 (GMT) |
Revision 8e86c41 by Antonis Ryakiotakis August 10, 2014, 18:28 (GMT) |
Revision 29e1592 by Bastien Montagne August 10, 2014, 16:21 (GMT) |
Revision 93ed779 by Bastien Montagne August 10, 2014, 15:30 (GMT) |
Minor tweak to own previous shapekey_move commit. |
|
|
|


Master Commits
MiikaHweb | 2003-2021