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-14Fix T95601: Missing handling of keyingsets ID pointers in lib_query/foreach_i...Bastien Montagne
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-10-14Cleanup: pass the sizeof(..) as the second arg for array allocationCampbell Barton
2021-08-12Fix T89805: NLA crash without active trackPhilipp Oeser
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-07-21Fix incorrect use of BLI_assert with error stringsCampbell Barton
2021-07-15Animation: add function to blend Action into poseSybren A. Stüvel
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell 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-12Cleanup: use our own code style for doxy-gen comment blocksCampbell Barton
2021-05-12NLA: Extract ..get_inverted_upper_snapshot()Wayde Moss
2021-04-09Cleanup: use our own code style for doxy-gen comment blocksCampbell Barton
2021-03-01Cleanup: rename some animation-related functionsSybren A. Stüvel
2021-03-01Cleanup: refactor `BKE_animsys_store_rna_setting()`Sybren A. Stüvel
2021-03-01Cleanup: remove superfluous `animsys_evaluate_action_ex()` callSybren A. Stüvel
2021-02-17Fix: NLA Blend Domain Enable All TypoWayde Moss
2021-02-17Fix: NLA Blends Non-Animated Upper Channel ValuesWayde Moss
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-02-06Fix: Disabled NLA Interferes with Action EvalWayde Moss
2021-02-06NLA: Refactor Transition, Use Snapshot Blend FuncWayde Moss
2021-02-05Fix T85380: NLA Evaluation Missing Null CheckWayde Moss
2021-02-04NLA: Fix nlasnapshot_blend() Misplaced Null CheckWayde Moss
2021-02-04NLA: Extract nlasnapshot_blend()Wayde Moss
2021-01-20Cleanup: spellingCampbell Barton
2021-01-15Nla: Rename NlaEvalChannel->valid to domainWayde Moss
2021-01-15NLA: Redundant NlaEvalChannel Valid Mask WriteWayde Moss
2021-01-15Nla Refactor: is_fcurve_evaluatable()Wayde Moss
2021-01-15Nla Refactor: Split animsys_evaluate_nla()Wayde Moss
2020-12-21Nla Refactor: Better blend function parm namingWayde Moss
2020-12-15Cleanup: type check failure, discarded-qualifiers warningsCampbell Barton
2020-12-15Nla Refactor: Blend functions explicit Div0 checkWayde Moss
2020-12-15Nla Refactor: nlaevalchan_validate_index_ex()Wayde Moss
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-09-19Cleanup: spellingCampbell Barton
2020-09-15Fix: NLA, transition to Meta Strip uses wrong timeWayde Moss
2020-09-10Refactor: move keyingset .blend I/O to blenkernelJacques Lucke
2020-08-26Logging: change error to warningJacques Lucke
2020-08-20Fix T63675: Keying outside NLA strip not possibleWayde Moss
2020-08-01Cleanup: spellingCampbell Barton
2020-07-20T77086 Animation: Passing Dependency Graph to DriversSybren A. Stüvel
2020-07-03Cleanup: Blendkernel, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-04-20Simulations: Add new simulation data blockJacques Lucke
2020-04-16Cleanup: unused variable warningPhilipp Oeser
2020-04-16Cleanup: remove unused scene argumentCampbell Barton
2020-04-15Cleanup: remove (unused) RNA update cachePhilipp Oeser
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