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-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-28Cleanup: correct usage of extern-C blocks in various placesJacques Lucke
2020-07-16Cleanup: GPU: Move depth/color masks functions to GPU_stateClément Foucault
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-06-16Cleanup: unused headers, spellingCampbell Barton
2020-05-28Gizmo: add flag for gizmos to ignore keymap eventsCampbell Barton
2020-05-27Gizmo: add flag to disable tooltipCampbell Barton
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Rename ExtensionRNA variables from ext to rna_extJulian Eisel
2020-04-03Cleanup: Rename bScreen variables from sc/scr to screenJulian Eisel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-27Cleanup: rename WM_modalkeymap API names, matching WM_keymapCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: Resolve HKEY conflictRay Molenkamp
2020-03-18Cleanup: spellingCampbell Barton
2020-03-17VR: Initial Virtual Reality support - Milestone 1, Scene InspectionJulian Eisel
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06Cleanup: Reduce context usage in UI functionsJulian Eisel
2020-02-14UI: Allow gizmo-only redraw taggingJulian Eisel
2020-02-13Fix T73727: Invalid event.type for Gizmo.modal callbackCampbell Barton
2020-01-21Cleanup: simplify wmEvent tablet data storage and namingBrecht Van Lommel
2020-01-17Fix T73135: Gizmos flicker when changing viewport optionsCampbell Barton
2020-01-14Fix T70273: Auto-keyframe ignored by gizmosCampbell Barton
2020-01-09Fix T72900: Mouse-move causes redraw when gizmos are hiddenCampbell Barton
2020-01-06Gizmo: use compatible scale values between 2D/3D gizmosCampbell Barton
2019-12-19Fix error in recent gizmo tweak workaroundCampbell Barton
2019-12-18Gizmo: add the ability to postpone refreshing while tweakingCampbell Barton
2019-12-18Cleanup: use wrapper function for gizmo group refreshCampbell Barton
2019-12-06Tool System: experimental fallback tool supportCampbell Barton
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-09-13Cleanup: unused headers for the windowmanagerCampbell Barton
2019-09-13Cleanup: unused headers (GPU)Campbell Barton
2019-08-26Gizmo: report error when property isn't foundCampbell Barton
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-07-31Refactor access to dependency graphSergey Sharybin
2019-07-25Fix T67472: Gizmo overlap causes cursor to get stuckCampbell Barton
2019-07-09Fix T61474: laggy interaction on Windows/NVIDIA when gizmos are visibleBrecht Van Lommel
2019-07-02Cleanup: spellingCampbell Barton
2019-07-01Fix T60289: changing gizmo properties causes excessive redrawsBrecht Van Lommel
2019-07-01Fix T66229: gizmos overlap when switching modesCampbell Barton
2019-06-28Fix T63694: Crash using tool gizmos with multiple windowsCampbell Barton
2019-06-28Fix error for tools that share gizmo types doubling up gizmosCampbell Barton
2019-06-27Cleanup: clarify WM_gizmoconfig function namingCampbell Barton
2019-06-27Cleanup: remove unused context check in toolsystem_ref_linkCampbell Barton
2019-06-25Fix (unreported) call to wrong func in gizmos' keymaps code.Bastien Montagne
2019-06-24Fix T66071: Navigation tooltip shows outside of 3D viewCampbell Barton
2019-06-22GPU_matrix: Add GPU_matrix_unproject_precalcCampbell Barton
2019-06-11Fix T62875: Tooltips behave erratically with view gizmosCampbell Barton
2019-06-07Keymap: gizmos now use a map that optionally activates on pressCampbell Barton
2019-06-03Fix T65294: Orbit navigate gizmo fails in paint modesCampbell Barton