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-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
2020-04-03Cleanup: Including "BLI_listbase.h" for LISTBASE_FOREACH macroDalai Felinto
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-04-03Cleanup: split ED_mesh_mirror_*_table into multiple functionsCampbell Barton
2020-04-03Cleanup: split `BKE_anim.h` and `anim.c` into smaller piecesSybren A. Stüvel
2020-04-03Cleanup: use abbreviated names for unsigned types in editorsCampbell Barton
2020-04-03Cleanup: bone cursor picking APICampbell Barton
2020-04-03Fix T75330: Select linked crashes without a bone near the cursorCampbell Barton
2020-04-03Cleanup: improve & use doxy sections for armature_naming.cCampbell Barton
2020-03-31Cleanup: remove duplicate functionCampbell Barton
2020-03-31Cleanup: use '_recursive' suffix instead of '_rec'Campbell Barton
2020-03-31Cleanup: use sections for armature-selectCampbell Barton
2020-03-31Armature: add Select Linked (Ctrl-L)Campbell Barton
2020-03-30Fix armature edit-mode selected linkedCampbell Barton
2020-03-30Armature: remove merge function, use dissolve insteadCampbell Barton
2020-03-29Cleanup: spelling, commentsCampbell Barton
2020-03-25Cleanup: use doxy sectionsCampbell Barton
2020-03-24Fix T75036: Assert when copying pose bonesCampbell Barton
2020-03-19Cleanup: fix typos in commentsBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: Resolve HKEY conflictRay Molenkamp
2020-03-17Cleanup: rename 'centre' to 'center' in View3DCampbell Barton
2020-03-11Fix T74516: Armature Crash on Select Similar GroupDalai Felinto
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-03-07Cleanup: replace BLI_make_file_string with BLI_join_dirfile where possibleCampbell Barton
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06Cleanup: use 'BKE_' prefix for BKE_deform API callsCampbell Barton
2020-03-06Cleanup: spellingCampbell Barton
2020-03-03Cleanup: formatting, spellingCampbell Barton
2020-03-03Separate operators (mesh/curve/armature/gpencil): take user preferencesPhilipp Oeser
2020-02-28Fix (unreported) Separate bones creates empty armaturePhilipp Oeser
2020-02-17Fix T68749: BPY: Deprecate height of popupJeroen Bakker