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
2020-04-03Cleanup: split `BKE_anim.h` and `anim.c` into smaller piecesSybren A. Stüvel
2020-03-02Cleanup: make remaining blenkernel headers work in C++Jacques Lucke
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: move motion paths into editors/animationCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-12Fix T61469: wrong object statistics when using instances.Brecht Van Lommel
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-02Cleanup: remove author/date info from doxy headersCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-09-14Motion Paths: interactively update current frame location while dragging.Brecht Van Lommel
2018-09-14Fix object motion paths not updating correct after filtering optimization.Brecht Van Lommel
2018-09-04Cleanup: remove legacy layer and dupli code.Brecht Van Lommel
2018-06-06Depsgraph: remove legacy code for dupli group updates.Brecht Van Lommel
2018-06-01T54991: Restore support for Motion Path drawing in 2.8Joshua Leung
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2017-11-20Avoid passing context to motion path calculationCampbell Barton
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2015-04-02Fix T44183 particles in linked group offset from objectAntony Riakiotakis
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2014-07-09Fix T40164: Linking a Group of linked Groups don't take Dupli VisibilityLukas Tönne
2014-04-29Fix T39942: Displacement of group instance objects when switching to textured...Sergey Sharybin
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-08-19Made curves almost thread-safeSergey Sharybin
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2012-10-05Cycles: add "From Dupli" option for texture coordinate node. This gets theBrecht Van Lommel
2012-09-11fix [#29616] Crash/infinite loop from missing cyclic check in group/dupligrou...Campbell Barton
2012-09-04code cleanup: curve path calculationCampbell Barton
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-01minor cleanup made while looking into bug report (having vector size in comme...Campbell Barton
2011-11-12Bugfix [#29125] Motion paths odd behaviourJoshua Leung
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-10fix bad svn ID tagsCampbell Barton
2011-10-10header cleanup (no functional changes)Campbell Barton
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2010-08-04include cleanup, no functional changesCampbell Barton
2010-04-21option to use curve point weights to influence particle effectors.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-19Motion Paths - (Part 3) Operators, Drawing, and FixesJoshua Leung
2010-01-08Animation Visualisation Cleanups - Part 2:Joshua Leung
2010-01-01Cleanup of MotionPaths+Ghosts (AnimViz) - Part 1Joshua Leung
2009-09-22Manual merge of soc-2009-kazanbas branch:Arystanbek Dyussenov
2009-09-12new struct PathPoint for each path element (replaces float[4]), Paths now sto...Campbell Barton
2009-06-19Moved struct DupliObject to DNA_object_types.h.Arystanbek Dyussenov
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-01-22Render instancing can now also handle the same object in multiple,Brecht Van Lommel