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-07-29Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-04-11Cleanup: malformed C-style comment blocks, spellingCampbell Barton
2022-03-21UI: Use title case for labelsHans Goudey
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-11-08Fix T92043: Relax/Push Pose does nothing for quaternion rotation.Alexander Gavrilov
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-10-12Cleanup: spelling in commentsCampbell Barton
2021-10-04Cleanup: `Neighbour` -> `Neighbor`. and other minor UI messages fixes.Bastien Montagne
2021-09-22Animation: Pose Slide Operator - Blend to NeighbourChristoph Lendenfeld
2021-09-14Fix T89027: "factor" field in pose breakdowner not updatedChristoph Lendenfeld
2021-09-10Anim: Keylist drawing optimization by using arrays.Jeroen Bakker
2021-08-06Cleanup: use const result in `ED_keyframes_find_*` functions.Jeroen Bakker
2021-08-03Cleanup: Hide implementation details for ED_keyframe_keylist.Jeroen Bakker
2021-07-26Fix: Instantly hide bones after hitting H key in pose slidingChristoph Lendenfeld
2021-07-24Fix: Remove automatic hiding of bones when using the pose sliderChristoph Lendenfeld
2021-07-23Animation: Generic Slider implementationChristoph Lendenfeld
2021-07-19Cleanup: Separate keyframes_draw and keyframes_keylist.Jeroen Bakker
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-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-13Cleanup: remove redundant NULL check, reduce scopeCampbell Barton
2021-06-11Cleanup: use sentences for pose slide commentsCampbell Barton
2021-06-11Cleanup: pose slider rename region to region_headerChristoph Lendenfeld
2021-06-11Cleanup: pose slider use enum typesChristoph Lendenfeld
2021-06-11Cleanup: pose slider use strncpyChristoph Lendenfeld
2021-06-11Cleanup: pose slider data typesChristoph Lendenfeld
2021-06-11Cleanup: pose slider rename "percentage" to "factor"Christoph Lendenfeld
2021-06-10Fix T88546: Pose slider typed input not workingChristoph Lendenfeld
2021-05-17Cleanup: remove commented code, use function to access header regionCampbell Barton
2021-05-17Cleanup: clang-formatCampbell Barton
2021-05-14Animation: Pose sliding tools improvementsChristoph Lendenfeld
2021-03-08Cleanup: use ofs instead of offs as an abbreviation for offsetCampbell Barton
2021-02-05Cleanup: outdated/unhelpful commentsCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-27UI: Fix incorrect RNA percentage property definitionsHans Goudey
2021-01-09Cleanup: use bool arguments & variablesCampbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-13Cleanup: use BKE_fcurve_ prefix for keyframing bezier functionsCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-08-01Cleanup: spelling (initialized)Campbell Barton
2020-07-03Cleanup: Editors/Armature, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-05-18Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-18Fix T76852: Breakdowner remembers limits last usedCampbell Barton
2020-04-23Made pose push/relax to breakdown behave smooth on rotationsSebastian Parborg
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: Resolve HKEY conflictRay Molenkamp