Revision e93990d by Joshua Leung December 5, 2014, 01:14 (GMT) |
Bugfix T42697: Hiding/unhiding NLA strip doesn't update the 3D Viewport The Toggle Muting operator was missing code to tag the animation to get recalculated. This was also missing from a few other operators too, including Snap, and Add/Paste FModifiers . |
Revision abab4f1 by Joshua Leung December 5, 2014, 00:13 (GMT) |
Fix scons+mingw64 compiling - Ensure WITH_BF_CYCLES_LOGGING is defined and turned off |
Revision 030b694 by Joshua Leung December 4, 2014, 23:12 (GMT) |
To make Strokes Edit Mode a bit more "solid", Tab key can be used to toggle out of it |
Revision d87ff75 by Joshua Leung December 4, 2014, 23:12 (GMT) |
Selectmouse-drag now works to move GPencil verts |
Revision cf7bdb4 by Benoit Bolsee December 4, 2014, 22:55 (GMT) |
BGE VideoTexture: refresh() on ImageFFmpeg should have no effect. ImageFFmpeg objects will not refresh properly because the image file is closed immediately after creation. Therefore refresh() should have no effect on them. This was causing problems with ImageMix using ImageFFmpeg as sources: refreshing the ImageMix object is required to update the mix but it has the side effect of refreshing the underlying sources, hence the need to skip refresh on fixed images. |
Revision 226eb53 by Antonis Ryakiotakis December 4, 2014, 15:37 (GMT) |
Fix T41883 proxy sizes not correct. Really bad issue which meant code could fetch an image buffer from the stored cache and modify it. Generally sequence image buffers could come from the cache and should not be modified directly. Easily solved by scaling a copy of the original. |
Revision c57d9c0 by Sergey Sharybin December 4, 2014, 15:09 (GMT) |
Gray out keyframe selection option when modal solver is used |
Revision 8600dc6 by Sergey Sharybin December 4, 2014, 15:02 (GMT) |
Fix T42800: Blender suddenly closes after pressing solve camera motion Couple of issues: - Fist/last frame calculation was wrong - Keyframe selection might silently fail leading to unpredictable math errors all over the place. Now if keyframe selection fails solver wouldn't run. |
Revision 2f63700 by Sergey Sharybin December 4, 2014, 14:30 (GMT) |
Buildbot: Enable sm_52 for OSX This actually enables it in the darwin scons config, that's how it always used to be configured there. |
Revision 4fe2b45 by Sergey Sharybin December 4, 2014, 11:59 (GMT) |
Cycles: Fix compilation error after recent logging changes Forbid OSL from polluting current conext with obscure stuff from windows.h, it's not useful and unhealthy anyway. Maybe we sohuld also forbid using abbreviated Glog constants as well tho. |
Revision 12e9ccb by Lukas Toenne December 4, 2014, 11:46 (GMT) |
Cleanup and fix for uninitialized output buffer of the sunbeams node. Buffers should actually be cleared before running operations on them, but this doesn't work for some reason. Note also that the sunbeams node can show some creases and hard aliasing when the source point is close to a bright area with strong gradient. To fix this a better filtering algorithm, dithering or ray sampling would need to be implemented. In the meantime simply blurring the sunbeams result a bit should help (or simply avoid putting the source on a bright spot). |
Revision cf15147 by Bastien Montagne December 4, 2014, 10:18 (GMT) |
Cleanup: minor int->bool cleanup. |
Revision 2420a3c by Bastien Montagne December 4, 2014, 09:23 (GMT) |
Fix T42797: -Werror=sign-conversion Triggered in blf_glyph.c Very minor, but since it was reported... |
Revision 3c1d286 by Bastien Montagne December 4, 2014, 08:55 (GMT) |
Fix building on OSX when OMP is enabled. Reported by sebastian_k over IRC, thanks! |
Revision 409043c by Dalai Felinto December 3, 2014, 19:56 (GMT) |
GPU: code cleanup, no fundamental changes |
Revision a6bb564 by Antonis Ryakiotakis December 3, 2014, 19:20 (GMT) |
Another crappy mistake in VBO code. |
Revision 4afd5db by Antonis Ryakiotakis December 3, 2014, 18:49 (GMT) |
Only annoy coders with warnings, not users. |
Revision 8747187 by Antonis Ryakiotakis December 3, 2014, 18:22 (GMT) |
Fix really crappy bug after vertex array refactor commit, it used vertex arrays offset when VBOs were active and could cause a crash in driver. Thanks to Dalai again for finding this out. |
Revision 0762451 by Sergey Sharybin December 3, 2014, 18:04 (GMT) |
Cycles: Synchronize SCons with CMake in regard of logging |
Revision 9ae4583 by Sergey Sharybin December 3, 2014, 17:46 (GMT) |
Cycles: Enable logging by default Default configuration already includes libmv and glog, so all the dependencies are met. And logging is nice to have anyway. This wouldn't give any slowdown, because all the logging is silenced unless '--debug-cycles', plus no logging is done from the speed critical code. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021