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-09-23Fix T101109: Animation on nodes problems when dealing with Node GroupsPhilipp Oeser
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-07-29Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-02-21Merge remote-tracking branch 'origin/blender-v3.1-release'Sybren A. Stüvel
2022-02-21Fix T95596: Crash in versioning of node animationSybren A. Stüvel
2022-02-11Fix compile warnings.Jeroen Bakker
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-07Curves: Rename "Hair" types, variables, and functions to "Curves"Hans Goudey
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-10-29LibQuery: Add macro to help break looping when requested.Bastien Montagne
2021-10-26Cleanup: LibQuery: Rename `BKE_LIB_FOREACHID_PROCESS` to `BKE_LIB_FOREACHID_P...Bastien Montagne
2021-07-09Cleanup: rename BKE_animdata_{add=>ensure}_idCampbell Barton
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-05-14Cleanup: spelling, rename metas to meta-strips / meta-ballsCampbell Barton
2021-05-04Animation: correct active track/strip pointers after copying NLA tracksSybren A. Stüvel
2021-04-09Cleanup: use our own code style for doxy-gen comment blocksCampbell Barton
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-12-10Cleanup: rename BLI_strescape to BLI_str_escapeCampbell Barton
2020-10-15Fix T81580: No doversion for Emission StrengthDalai Felinto
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-10-07Refactor `BKE_id_copy_ex` to return the new ID pointer.Bastien Montagne
2020-10-07IDTypeInfo: add flag to indicate that ID has no animation dataJacques Lucke
2020-10-01Fix T81267: bad handling of usercount for actions duplicated with some animdata.Bastien Montagne
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-29Cleanup: spellingCampbell Barton
2020-09-28Fix T81214: Crash on Action constraint without actionSybren A. Stüvel
2020-09-25Animation: set Action `idroot` at assignment instead of just at evaluationSybren A. Stüvel
2020-09-25Cleanup: animation, deduplicate "can edit action" logicSybren A. Stüvel
2020-09-25Cleanup: document and simplify `BKE_animdata_set_action()`Sybren A. Stüvel
2020-09-24Fix T80874: Actions inside NLA Strips are not copied to buffer/appendSybren A. Stüvel
2020-09-19Cleanup: use parenthesis for if statements in macrosCampbell Barton
2020-08-28Cleanup: improve function namesJacques Lucke
2020-08-21Refactor: move animdata code from blenloader to blenkernelJacques Lucke
2020-08-06Fix T79408: ungroup operation update animation data incorrectlyJacques Lucke
2020-07-09Implement T77959: Never duplicate linked data during deep-copy.Bastien Montagne
2020-07-03Cleanup: Blendkernel, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-06-17ID Duplicate: uniformize Action duplication.Bastien Montagne
2020-06-10Enable (deep) copy of overrides.Bastien Montagne
2020-06-05Code Cleanup: fcurve function namingJeroen Bakker
2020-05-26Fix/refactor foreach_id handling of animdata.Bastien Montagne
2020-05-01Cleanup: moved drivers to BKE_fcurve_driver.h / fcurve_driver.cSybren A. Stüvel
2020-04-20Simulations: Add new simulation data blockJacques Lucke
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel