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-11-02Cleanup: spelling in commentsCampbell Barton
2022-10-29NLA: Push down Action names the Track after the ActionSybren A. Stüvel
2022-10-22Fix T101930: NLA Actions Stash remove doesn't work on overriden linked data.Bastien Montagne
2022-10-10Cleanup: NLA transforms, simplify `recalcData_nla()`Thibault de Villèle
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-12Fix T100918: change min value for NLAStrip startThibault de Villèle
2022-07-05Cleanup: NLA, reformatting codeSybren A. Stüvel
2022-07-05NLA: change behavior of 'Frame Start' / 'End' slidersThibault de Villèle
2022-06-21NLA: when searching for active track/strip, shortcut when none is activeSybren A. Stüvel
2022-06-21Fix 2 for T98700: Crash when recursively nesting NLA meta stripsSybren A. Stüvel
2022-06-21NLA: update comment to reflect the current implementationSybren A. Stüvel
2022-06-21NLA: add `BLI_assert_msg()` to check for assumptionSybren A. Stüvel
2022-06-14Fix T98700: Regression: Crash when recursively nesting NLA meta stripsSybren A. Stüvel
2022-05-23Fix T98196: Crash when moving tweaked NLA strip with empty track belowSybren A. Stüvel
2022-04-29NLA: Key influence when pushing down to NLASybren A. Stüvel
2022-04-14NLA: Keyframe Remap Through Upper StripsWayde Moss
2022-04-08NLA: Remove Hold resetting between Hold_Forward BehaviorSybren A. Stüvel
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-12-06Fix T93707: Dragging the tweaked NLA strip causes crashSybren A. Stüvel
2021-11-24Animation: allow marking actions as cyclic for Cycle-Aware Keying.Alexander Gavrilov
2021-11-24Animation: allow manually setting the intended playback range for actions.Alexander Gavrilov
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-09-29Cleanup: use C comments for plain textCampbell Barton
2021-08-26Cleanup: Use `ID_IS_LINKED` instead of direct `id.lib` pointer check.Bastien Montagne
2021-08-26Cleanup: use C style comments for descriptive textCampbell Barton
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell 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
2021-01-13Cleanup: spellingCampbell Barton
2021-01-12Fix NLA liboverride issues re tracks handling.Bastien Montagne
2020-12-15Cleanup: doxy comments (use colon after parameter name)Campbell Barton
2020-12-15NLA: Action Strip Defaults Sync Length OnWayde Moss
2020-12-08LibOverride: Add initial support for adding new NLA tracks.Bastien Montagne
2020-11-17Fix T82774: NLA Sync Length Typo FixWayde Moss
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-24Cleanup: NLA, refactor condition, use early returnSybren A. Stüvel
2020-09-16NLA: Always Show All StripsWayde Moss
2020-09-10Cleanup: spellingCampbell Barton
2020-08-28Cleanup: improve function namesJacques Lucke
2020-08-21Refactor: move nla code from blenloader to blenkernelJacques Lucke
2020-08-20NLA: Fix strip Sync Length moving animation dataWayde Moss
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-05Code Cleanup: fcurve function namingJeroen Bakker
2020-06-05CleanUp: Introduce BKE_fcurve_createJeroen Bakker
2020-05-26Fix/refactor foreach_id handling of animdata.Bastien Montagne