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-10Fix const-correctness for a number of F-Curve functionsColin Basnett
2022-11-09Cancel Equalize Handles & Snap Keys when no control points are selectedColin Basnett
2022-09-28Cleanup: spelling in commentsCampbell Barton
2022-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-07-29Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-07-14Cleanup: Rename & refactor several F-curve functionsColin Basnett
2022-06-09FCurve: optimize search from an RNA path + index.Bastien Montagne
2022-06-03Cleanup: spelling in commentsCampbell Barton
2022-06-02Anim: Refactor 'F-curve from rna path' code.Bastien Montagne
2022-05-30Cleanup/simplify BKE_fcurve_find_by_rna_context_ui code.Bastien Montagne
2022-02-11File headers: SPDX License migrationCampbell 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-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-04RNA: support extracting names from paths without allocating memoryCampbell Barton
2021-09-01Cleanup: remove redundant strstr callsCampbell Barton
2021-07-21Cleanup: replace BLI_assert(test || !"text") with BLI_assert_msg(test, text)Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-02Cleanup: spelling in commentsCampbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-03Cleanup: use ascii characters instead of unicode where possibleCampbell Barton
2021-04-09Cleanup: use our own code style for doxy-gen comment blocksCampbell Barton
2021-03-26Animation: add BKE_fcurves_calc_keyed_frames utilityCampbell Barton
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2020-11-28Fix some naming and comments in F-Curve smoothing code.Alexander Gavrilov
2020-11-23Animation: New Euler filter implementationSybren A. Stüvel
2020-11-10Animation: Expand unit tests for `BKE_fcurve_active_keyframe_index()`Sybren A. Stüvel
2020-11-10Merge remote-tracking branch 'origin/blender-v2.91-release'Sybren A. Stüvel
2020-11-10Animation: More explicit boundary checks when setting active keyframeSybren A. Stüvel
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-28Add a Un-Bake FCurves operatorSebastian Parborg
2020-10-26Cleanup: spellingCampbell Barton
2020-10-22Fix T81905: Active keyframe unavailable when handle selectedCampbell Barton
2020-10-20Cleanup: General comment style clean up of graph_edit.c and fcurve.cSebastian Parborg
2020-10-15Fix T81743: Changed behaviour in RGB Curves node interpolationSybren A. Stüvel
2020-10-13Cleanup: use BKE_fcurve_ prefix for keyframing bezier functionsCampbell Barton
2020-10-12Animation: fix assertion failure on unsetting active keyframeSybren A. Stüvel
2020-10-12Animation: enforce that the active keyframe is always selectedSybren A. Stüvel
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-07Fix T76595: Indicate the Active Keyframe in Graph EditorHans Goudey
2020-10-05Insert keyframes while preserving shape of curveSybren A. Stüvel
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-16Cleanup: spellingCampbell Barton
2020-09-15Fix T75881: Animation, limitation of Bézier HandlesTonyG
2020-09-15Cleanup: FCurve, comments should be sentencesTonyG
2020-09-09Cleanup: reduce variable scopesJacques Lucke
2020-09-02Cleanup: use bool instead of int in various placesJacques Lucke