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
2013-02-28fix for linking with recent armature refactor, was also missing file from CMa...Campbell Barton
2013-02-24BGE: Removing the source files for the PHY interfaces since they just contain...Mitchell Stokes
2013-02-23WITH_PYTHON_FRAMEWORK cmake option for OSXDalai Felinto
2013-02-22Remove extern_ssba workaroundSergey Sharybin
2013-02-20Made ldl code a part of extern_ssba library, otherwise gcc fails toSergey Sharybin
2013-02-20Fix #34299: Motion Tracking 20x slower under WindowsSergey Sharybin
2013-02-19patch [#34320] Cross compiling with mingw-w64 on ubuntuCampbell Barton
2013-02-14misc changesCampbell Barton
2013-02-11Command line argument '--python' wasn't working as documented since a long ti...Campbell Barton
2013-02-11style cleanup: also some typosCampbell Barton
2013-02-07when using blender as a python module, force factory-startupCampbell Barton
2013-02-06some fixes for building blender as a python module again (wip, more work need...Campbell Barton
2013-02-02style cleanupCampbell Barton
2013-02-01make WITH_HEADLESS build again.Campbell Barton
2013-02-01Move opencl and reigidbody from source/blender/ to intern/Sergey Sharybin
2013-01-31replace BLI_make_file_string with BLI_join_dirfile since its much more simple...Campbell Barton
2013-01-31write all crashlogs into the temp directory (not next to blend files).Campbell Barton
2013-01-23make bullet optional againCampbell Barton
2013-01-23rigidbody: Add rigidbody moduleSergej Reich
2013-01-19fix for building with BSD & MinGW.Campbell Barton
2013-01-17include svn revision in the crash log, also free smoothview on the off-chance...Campbell Barton
2013-01-13Add terminate call for crash handler for windows. Also add inactive codeAntony Riakiotakis
2013-01-12code cleanup: style and replace (float)sin, (float)cos with sinf, cosfCampbell Barton
2013-01-11win32 has no kill, force crash for now, perhaps windows devs can do this more...Campbell Barton
2013-01-11code cleanup: warnings, also add check in crash handler that a wmWindowManage...Campbell Barton
2013-01-11include a stacktrace in the crashlog text written by the segfault handler.Campbell Barton
2013-01-10add a segfault handler that writes out the info log into a crash file alongsi...Campbell Barton
2013-01-03fix [#33682] Animation not updated when the active shape index isnt setCampbell Barton
2013-01-03add option WITH_SYSTEM_BULLET to link against the bullet installation found o...Campbell Barton
2012-12-30Import the RangeTree library into externNicholas Bishop
2012-12-29style cleanupCampbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-11-27OSX/scons: introducing and testing an unexported_symbols_list to prevent clas...Jens Verwiebe
2012-11-27Mark boost symbols as localSergey Sharybin
2012-11-26Switch windows to python 3.3Sergey Sharybin
2012-11-26code cleanup: doxy comment corrections and correct own typo animation player ...Campbell Barton
2012-11-22Fix 33149: LLVM caused startup crash on linux systems using Mesa llvmpipe.Brecht Van Lommel
2012-11-18move source/darwin into release/darwin since these files are for osx packaging.Campbell Barton
2012-11-17fix for 'Playanim' playing past the last frame of an animation. also print -s...Campbell Barton
2012-11-15Windows OIIO:Thomas Dinges
2012-11-15Cycles OSL: windows build system changes to support static OSL/OIIO.Brecht Van Lommel
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-14Cycles OSL: windows build fixes.Brecht Van Lommel
2012-11-11Replacing gettext i18n backend by boost::locale one.Bastien Montagne
2012-11-03Cycles OSL: refactoring and fixesBrecht Van Lommel
2012-10-27add --debug-handlers so --debug-events isnt so noisy.Campbell Barton
2012-10-22remove LOD_Decimator (c++ decimator), now replaced by bmesh decimator. also r...Campbell Barton
2012-09-25Boost directories were not properly configured to vc2010.Alexander Pinzon
2012-09-24OSX/osl: add install of shader headers needed for osl_nodes compileJens Verwiebe
2012-09-16Enable OpenColorIO for MinGW64 build targetsAntony Riakiotakis