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-11-30Cleanup: Use "region" for ARegion variable namesHans Goudey
2020-11-20Fix add-object cursor plane failing to update on zoomCampbell Barton
2020-11-20Add Object Tool: support placing objects in orthographic axis viewsCampbell Barton
2020-11-20Add Object Tool: use the closest view-aligned axis as a fallbackCampbell Barton
2020-11-20Fix add-object tools cursor distorted drawing on saveCampbell Barton
2020-11-20Cleanup: use a struct to backup/restore values for offscreen drawingCampbell Barton
2020-11-20Cleanup: rename do_sky argument to draw_backgroundCampbell Barton
2020-11-20Cleanup: remove unused perspective argument to off-screen drawingCampbell Barton
2020-11-18Cleanup: 'false' use as NULL pointerCampbell Barton
2020-11-16Correct T82753 Fix from 979fe4f1be7d6fe65e52b3ab805ab061a92d1f03Campbell Barton
2020-11-16Fix T82753: Crash using add-object tool when gizmos are disabledCampbell Barton
2020-11-13Object: show preview plane for add-object toolCampbell Barton
2020-11-13Fix T82596: Fly/walk navigation crashHans Goudey
2020-11-12Cleanup: split view3d_placement depth & orientation calculationCampbell Barton
2020-11-10Fix T81951: Add Cube new tool surface snaping not workingGermano Cavalcante
2020-11-09macOS: follow system preference for natural trackpad scroll directionYevgeny Makarov
2020-11-07View3D: take clipping into account for Frame AllCampbell Barton
2020-11-06Cleanup: Render Module: move header files to main directoryAaron Carlisle
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-11-06Move "Camera Parent Lock" from preferences to Object RelationsHans Goudey
2020-11-05Spelling: Predefined, Look Up, No OneHarley Acheson
2020-11-03Fix C operators can't set default display or sort type for File BrowserJulian Eisel
2020-11-02Fix T77819: Snap Incremental does not match grid in all casesGermano Cavalcante
2020-10-29Merge branch 'blender-v2.91-release'Campbell Barton
2020-10-29Fix 3D smooth-view ignoring lens when exiting camera viewErik Abrahamsson
2020-10-27Merge branch 'blender-v2.91-release'Campbell Barton
2020-10-27Fix T80819: Border zoom is isn't accurate in perspective viewErik Abrahamsson
2020-10-25Cleanup: Use LISTBASE_FOREACH in curve codeHans Goudey
2020-10-23Fix T73793 Walk navigation crosshair gets hidden behind objectsClément Foucault
2020-10-21Fix for T81757: Incorrect Overlay Line HeightHarley Acheson
2020-10-20Cleanup: Clang-tidy bugprone-redundant-branch-conditionAnkit Meel
2020-10-19Spelling: Loose Versus LoseHarley Acheson
2020-10-19Spelling: MiscellaneousHarley Acheson
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-14Cleanup: multi-line comment blocksCampbell Barton
2020-10-14Fix T81511: Loop-cut overlay doesn't follow deformed cageCampbell Barton
2020-10-12UI: Remove Hard-coded Default Font SizeHarley Acheson
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-07UI: Fix capitalization in various placesYevgeny Makarov
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-10-02Cleanup: Move `EditBone` structure definition from `ED` to `BKE` area.Bastien Montagne
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-18Sculpt: Render Mask and Face Sets with modifiers activePablo Dobarro
2020-09-16Cleanup: use uint8_t for various flags in curvesJacques Lucke
2020-09-15Fix T80796: Frame all ignores geometry from instancesCampbell Barton
2020-09-14Fix T80704: bpy.ops.transform.rotate() ignores orient_typeGermano Cavalcante
2020-09-14Cleanup: Use 'r_' prefix for return valueGermano Cavalcante