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
2017-04-05Cleanup: Get rid of legacy depsgraph header fileSergey Sharybin
2016-08-16Fix depsgraph to compute more accurate links for collision & force.Alexander Gavrilov
2016-02-03Fix T47266: Blender crashes from Scripted Expression in DriverSergey Sharybin
2014-04-04Fix crash happening in DAG_pose_sort() due to threading issuesSergey Sharybin
2014-01-17Code Cleanup: spellingCampbell Barton
2014-01-13Fix T38139: Objects which are in cyclic dependency are not updatedSergey Sharybin
2014-01-13Remove direct displist creation from curve deformSergey Sharybin
2014-01-09Code cleanup: remove WIP code came from the GSoC branchSergey Sharybin
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-04-03code cleanup: unused functionsCampbell Barton
2013-03-04code cleanup: unused vars in collada, preprocessor formatting & warning in mi...Campbell Barton
2013-02-26Dependency Graph: refactoring to move private functions to the private header,Brecht Van Lommel
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-12-24replace u_int64_t with cc99's uint64_t as suggested by Nicholas Bishop.Campbell Barton
2011-12-24change customdata mask from an 'unsigned int' to an 'u_int64_t', since BMesh ...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-06-15Fix #27654: vertex parenting not working with constructive modifiers.Brecht Van Lommel
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-10-19use unsigned int for all layers.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-06-202.5Brecht Van Lommel
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-04-15Bug #8950: dependency cycles weren't always printed correct. ForBrecht Van Lommel
2006-11-01Bugfix #5038Ton Roosendaal
2005-09-24 - assorted warning fixes (signedness, float->double)Daniel Dunbar
2005-07-03Result of 2 weeks of quiet coding work in Greece :)Ton Roosendaal
2005-05-01fix 'no newline at end of file' warningsStephen Swaney
2005-05-01Dependency graph patch, provided by Jean-Luc Peuriere.Ton Roosendaal