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-02-22Cleanup: clang-formatCampbell Barton
2022-02-14Fix T95601: Missing handling of keyingsets ID pointers in lib_query/foreach_i...Bastien Montagne
2022-01-06Cleanup: anim, remove `const` declarations from pass-by-value paramsSybren A. Stüvel
2022-01-06Correct error when moving doc-strings into headerCampbell Barton
2021-12-23Cleanup: remove BKE_animdata_driver_path_hackSybren A. Stüvel
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-07-15Animation: add function to blend Action into poseSybren A. Stüvel
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-03-11Cleanup: remove unnecessary `const` from function declarationSybren A. Stüvel
2021-03-01Cleanup: rename some animation-related functionsSybren A. Stüvel
2021-01-15Nla Refactor: Split animsys_evaluate_nla()Wayde Moss
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-15Fix T81580: No doversion for Emission StrengthDalai Felinto
2020-09-30Cleanup: sort struct declarationsCampbell Barton
2020-09-10Refactor: move keyingset .blend I/O to blenkernelJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-06Fix T79408: ungroup operation update animation data incorrectlyJacques Lucke
2020-07-20Animation: Fix MSVC warning about C incompatibility of `AnimationEvalContext`Sybren A. Stüvel
2020-07-20T77086 Animation: Passing Dependency Graph to DriversSybren A. Stüvel
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-04-16Cleanup: remove unused scene argumentCampbell Barton
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-04-03Cleanup: add missing #includes to some headersSybren A. Stüvel
2020-01-13Refactor: Make construction of resolved RNA path reusableSergey Sharybin
2019-11-29Refactor: Make animated RNA value read/write more reusableSergey Sharybin
2019-11-29Cleanup: Remove unused functionSergey Sharybin
2019-11-29Refactor: Add C++ guard code to headersSergey Sharybin
2019-11-26Anim: made object param of BKE_animdata_id_is_animated() constSybren A. Stüvel
2019-11-26Alembic export: don't assume transform is always animatedSybren A. Stüvel
2019-09-27Cleanup: structs, cmake file listsCampbell Barton
2019-09-25Fix T69573: Driver Value does not slide along the actual value in the Driver ...Sybren A. Stüvel
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-07-31Animation: Remove depsgraph argument from a lot of APISergey Sharybin
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-28Depsgraph: Keep objects which has animated visibilitySergey Sharybin
2019-02-18doxygen: add newline after \fileCampbell Barton
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-31Fix T59495, T59992, T59904, T59178, T60598: broken keyframed value editing.Brecht Van Lommel
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2019-01-14Keyframing: refactor insertion code to allow property-global NLA tweaks.Alexander Gavrilov
2019-01-08Typo fixesJoshua Leung
2018-12-14NLA: insert keyframes correctly for strips with non-Replace mode.Alexander Gavrilov
2018-11-23Return truth when animation fix changed animationSergey Sharybin
2018-11-14Merge branch 'master' into blender2.8Campbell Barton