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
AgeCommit message (Expand)Author
2014-09-27Fix T41974: blender ships vulnerable minilzo versionKévin Dietrich
2014-09-27Cleanup: typoCampbell Barton
2014-09-27Tracking: Make sure INC_SYS is always fineSergey Sharybin
2014-09-27Add Face Region to 'Select-Similar' menuCampbell Barton
2014-09-27Comments: clarify BMLoopCampbell Barton
2014-09-26Tracking: Cleanup of the bundler scriptSergey Sharybin
2014-09-26Fix View3d background image display aspectCampbell Barton
2014-09-26CleanupCampbell Barton
2014-09-26Fix ocmpilation error with strict flags after the recent commitSergey Sharybin
2014-09-26BMesh: select similar regionsCampbell Barton
2014-09-26Fix T41956, Soften brush does not workAntony Riakiotakis
2014-09-26Fix T41962: Command-line without specified filename doesn't rendersSergey Sharybin
2014-09-26Tracking: Some minor improvements to copy-pasteSergey Sharybin
2014-09-26Tracking: Add shortcuts for the copy-paste as wellSergey Sharybin
2014-09-26Fix for missing shortcuts for mask copy/pasteSergey Sharybin
2014-09-26Fix T41961: Crash by Copy n Paste splines to new mask without layerSergey Sharybin
2014-09-26SCons: Don't compile libmv stub when libmv is actually enabledSergey Sharybin
2014-09-26Cycles: Keep STACK_MAX_HITS private in kernel_shadowSergey Sharybin
2014-09-26Fix for missing initialization of Freestyle RenderData parameters for new sce...Tamito Kajiyama
2014-09-26Cleanup: unusedCampbell Barton
2014-09-26Code style.Thomas Dinges
2014-09-26Fix the skin modifier crashing when building without Bullet.Brecht Van Lommel
2014-09-26OpenNL: modify SuperLU to use doubles rather than floats, for better precision.Brecht Van Lommel
2014-09-26Fix use of uninitialized variable in mesh_get_mapped_verts_coords.Brecht Van Lommel
2014-09-26Fix build errors in atomic ops and warning in aligned malloc on OS X.Brecht Van Lommel
2014-09-26OpenGL fix: GL_COLOR_ARRAY is client stateAntony Riakiotakis
2014-09-26Cycles: Keep ccl_always_inline always inlining the stuffSergey Sharybin
2014-09-25Cycles: Accidentally inverted the logic of NDEBUG macroSergey Sharybin
2014-09-25Cycles: Better feedback about experimental features being usedSergey Sharybin
2014-09-25Guardedalloc: Implement atomic peak memory updateSergey Sharybin
2014-09-25Atomics: Add CAS (compare-and-swap) functionsSergey Sharybin
2014-09-25Cycles: Fix for the MSVC which doesn't have default osteram constructorSergey Sharybin
2014-09-25Cycles: Make CUDA backend aware of sm_52 (Maxwell).Thomas Dinges
2014-09-25Cycles: Add support for cameras inside volumeSergey Sharybin
2014-09-25Fix T39823: SSS scatter doesn't update volume stack, causing shading artifactsSergey Sharybin
2014-09-25Expose show brush property for UV sculpting.Antony Riakiotakis
2014-09-25Fix previous commit rB34abb614f1344a6, which broke addons translations.Bastien Montagne
2014-09-25Cycles: Add method to dump current shader graph to the graphiz fileSergey Sharybin
2014-09-25Cycles: Don't inline functions for debug CPU kernelSergey Sharybin
2014-09-25Cycles: Add support of Glog loggingSergey Sharybin
2014-09-25Tracking: Decouple C-API module into more granular filesSergey Sharybin
2014-09-25Fix ghash comparator used by translationSergey Sharybin
2014-09-25Quick Smoke: Only generate Fire/Smoke Nodes when actually used, this is a bit...Thomas Dinges
2014-09-25Update Ceres to latest upstream versionSergey Sharybin
2014-09-25Tracking: Enable Schur specializationsSergey Sharybin
2014-09-25BMesh: type-check iterator data argumentCampbell Barton
2014-09-25Type checking macro: CHECK_TYPE_ANYCampbell Barton
2014-09-25Move typecheck macros into own headerCampbell Barton
2014-09-25GHash: use bool for comparison (simplify compare)Campbell Barton
2014-09-24OSX: ensure windows are restored at their saved position,Jens Verwiebe