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-26Fix: set more UI colors to PROP_COLOR_GAMMAPhilipp Oeser
2022-07-19Animation RNA: Add `clear()` method to FCurveKeyframePointsColin Basnett
2022-07-14Cleanup: Rename & refactor several F-curve functionsColin Basnett
2022-05-31RNA: add macros for EnumPropertyItem layout elementsCampbell Barton
2022-05-25Cleanup: Add more const'ness to RNA API.Bastien Montagne
2022-03-03i18n: Fix more potential contextual issues with "Back" UI label.Bastien Montagne
2022-02-20UI: Do not include the text stating an enum item is the defaultAaron Carlisle
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-18Cleanup: spelling in commentsCampbell Barton
2021-12-17Fix T94116: Drivers can have multiple variables with same nameSybren A. Stüvel
2021-08-05Cleanup/Fix RNA array length accessors returning non-zero values in invalid c...Bastien Montagne
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-30Fix T89535: FCurve.mute UI text wrongPhilipp Oeser
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-05-04Fix T87935: allow library overrides on NLA/FCurve modifiersSybren A. Stüvel
2021-04-30LibOverride: Make drivers' 'mute' flag overridable.Bastien Montagne
2021-02-24UI: Cleanup and fix labels and descriptions in various placesYevgeny Makarov
2021-02-19UI: FModifier layout updates, drag and dropHans Goudey
2020-12-28Cleanup: UI messages fixes.Bastien Montagne
2020-12-24UI: Cleanup spelling of compound wordsYevgeny Makarov
2020-12-24Cleanup: Fix capitalization in various UI stringsYevgeny Makarov
2020-12-15RNA: disallow negative fcurve data-path array indexCampbell Barton
2020-11-16Fix T82519: Adding 2nd driver doesn't recalculateFabrício Luis
2020-11-12Fix T81813: Keyframe handles don't follow keyframesWayde Moss
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-28Cleanup: Animation, fix commentsSybren A. Stüvel
2020-09-28Cleanup: Animation, remove unused parameter from anim tagging functionSybren A. Stüvel
2020-09-25Fix T81155: Keyframe.select_control_point True when unselectedCampbell Barton
2020-08-06UI: Fixes and small improvements to some labels and UI messagesYevgeny Makarov
2020-06-25Cleanup: spellingCampbell Barton
2020-06-05Code Cleanup: fcurve function namingJeroen Bakker
2020-05-15Merge branch 'blender-v2.83-release'Bastien Montagne
2020-05-15Fix T76740: Static Override - Library Override CrashBastien Montagne
2020-05-01Cleanup: moved drivers to BKE_fcurve_driver.h / fcurve_driver.cSybren A. Stüvel
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-10-02Implement a user preference for the default Auto Handle Smoothing mode.Alexander Gavrilov
2019-09-03Drivers: support decomposing rotation into swing followed by twist.Alexander Gavrilov
2019-09-02Drivers: add separators to the Transform Channel type enum menu.Alexander Gavrilov
2019-09-01Copy Rotation & Transform: add Euler order override options.Alexander Gavrilov
2019-08-31Drivers: support accessing Quaternion rotation channels.Alexander Gavrilov
2019-08-31Drivers: support explicit euler rotation order for transform channels.Alexander Gavrilov
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-06-15Cleanup: Rename: Static Override -> Library Override.Bastien Montagne
2019-06-03Cleanup: style, use braces in RNACampbell Barton
2019-05-22RNA: fix missing depsgraph update tagging in FCurve methods.Alexander Gavrilov
2019-05-20Cleanup: reorder report argument for pointer assignmentCampbell Barton
2019-05-17Python: Raise an error even NO_MAIN data is assigned to objectSergey Sharybin