Revision acd7f50 by Sergey Sharybin October 15, 2014, 14:25 (GMT) |
Fix T42160: CUDA error: ILLEGAL_ADDRESS in cuCtxSynchronize() This is so-called GPU limitation boundary hit, told compiler to NOT include volume bound function, otherwise some real weird things used to happen. We actually might want to do the same for CPU, inlining everything is not the way to get fastest code. |
Revision 591dc63 by Sergey Sharybin October 15, 2014, 12:51 (GMT) |
SCons: Fix compilation error with booleans disabled |
Revision 63dc2e9 by Sergey Sharybin October 15, 2014, 12:45 (GMT) |
Futher tweaks to WITH_CPU_SSE option Explicitly disable SSE kernels in Cycles when this option is used. |
Revision b6f0ad5 by Lukas Toenne October 15, 2014, 11:54 (GMT) |
Disable color editing for bone group color sets unless custom colors is selected. The bone group colors are not actually used _unless_ when the set is "custom colors". But they were still editable, which is very confusing. |
Revision 2db117a by Sergey Sharybin October 15, 2014, 10:16 (GMT) |
Buildbot: Correct folder for experimetnal builds |
Revision 84eeff0 by Sergey Sharybin October 15, 2014, 10:07 (GMT) |
Buildbot: Fix for branch detection from the file name |
October 15, 2014, 09:41 (GMT) |
Buildbot: Rename testbuild branch to experimental-build and put the builds to dedicated folder |
Revision 5a6f9fd by Lukas Toenne October 15, 2014, 09:40 (GMT) |
Fix T42239, missing redraw notifier when switching collision shapes. |
Revision 6d3757a by Antonis Ryakiotakis October 15, 2014, 09:04 (GMT) |
Better fix for T42139 Noise function's significant bits are up to 31st bit. This should now give the same visual result as before, minus the stripes. Issue pointed out by Anthony Edlin, thanks! |
Revision 4b8430a by Sergey Sharybin October 15, 2014, 08:53 (GMT) |
CMake: Add a flag to explicitly disable SSE/SSE2 intrinsics The flag is called WITH_CPU_SSE, it is ON by default so no one should be affected by the change really. This should hopefully fix https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763755 |
Revision d79f679 by Lukas Toenne October 15, 2014, 08:16 (GMT) |
Fix T42237: Added a soft limit to 3D view grid scale; a value of 0.0 can otherwise give 0.0 object scale. |
Revision 858e7b2 by Campbell Barton October 15, 2014, 08:10 (GMT) |
Correct last commit |
Revision f364ab5 by Campbell Barton October 15, 2014, 07:24 (GMT) |
Cleanup: unused var |
Revision 2d50e5f by Campbell Barton October 15, 2014, 07:23 (GMT) |
Fix T42226: Glibc <= 2.8 fails to build |
Revision ab32900 by Bastien Montagne October 15, 2014, 06:57 (GMT) |
Refactor 'apply' part of Editmode View3d Transform panel code. This was way too verbose, heavily factorized the code. Also made sure only changed data are applied (was not always the case, especially for curves and lattices), and that we always use raw value when only one element is affected (was only that way for coordinates). Note I checked performances, they seem to be roughly the same as previously. |
Revision c576c77 by Bastien Montagne October 15, 2014, 06:57 (GMT) |
Cleanup: Editmode 3DView Transform panel code: do not check for hidden BMesh verts/edges. Afaik, a hidden BMesh element should never be selected. And this check was done in an awfully inconsistent way! If it should really be needed, should be added back as a macro used everywhere! |
Revision 2ef68c2 by Bastien Montagne October 15, 2014, 06:57 (GMT) |
Cleanup: Edit mode 3DView Transform panel code. Mostly reorganizing mesh data handling to be always in the same order, this piece of code is rather verbose, let's try to keep it organised a bit. Also some visual UI tweaking. |
Revision 7e64a02 by Bastien Montagne October 15, 2014, 06:57 (GMT) |
Add Vertex bevel weight to Editmode UI. This panel UI code needs more love, cleanup etc. in next commits. |
Revision 8d1d16b by Bastien Montagne October 15, 2014, 06:57 (GMT) |
Bevel modifier: Add weight support for vertices bevelling. Nothing to say here, really, just a couple of lines to add to get it working... |
Revision d032094 by Dalai Felinto October 15, 2014, 00:16 (GMT) |
Fix for No Sudo option in install_deps.sh (typo in docs) |
|
|
|


Master Commits
MiikaHweb | 2003-2021