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-05-04Transform: use a threshold for UV snappingGermano Cavalcante
2022-05-03Fix T95752: crash 'Select Linked' after loopcut in multiobject editmodePhilipp Oeser
2022-04-28Fix: Incorrect conversion from C bitfield syntaxHans Goudey
2022-04-28VSE: Add option to limit timeline view heightRichard Antalik
2022-04-28VSE: Add precise drag and drop and strip previewsSebastian Parborg
2022-04-27Cleanup: Use bool, remove unnecessary struct keywordsHans Goudey
2022-04-27Snap: Use Map and unique_ptr for snap cacheHans Goudey
2022-04-26Cleanup: unused return value warningCampbell Barton
2022-04-25Transform Snap Refactor: dedicate ghash to different SnapData typesGermano Cavalcante
2022-04-25Cleanup: Turn some 'eTFlag' into macrosGermano Cavalcante
2022-04-25Fix T97401: Snap options ignored for Nurbs surfacesGermano Cavalcante
2022-04-22Cleanup: spelling in commentsCampbell Barton
2022-04-21Fix T97490: snap to multiple objects with linked data can crashGermano Cavalcante
2022-04-21Cleanup: VSE effect relationship checkingRichard Antalik
2022-04-21VSE: Add frame selected operator for previewok what
2022-04-19Cleanup: Use correct capitalization of "F-Curve"Aaron Carlisle
2022-04-19Fix call of 'BLI_assert' instead 'BLI_assert_msg'Germano Cavalcante
2022-04-19Cleanup: remove redundant 'DEG_get_original_object' callGermano Cavalcante
2022-04-19Transform: small optimization in snap to edit meshGermano Cavalcante
2022-04-19Fix assert on meshes without mloop in snap codeGermano Cavalcante
2022-04-13Cleanup: use C++ comments for disabled codeCampbell Barton
2022-04-10Cleanup: missing-prototypes warningCampbell Barton
2022-04-09Fix T95276: Effect strip animation not updated when moving stripsRichard Antalik
2022-04-06Cleanup: remove workaround to set treedata membersGermano Cavalcante
2022-04-06BVH Utils: remove 'isolate' parameterGermano Cavalcante
2022-04-06BVH Utils: Remove '_allocated' members from 'BVHTreeFromMesh'Germano Cavalcante
2022-04-06Refactor: remove cache parameters from `bvhtree_from_` functionsGermano Cavalcante
2022-04-06Fix: Pass const arguments to object snappingHans Goudey
2022-04-05Fix T97071: Duplicating strip in locked channel creates overlapping stripsRichard Antalik
2022-04-04VSE: Use edge panningRichard Antalik
2022-04-04VSE: Add channel headersRichard Antalik
2022-04-04Cleanup: use event parameters for functions that create key-map itemsCampbell Barton
2022-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-04-02Cleanup: Further use of const for object bounding boxesHans Goudey
2022-04-01Cleanup: Use const for bounding boxes where possibleHans Goudey
2022-03-30Fix leak transforming in the node-editor without a selectionCampbell Barton
2022-03-30Cleanup: spelling in commentsCampbell Barton
2022-03-29LibOverride: Massive edits to 'editable' IDs checks in editors code.Bastien Montagne
2022-03-29Fix T96347: Pose gizmo shown at wrong location with multiple objectsCampbell Barton
2022-03-28Cleanup: Use const mesh argumentsHans Goudey
2022-03-28Cleanup: Move transform_snap_object.c to C++Hans Goudey
2022-03-28Fix T96728: 'Automatic Constraint' using the wrong orientationGermano Cavalcante
2022-03-28Transform: avoid excessive recalculation with 'TREDRAW_SOFT'Germano Cavalcante
2022-03-28Cleanup/Refactor: remove unused 'SNAP_ONLY_ACTIVE' enum parameterGermano Cavalcante
2022-03-28Transform: Improve 'absolute grid snap' support detectionGermano Cavalcante
2022-03-28Cleanup: transform, use early returnsGermano Cavalcante
2022-03-28Fix T96812: Regression: Snapping is broken with proportional editingGermano Cavalcante
2022-03-24Cleanup: Clang tidyHans Goudey
2022-03-23Revert "Fix T96728: 'Automatic Constraint' using the wrong orientation"Germano Cavalcante
2022-03-23Fix T96728: 'Automatic Constraint' using the wrong orientationGermano Cavalcante