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-10-20Cleanup: silence WarningsGermano Cavalcante
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-20Cleanup: unused parameters, `nullptr` instead of `NULL` in cpp code...Bastien Montagne
2021-10-20Cleanup: unused functionGermano Cavalcante
2021-10-20Fix crash when reloading with placement tool enabledGermano Cavalcante
2021-10-20View3D: Cursor Snap RefactorGermano Cavalcante
2021-10-20View3D: expose snap selection as a utility funcitonCampbell Barton
2021-10-20View3D: snap with active pivot doesn't need to require a 3D viewCampbell Barton
2021-10-19Cleanup: remove unused member and rearrange functionGermano Cavalcante
2021-10-18Cleanup: use a common prefix in static functionsGermano Cavalcante
2021-10-18Fix 1 frame delayed orientation in Placement GizmoGermano Cavalcante
2021-10-18Snap and Placement Gizmo RefactorGermano Cavalcante
2021-10-15Cleanup: Commonize code for checking scene lights/world settingsJesse Yurkovich
2021-10-14Fix reference counting error for world drag & dropCampbell Barton
2021-10-13Cleanup: Snap Context RefactorGermano Cavalcante
2021-10-12Fix dragging objects from Outliner to 3D View brokenJulian Eisel
2021-10-12Fix T91981: Crash when using operators that needs scene depthClément Foucault
2021-10-12Fix build error due to conflicting typesPeter Kim
2021-10-12XR Controller Support Step 4: Controller DrawingPeter Kim
2021-10-06Gizmo: remove wmGizmoGroup.use_fallback_keymapCampbell Barton
2021-10-06Cleanup: spelling in commentsCampbell Barton
2021-10-06Cleanup: rename BKE_font.h -> BKE_vfont.hCampbell Barton
2021-10-05DRW: Move buffer & temp textures & framebuffer management to DrawManagerClément Foucault
2021-10-04Fix camera border bug in passepartout render viewSimon Lenz
2021-09-29UI: swap tool and regular headerCampbell Barton
2021-09-28Asset Browser: Allow World assets to be drag/dropped onto the viewportJesse Yurkovich
2021-09-27Fix viewport roll working wrongPhilipp Oeser
2021-09-27Cleanup: spelling in commentsCampbell Barton
2021-09-27Cleanup: remove unnecessary use of MEM_SAFE_FREE macroCampbell Barton
2021-09-273DView: ability to cancel out of viewport rollPhilipp Oeser
2021-09-273DView: Use "real" angle for viewport rollPhilipp Oeser
2021-09-23Cleanup: spelling in commentsCampbell Barton
2021-09-21Keymap: preference for fallback-tool with RMB selectCampbell Barton
2021-09-21WM: only return PASS_THROUGH on PRESS for selection operatorsCampbell Barton
2021-09-17UI: enable the depend-on-cursor flag for some operatorsCampbell Barton
2021-09-12Cleanup: early return from smoothview when the view is unchangedCampbell Barton
2021-09-09Fix smooth-view failure to add mouse-move eventsCampbell Barton
2021-09-08Asset: Dropping Material assets on material slot under mouse cursor.Jeroen Bakker
2021-08-31Measure tool: Add support to restrict dimension to one axisEric Abrahamsson
2021-08-31Transform: avoid passing the context to extended orientation functionsCampbell Barton
2021-08-27Fix "toggle shading" op not updating VR viewPeter Kim
2021-08-26Cleanup: Use `ID_IS_LINKED` instead of direct `id.lib` pointer check.Bastien Montagne
2021-08-26ToolSystem: support per-tool gizmo group propertiesCampbell Barton
2021-08-25BLF: Remove ASCII-only Code PathsHarley Acheson
2021-08-21Cleanup: spelling in comments & minor cleanupCampbell Barton
2021-08-18Fix T90718: Object selection toggle do not work inside edit modeGermano Cavalcante
2021-08-16XR: Color Depth AdjustmentsPeter Kim
2021-08-11Fix 'GPU_matrix_unproject_3fv' not working with out-of-bounds pointsGermano Cavalcante
2021-08-10Fix T90447: 3D view transform locks do not use driver colorsHans Goudey
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton