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-07-01Cleanup: spellingCampbell Barton
2020-06-27Fix T78259: Proportional editing does not work in particle editingGermano Cavalcante
2020-06-27Revert "Fix T78259: Proportional editing does not work in particle editing"Germano Cavalcante
2020-06-26Fix T78259: Proportional editing does not work in particle editingGermano Cavalcante
2020-06-23Fix camera snapping in camera ViewGermano Cavalcante
2020-06-23Fix T78045: CTL-ALT-S does nothing in pose mode and crashes when called from ...Germano Cavalcante
2020-06-16Cleanup: unused headers, spellingCampbell Barton
2020-06-14Fix T76563: Transforming an auto-aligned point won't set it alignedCampbell Barton
2020-06-10Cleanup: make the sculpt convert type follow transform conventionGermano Cavalcante
2020-06-10Cleanup: Move each special_aftertrans_update to their respective TransData fileGermano Cavalcante
2020-06-09Cleanup: Silence some overflow warnings in transform codeGermano Cavalcante
2020-06-09Transform: Fixes after recent refactorSergey Sharybin
2020-06-08Fix T70873: Pivot Center doesn't compute mirror elementsGermano Cavalcante
2020-06-08Cleanup: Move each recalcData to their respective TransData fileGermano Cavalcante
2020-06-04Fix T77164: scaling/rotation fails for 3 selected NURB pointsCampbell Barton
2020-06-01Cleanup: Remove unused flagGermano Cavalcante
2020-05-25Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-25Fix autokeyframing masks not updating properlyPhilipp Oeser
2020-05-18Merge branch 'blender-v2.83-release'Sebastián Barschkis
2020-05-18Fix T76795: Missing node tree update after remove-on-cancelJacques Lucke
2020-05-15Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-15Fix T76563: Transforming an auto-aligned point won't set it alignedCampbell Barton
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-04-28Cleanup: Use more descriptive names for functionsGermano Cavalcante
2020-04-27Merge remote-tracking branch 'origin/blender-v2.83-release'Ray Molenkamp
2020-04-27cleanup: Remove unused variableRay Molenkamp
2020-04-27Merge branch 'blender-v2.83-release'Germano Cavalcante
2020-04-27Fix T75398: Redo with Shift R always uses the previous pivot centerGermano Cavalcante
2020-04-27Cleanup: Use common utility to get direction for TIME_EXTENDGermano Cavalcante
2020-04-15Operator: Add 'use_automerge_and_split' option for TranslateGermano Cavalcante
2020-04-07Fix T73598: Pose options - Auto IK. Bones move on releaseSebastian Parborg
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
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: use abbreviated names for unsigned types in editorsCampbell Barton
2020-03-30Fix T75142: No autokeying with pose mode X-MirrorSybren A. Stüvel
2020-03-30Cleanup: reduce code indentation in autokeyframe_pose()Sybren A. Stüvel
2020-03-25Cleanup: update doxy sectionsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-17Cleanup: rename 'centre' to 'center' in View3DCampbell Barton
2020-03-16Fix T61234 Mirroring Grease Pencil keyframes in the Dopesheet failsSybren A. Stüvel
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06Cleanup: keyframing return argumentsCampbell Barton
2020-03-03Fix dope sheet (Mask mode) keyframe editing not image/clip viewsCampbell Barton
2020-03-03Fix T74292: Dope sheet (Mask mode) keyframe editing misses updateSybren A. Stüvel
2020-02-28Cleanup: warnings using 'abs' on float valuesCampbell Barton
2020-02-28Cleanup: transform commentsGermano Cavalcante
2020-02-27Transform: Remove 'mouse_coordinate_override' propertyGermano Cavalcante
2020-02-16Cleanup: Transform: Rearrange definitions and declarationsmano-wii