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
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-02Cleanup: Further use of const when accessing evaluated meshHans Goudey
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-04-22Fix missing includeGermano Cavalcante
2021-04-22Merge branch 'blender-v2.93-release'Germano Cavalcante
2021-04-22Fix T87615: No snapping to objects instanced by Geometry nodesGermano Cavalcante
2021-04-19Cleanup: Clang tidy, clang formatHans Goudey
2021-04-19Cleanup: Rename variables to indicate what is evaluatedGermano Cavalcante
2021-04-19Fix typo in previous commitGermano Cavalcante
2021-04-19Transform Snap Object: Improve code that detects updatesGermano Cavalcante
2021-04-19Cleanup: Use utility to init userdata in 'transfrom_snap_object.c'Germano Cavalcante
2021-04-19Merge branch 'blender-v2.93-release'Germano Cavalcante
2021-04-19Fix snap mixed with vertices ignored for meshes with vertices onlyGermano Cavalcante
2021-04-18Cleanup: clang tidy readability-else-after-returnJacques Lucke
2021-04-17Snap Gizmo Refactor: Implement options for the gizmo behaviorGermano Cavalcante
2021-04-17Fix recent snap refactorGermano Cavalcante
2021-04-17Transform Snap Refactor: Use enum for cage snap optionsGermano Cavalcante
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-14Fix uninitialized stack memory use accessing the snap normalCampbell Barton
2020-08-07Cleanup: pass arrays const where possibleCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-07-24Cleanup: Rename 'isect_ray_seg_v3' to 'isect_ray_line_v3'Germano Cavalcante
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-03Cleanup: Editors/Transform, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-29Fix T77946: Problem snapping with "Project onto Self" on a curve with generat...Germano Cavalcante
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-06-23Snapping: Snap to the origin of Light and Camera objectsGermano Cavalcante
2020-06-16Cleanup: unused headers, spellingCampbell Barton
2020-06-02BVHCache: PerformanceJeroen Bakker
2020-06-02Fix T77239: snap 3D cursor in edit-modeCampbell Barton
2020-06-01Cleanup: Remove unnecessary step in calling snap callbackGermano Cavalcante
2020-05-27Cleanup: remove unused Main struct from snap contextCampbell Barton
2020-05-18Fix T76813: Snap to Edge Center returning a different normal from snap to EdgeGermano Cavalcante
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
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-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-19Cleanup: shadow warningCampbell Barton
2020-03-18Fix T74876: Crash when snapping to facesGermano Cavalcante
2020-03-18Cleanup: Rename variablesGermano Cavalcante
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-03-09Transform Snap Object: Remove depsgraph when creating contextGermano Cavalcante
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-03Cleanup: Use a utility function to obtain the bvh_cacheGermano Cavalcante
2020-03-03Missed in the last commitGermano Cavalcante
2020-03-03Transform Snap: Clear 'SnapObjectData' after changes in the geometryGermano Cavalcante
2020-03-03Revert "Transform Snap: Clear 'SnapObjectData' after changes in the geometry"Germano Cavalcante
2020-03-03Transform Snap: Clear 'SnapObjectData' after changes in the geometryGermano Cavalcante
2020-02-28Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2020-02-28Revert "Objects: make evaluated data runtime storage usable for types other t...Brecht Van Lommel