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-10-07Cleanup: redundant parenthesisCampbell Barton
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-07-29Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-06-03Cleanup: spelling in commentsCampbell Barton
2022-05-13Cleanup: spelling in comments, capitalize tagsCampbell Barton
2022-04-20Cleanup: spelling in commentsCampbell Barton
2022-04-14NLA: Keyframe Remap Through Upper StripsWayde Moss
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-02-14Merge branch 'blender-v3.1-release'Bastien Montagne
2022-02-14Fix T95601: Missing handling of keyingsets ID pointers in lib_query/foreach_i...Bastien Montagne
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-07Curves: Rename "Hair" types, variables, and functions to "Curves"Hans Goudey
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