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-01-28Moved the Operators class from the 'freestyle' module to the 'freestyle.types...Tamito Kajiyama
2014-01-28Patch set by Folkert Vries (flokkievids) with respect to T37565-patch-v1.zip ...Tamito Kajiyama
2014-01-28Fix for a missing submodule in the top-level 'freestyle' module package.Tamito Kajiyama
2014-01-28Updated Freestyle API modules according to the new hierarchical package struc...Tamito Kajiyama
2014-01-28Reorganized the Freestyle Python API in a hierarchical package structure.Tamito Kajiyama
2014-01-28Bundle latest Libmv from upstreamSergey Sharybin
2014-01-28Bevel code cleanup: get rid of old 'ADJ' code.Howard Trickey
2014-01-28Followup to the previous commitSergey Sharybin
2014-01-28Code cleanup: remove references to svn and code styleCampbell Barton
2014-01-28Improvements to weighted tracks behaviorSergey Sharybin
2014-01-28Fixes for keyframe selectionSergey Sharybin
2014-01-28Theme: update ubuntu and blender2.4x tab colorsCampbell Barton
2014-01-28Rework detector API and implement Harris detectorSergey Sharybin
2014-01-28Compilation fix for SConsSergey Sharybin
2014-01-28Code cleanup: more preprocessor indentationSergey Sharybin
2014-01-28Code cleanup: indentation of interior preprocessorSergey Sharybin
2014-01-28audaspace: use new libavcodec audio encoding API where availableAnton Khirnov
2014-01-28libavformat API usage: use avformat_close_input() instead of av_close_input_f...Anton Khirnov
2014-01-28libavformat API usage: use avg_frame_rate instead of r_frame_rateAnton Khirnov
2014-01-28libavcodec API usage: use new video encoding APIAnton Khirnov
2014-01-28Change libavcodec CODEC_ID_* to AV_CODEC_ID_*Anton Khirnov
2014-01-28Fix T37673: Ray casting could fail with 0 collision marginsSergej Reich
2014-01-28BGE: remove freestyle from stubs, all functions were out of useCampbell Barton
2014-01-28Identified the freestyle stubs breaking pragma GCC diagnostic error "-Wmissin...Jens Verwiebe
2014-01-28Correct typo in the patch file as wellSergey Sharybin
2014-01-27Fix compilation on Windows, syntax error.Thomas Dinges
2014-01-27OSX/scons: fix own error in last commit and do a cleanupJens Verwiebe
2014-01-27Attempt to fix compilation error with MSVC-2008Sergey Sharybin
2014-01-27Revert the removal of Blender Internal Edge rendering, after artist feedback.Thomas Dinges
2014-01-27OSX/scons: consequently make use of the recently introduced C_COMPILER_ID and...Jens Verwiebe
2014-01-27OSX/scons: fix gnu gcc compile by using clang assembler ( openMP builds)Jens Verwiebe
2014-01-27Fix player compile in scons and disable -Wmissing-prototypes for Apple atm.Jens Verwiebe
2014-01-27Revert recent OpenEXR cmake/linux fix and earlier OS X fix to use GCC for AVX.Brecht Van Lommel
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-27Buildbot OS X: compile with clang instead of GCC.Brecht Van Lommel
2014-01-27Use includes for blenderplayer stubsCampbell Barton
2014-01-27Fix incorrect externCampbell Barton
2014-01-27Attempt to fix T38373: cmake linux build failure with OpenEXR.Brecht Van Lommel
2014-01-27Fix T38355: Crash with Shader Node Group with missing datablock,Lukas Tönne
2014-01-27Update Carve to latest updateSergey Sharybin
2014-01-27patch by liblib (lid b)Martijn Berger
2014-01-27Implement clipboard for mask splinesSergey Sharybin
2014-01-27Code Cleanup: de-duplicate nested node tree checkingCampbell Barton
2014-01-27Fix clip editor interface being broken by a71f072Sergey Sharybin
2014-01-27patch by Mihai Melinescu: boost hardcoded MSVC12Martijn Berger
2014-01-27UI: Fix for icon-only menus too small click-able areaCampbell Barton
2014-01-27UI: Replace +/- menus with collapsible onesCampbell Barton
2014-01-27Build System: icon files now depend on UI_icons.h for CMakeCampbell Barton
2014-01-27Curves: save active point to fileKevin Mackay
2014-01-27.gitignore: Adding CMakeLists.txt.user for QtCreator users.Mitchell Stokes