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
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-04Merge branch 'blender-v2.90-release'Sergey Sharybin
2020-08-04Pose channel: Add session UUIDSergey Sharybin
2020-08-02Cleanup: pass const matricesCampbell Barton
2020-08-02Cleanup: pass const matricesCampbell Barton
2020-08-01Cleanup: spelling (initialized)Campbell Barton
2020-07-21Fix T78994: Clear selected pose doesn't work without animationHans Goudey
2020-07-20T77086 Animation: Passing Dependency Graph to DriversSybren A. Stüvel
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-07Cleanup: spellingCampbell Barton
2020-07-03Cleanup: Editors/Armature, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-01Cleanup: spellingCampbell Barton
2020-06-30Cleanup: spellingCampbell Barton
2020-06-24Cleanup: unused struct membersCampbell Barton
2020-06-23Transform: default to median center instead of boundsCampbell Barton
2020-06-18Cleanup: redundant parenthesisCampbell Barton
2020-06-17Cleanup: name mesh join functions using ED_{type} prefixCampbell Barton
2020-06-16Cleanup: unused headers, spellingCampbell Barton
2020-06-10Fix T77560: Bone selection crashesCampbell Barton
2020-06-05CodeCleanup: Supressed warningJeroen Bakker
2020-06-05Code Cleanup: fcurve function namingJeroen Bakker
2020-06-05Cleanup: remove braces from previous commit (no functional changes)Campbell Barton
2020-06-05Armature: increase maximum delectable bones from 4096 to 8192Campbell Barton
2020-05-19Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-19Fix T76717: Set Rotation Mode Incorrectly Recalculates Bone Rotation In Pose ...Sebastian Parborg
2020-05-19Made pose push/relax to breakdown behave smooth on rotationsSebastian Parborg
2020-05-19Fix T76689: Armature layers not indicating the existence of bonesSybren A. Stüvel
2020-05-18Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-18Fix T76852: Breakdowner remembers limits last usedCampbell Barton
2020-05-13Fix T76717: Set Rotation Mode Incorrectly Recalculates Bone Rotation In Pose ...Sebastian Parborg
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-05-02Merge branch 'blender-v2.83-release'Nathan Craddock
2020-05-02Revert "Outliner: Fix selection sync for various operators"Nathan Craddock
2020-05-02Outliner: Fix selection sync for various operatorsNathan Craddock
2020-05-02Outliner: Fix selection sync for various operatorsNathan Craddock
2020-05-01Cleanup: moved drivers to BKE_fcurve_driver.h / fcurve_driver.cSybren A. Stüvel
2020-04-29Merge branch 'blender-v2.83-release'Philipp Oeser
2020-04-29Armature posemode: add mouse independent "Select Linked" operatorPhilipp Oeser
2020-04-28Merge branch 'blender-v2.83-release'Campbell Barton
2020-04-28Fix select linked in pose modeCampbell Barton
2020-04-23Made pose push/relax to breakdown behave smooth on rotationsSebastian Parborg
2020-04-16Cleanup: remove unused scene argumentCampbell Barton
2020-04-10Cleanup: comment bone cycling & simplify logicCampbell Barton
2020-04-09Fix T75425: Bone selection cycling not workingCampbell Barton
2020-04-08Cleanup: spellingCampbell Barton
2020-04-07Fix T66751: Symmetrizing armature does not symmetrize constraints.Sebastian Parborg
2020-04-07UI: Use Consistent Operator NameAaron Carlisle
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto