Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
AgeCommit message (Expand)Author
2012-07-12OSX: make the progressbar in dock a gradient, to give it a more matching 3D a...Jens Verwiebe
2012-07-11Patch #32074: Fix compilation with boost 1.50Sergey Sharybin
2012-07-11patch [#30274] XIM improvement (non-latin support + connection recovery)Campbell Barton
2012-07-10Improved cache management for movie clips from tomato branchSergey Sharybin
2012-07-10rename raskter kdtree files to be less genericCampbell Barton
2012-07-10fix: inline to __inline in raskter.c for msvcPeter Larabell
2012-07-10some code refactors in raskter.c to sync it with build where mask tiling is b...Peter Larabell
2012-07-10fix warnings/errors in recent raster commit.Campbell Barton
2012-07-10updating raskter to support tiles compositor. this commit puts in some ground...Peter Larabell
2012-07-09fix/workaround for cycles crash packing bvhCampbell Barton
2012-07-08Fix for error from grumpy gcc in "over-warning" mode. Must explicitely cast u...Bastien Montagne
2012-07-08correct use of __attribute__((nonnull))Campbell Barton
2012-07-08code cleanup: quiet uninitialized memory use warning for X11 - harmless in th...Campbell Barton
2012-07-08use gcc attrubutes to warn on unused return values and arguments which should...Campbell Barton
2012-07-08use alloc_size attribute for guarded alloc functions with gcc.Campbell Barton
2012-07-05fix for error in own recebt commit, broke mask feathering. Campbell Barton
2012-07-05Doxygen cleanupNicholas Rishel
2012-07-05code cleanup: remove Python.h include from blenkernel.Campbell Barton
2012-07-04fix for crash with zero area mask.Campbell Barton
2012-07-04style cleanupCampbell Barton
2012-07-04More spell checking.Bastien Montagne
2012-07-04spelling cleanup: metre -> erCampbell Barton
2012-07-04cycles changes:Campbell Barton
2012-07-03fix for smoke writing uninitialized values to pointcache, not a big deal sinc...Campbell Barton
2012-07-02Smoke Bugfix: Turbulence was removed.Daniel Genrich
2012-07-02Bugfix for wrong / bad vorticity forming weird banding on the y and z axis. Daniel Genrich
2012-07-01style cleanupCampbell Barton
2012-07-01style cleanup: commentsCampbell Barton
2012-06-28code cleanup: compile with clang and quiet some warnings.Campbell Barton
2012-06-28committed debug memcount by accidentCampbell Barton
2012-06-28option so operators can be executed with undo enabled (and redo).Campbell Barton
2012-06-27style cleanup: header comments, use more doxy compat formattingCampbell Barton
2012-06-27style cleanup: also some spelling correction.Campbell Barton
2012-06-25Fix cycles not working in 3d local view, and missing update when toggling hidingBrecht Van Lommel
2012-06-25Guardedalloc/C++: delete is valid on a NULL pointer, add a check so MEM_freeNBrecht Van Lommel
2012-06-25Fix for cycles building with assertions on scons/windows.Brecht Van Lommel
2012-06-25the mutex struct seems to be different across systems, use memset rather then...Campbell Barton
2012-06-25more guardedalloc use in C++, also make compositorMutex a static var, was all...Campbell Barton
2012-06-25optionally use guarded alloc for tiles compositor, also replace allocation fu...Campbell Barton
2012-06-25Use own version of ff_update_cur_dts for FFmpeg >= 0.11, seemsSergey Sharybin
2012-06-24Mark some utility functions as static to avoid namespace conflictsSergey Sharybin
2012-06-24style cleanypCampbell Barton
2012-06-23rename WITH_BUILTIN_GLEW, WITH_SYSTEM_GLEW & negate.Campbell Barton
2012-06-21* Fix for the Cycles XML commit yesterday, blur_glossy has a different intern...Thomas Dinges
2012-06-21Cycles XML:Thomas Dinges
2012-06-20style cleanupCampbell Barton
2012-06-20Fix #31883: cycles vectors pass rendering crash with some render layers usingBrecht Van Lommel
2012-06-20style cleanupCampbell Barton
2012-06-18Reduce amount of deprecated symbols used from FFmpegSergey Sharybin
2012-06-17style cleanup:Campbell Barton