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-10-07Cleanup: redundant parenthesisCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-08-17Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-17Cleanup: spelling in commentsCampbell Barton
2022-08-12Cleanup: repeated words in commentsCampbell Barton
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-06-07Cleanup: spelling in comments, minor formatting tweaksCampbell Barton
2022-06-07VSE preview transform autokeying improvementsPhilipp Oeser
2022-06-05UI: show gizmo while transformingCampbell Barton
2022-05-11Revert "Gizmo: optimize intersection tests, fix selection bias"Campbell Barton
2022-04-29Fix T97120: Gizmo fails to select in orthographic viewCampbell Barton
2022-04-29Fix T97124: Area light size gizmo unselectableCampbell Barton
2022-04-22Cleanup: spelling in commentsCampbell Barton
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-03Cleanup: Move interface View2D files to C++Hans Goudey
2022-03-29Fix T96701: RMB select fails to show gizmo on mouse button releaseCampbell Barton
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-11Fix out of order event handling when calling operators from gizmosCampbell Barton
2022-03-09Cleanup: rename wmEvent.prev_click_* to prev_press_*Campbell Barton
2022-03-09Event System: drag events no longer default to the drag start locationCampbell Barton
2022-03-07Revert "Revert "Fix Crash: Switching to wireframe mode.""Campbell Barton
2022-03-07Revert "Fix Crash: Switching to wireframe mode."Campbell Barton
2022-03-04Cleanup: remove outdated references to tweakCampbell Barton
2022-03-02Event System: remove tweak events in favor of click-dragCampbell Barton
2022-02-25Cleanup: use flags for wmEvent modifier keysCampbell Barton
2022-02-23Cleanup: Remove repeated word in commentsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-04Merge branch 'blender-v3.1-release'Jeroen Bakker
2022-02-04Fix Crash: Switching to wireframe mode.Jeroen Bakker
2022-01-31Cleanup: use struct for GPU the select bufferCampbell Barton
2022-01-31Cleanup: use enum type for selection mode & internal algorithm enumCampbell Barton
2022-01-31Cleanup: use our own conventions for tags in commentsCampbell Barton
2022-01-26Gizmo: optimize intersection tests, fix selection biasCampbell Barton
2022-01-26Fix T94794: Gizmo selection doesn't pick the front-most gizmoCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'windowmanager'Campbell Barton
2021-11-12Cleanup: Move remaning node editor files to C++Hans Goudey
2021-11-04Fix T92783: Light size controller doesn't update positionCampbell Barton
2021-10-21Cleanup: Use array as a parameter for event x/y functionsCampbell Barton
2021-10-21Cleanup: use underscore separators for event struct membersCampbell Barton
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-06Gizmo: remove wmGizmoGroup.use_fallback_keymapCampbell Barton
2021-09-21Keymap: preference for fallback-tool with RMB selectCampbell Barton
2021-09-15Gizmo: add flag to hide the gizmo group during interactionCampbell Barton
2021-09-15Gizmo: show groups flagged with SHOW_MODAL_ALL during interactionCampbell Barton
2021-08-15Fix T90658: selection of some 3D gizmos failingGermano Cavalcante