Revision 424e5be by Campbell Barton June 13, 2015, 22:27 (GMT) |
Makefile support for using NPROCS as an env var |
Revision a2d4c26 by Campbell Barton June 13, 2015, 22:27 (GMT) |
BMesh: use define for string |
Revision b1ed12b by Sergey Sharybin June 13, 2015, 20:19 (GMT) |
Compilation error fixes for older GCC/CLang compilers Avoid data type re-declaration, it's not really working on current FreeBSD's 9 system and CLang-3.0 from OSX. This is not a good idea to do such sort of copy-paste anyway. If someone knows better way of dealing with this please go ahead and correct the code :) |
Revision 1c81bcf by Campbell Barton June 13, 2015, 19:14 (GMT) |
addon_utils default mismatch /w enable/disable default_set argument is now False for both. |
Revision 75a86d6 by Campbell Barton June 13, 2015, 18:53 (GMT) |
Fix for building without Python |
Revision a1ac42f by Porteries Tristan June 13, 2015, 18:23 (GMT) |
Fix (d4e5df) blenderplayer compiling. dfelinto is the second time that you forgot to modify bad_level_call_stubs/stubs.c. Please compile with the blenderplayer to see the error. |
Revision 4835fe0 by Bastien Montagne June 13, 2015, 17:45 (GMT) |
Fix T45062: Make it clear in tooltip that 'double sided' mesh option only affects OpenGL (viewport), and not render engines. |
Revision 9326820 by Dalai Felinto June 13, 2015, 17:09 (GMT) |
Multi-View: Show multiview image properties only in the places where they are supported aka, remove multiview properties from the texture panel, the textures node (image), and any other parts. The multiview options are now to be explicitly set in the image template in order to have them available in the respective panel |
Revision e944af6 by Dalai Felinto June 13, 2015, 17:09 (GMT) |
Multi-View: Fix - stereo 3d background image in viewport not working The functionality was there, but the UI was missing, since I introduced the use_mutliview option in the Image datablocks. Note: when opening the image via the background image UI it has its views data mangled. I'll look at that. Meanwhile the fix is to toggle Use Multi-View manually in the UI. |
Revision 41d5ff6 by Sergey Sharybin June 13, 2015, 17:07 (GMT) |
Cycles: Avoid compilation warnings when building without passes support |
Revision d3e16df by Sergey Sharybin June 13, 2015, 16:51 (GMT) |
Cycles: Solve possible buffer overrun when using too much closures Glass BSDF was doing some magic with copying weigths from initial closure onto refraction one and the code was not checking properly for the number of closures. |
Revision 1cbf748 by Sergey Sharybin June 13, 2015, 16:17 (GMT) |
Cycles: Add assert check to shader closure merge function |
Revision 0f42b8a by Sergey Sharybin June 13, 2015, 16:16 (GMT) |
Cycles: Fix compilation error with motion blur disabled on CPU |
Revision 097aa85 by Sergey Sharybin June 13, 2015, 14:29 (GMT) |
Cycles: Silent paranoid uninitialized GCC warnings in release kernels |
Revision 54b8241 by Dalai Felinto June 13, 2015, 14:29 (GMT) |
Multi-View: Some Stereo 3D modes require a special drawing all the time some 3d methods change the window arrangment, thus they shouldn't toggle on/off just because there is no 3d elements being drawn The optimized solution would be to draw only the left eye in those cases, but there is some issue going on with that, so this commit will do for now. |
Revision 0bf0aa6 by Joshua Leung June 13, 2015, 13:21 (GMT) |
Fix: Don't show "Clear Keyframes" option in RMB menu for NLA Strip properties Since these FCurves for these properties cannot be deleted, this operator is useless in this case. |
Revision 0b51e7d by Joshua Leung June 13, 2015, 13:21 (GMT) |
Fix: "Delete Keyframes" RMB-menu option didn't work on NLA Strip properties |
Revision 38a6041 by Sergey Sharybin June 13, 2015, 12:04 (GMT) |
Msgfmt: Fix for generating .mo files from .po without comments |
Revision 60ddaf0 by Campbell Barton June 13, 2015, 09:47 (GMT) |
Python API: use cached translation tables bpy.path.clean_name() and AddPresetBase.as_filename() were doing inefficient search-replace of individual characters. Use cached replacement table instead. |
Revision 02a496c by Bastien Montagne June 13, 2015, 09:42 (GMT) |
Translations utils: add needed bits to update git repo together with svn trunk. |
|
|
|


Master Commits
MiikaHweb | 2003-2021