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-08-12Cleanup: replace misleading use of 'true' for the bit-field sizeCampbell Barton
2022-06-30Transform Snap: nearest face snap mode, snapping options, refactoring.jon denning
2022-06-06Refactor: Snap-related. Clarified attribute names and refactored #defines in...jon denning
2022-03-28Cleanup: Move transform_snap_object.c to C++Hans Goudey
2022-03-28Cleanup/Refactor: remove unused 'SNAP_ONLY_ACTIVE' enum parameterGermano Cavalcante
2022-03-28Fix T96812: Regression: Snapping is broken with proportional editingGermano Cavalcante
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-01Fix T92605: Snapping not aligning to face extensionGermano Cavalcante
2021-10-26XR Controller Support Step 5: NavigationPeter Kim
2021-10-18Snap and Placement Gizmo RefactorGermano Cavalcante
2021-10-14Cleanup: clang-tidy, clang-format & spellingCampbell Barton
2021-10-13Cleanup: Snap Context RefactorGermano Cavalcante
2021-04-19Cleanup: Rename variables to indicate what is evaluatedGermano Cavalcante
2021-04-17Snap Gizmo Refactor: Implement options for the gizmo behaviorGermano Cavalcante
2021-04-17Transform Snap Refactor: Use enum for cage snap optionsGermano Cavalcante
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-05-27Cleanup: remove unused Main struct from snap contextCampbell Barton
2020-03-09Transform Snap Object: Remove depsgraph when creating contextGermano Cavalcante
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-02Cleanup: make remaining editor include headers work in C++Jacques Lucke
2019-10-31Transform: Add option to exclude back facing geometry from snappingmano-wii
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-08-21Transform: New Snap Option: Edge Perpendicularmano-wii
2019-07-07Cleanup: clang-formatCampbell Barton
2019-07-06transform_snap_object: return type of element snapped.mano-wii
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-06-08Merge branch 'master' into blender2.8Bastien Montagne
2018-05-25ED_transform_snap_object: remove unused bmain parameter in context creation.Germano
2018-05-22Transform: Support mixed snap in 3d View.Germano
2018-05-17Cleanup: Use `ED_view3d_win_to_ray_ex` to get the ray and remove unused param...Germano
2018-05-15Cleanup: pass the use_depth parameter to the `SnapObjectParams` struct in the...Germano
2018-05-06Merge branch 'master' into blender2.8Campbell Barton
2018-05-06Object Snap: add object & matrix to view ray castCampbell Barton
2018-04-18Fix missing initialization of depsgraph for snapping contextSergey Sharybin
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-13Depsgraph: remove engine type from evaluation context.Brecht Van Lommel
2017-11-28Cleanup, naming of engine type variableSergey Sharybin
2017-11-23Cleanup: Rename ViewLayer *sl > ViewLayer *view_layerDalai Felinto
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-10-17Merge branch 'master' into blender2.8Campbell Barton
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-10-16Workspace: Move engines to workspace and Properties Editor cleanupDalai Felinto