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
2022-01-06Cleanup: anim, remove `const` declarations from pass-by-value paramsSybren A. Stüvel
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-05-12NLA: Extract ..get_inverted_upper_snapshot()Wayde Moss
2021-02-17Fix: NLA Blends Non-Animated Upper Channel ValuesWayde Moss
2021-02-06NLA: Refactor Transition, Use Snapshot Blend FuncWayde Moss
2021-02-04NLA: Extract nlasnapshot_blend()Wayde Moss
2021-01-15Nla: Rename NlaEvalChannel->valid to domainWayde Moss
2020-12-21Nla Refactor: Better blend function parm namingWayde Moss
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-20T77086 Animation: Passing Dependency Graph to DriversSybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-02Cleanup: make remaining blenkernel headers work in C++Jacques Lucke
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-07-31Animation: Remove depsgraph argument from a lot of APISergey Sharybin
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-14NLA: implement a new blending mode that intelligently combines actions.Alexander Gavrilov
2019-01-05NLA: rewrite evaluation channel data structures.Alexander Gavrilov
2018-12-14NLA: insert keyframes correctly for strips with non-Replace mode.Alexander Gavrilov
2018-11-12Remove AnimMapper: it has been left unimplemented for almost ten years.Alexander Gavrilov
2018-11-07NLA: use animsys_write_orig_anim_rna when applying NLA stack results.Alexander Gavrilov
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-05-31Animation: Pass dependency graph to animation systemSergey Sharybin
2013-03-22correct enums which were in fact variables defined in headers.Campbell Barton
2012-10-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2010-02-12correct fsf addressCampbell Barton
2009-07-12SVN maintenance.Guillermo S. Romero
2009-07-07NLA SoC: Meta Strips + F-Modifiers Joshua Leung
2009-07-07NLA SoC: Recoded way that Meta-Strips are EvaluatedJoshua Leung
2009-06-28NLA SoC: NLA Mapping Cleanup Joshua Leung
2009-06-23NLA SoC: Big Commit - Restored NLA-Mapping Corrections Joshua Leung