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-12-08Cleanup: move public doc-strings into headers for 'makesrna'Campbell Barton
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-18WM: support setting the operators idle cursorCampbell Barton
2021-10-18Cleanup: de-duplicate operator registrationCampbell Barton
2021-10-12XR Controller Support Step 3: XR EventsPeter Kim
2021-09-17WM: expose the "any" state of KeyMapItem modifiersCampbell Barton
2021-09-17UI: wait for input for operators that depend on cursor locationCampbell Barton
2021-08-25BLI_string_utf8: remove unnecessary utf8 decoding functionsCampbell Barton
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-07-27Cleanup: comment spelling & punctuationYimingWu
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-14Python API: Add functions to ensure and clear IDPropertiesHans Goudey
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-04-28Fix T87864: Context is None for draw methodCampbell Barton
2021-04-16Fix T65064: Keymaps items controlling dynamic enums fail to exportCampbell Barton
2021-03-29Fix T86983: `bl_description = None` crash on RNA class registrationCampbell Barton
2021-01-13Cleanup: rename enum for event value itemsCampbell Barton
2021-01-13Fix WM_event_print error printing tweak events valueCampbell Barton
2021-01-13Fix Event.value RNA access with tweak event typesCampbell Barton
2020-12-24UI: Cleanup spelling of compound wordsYevgeny Makarov
2020-12-24Cleanup: Fix capitalization in various UI stringsYevgeny Makarov
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-18Fix T71383: Error setting the windows workspaces from PythonCampbell Barton
2020-09-15Fix T79534: Python Operator.bl_translation_context ignoredCampbell Barton
2020-09-01PyAPI: expose 'bl_options' for operators in bpy.opsCampbell Barton
2020-06-16UI: Backspace is one wordAaron Carlisle
2020-05-21Cleanup: spellingCampbell Barton
2020-05-13Fix crash accessing the clipboardCampbell Barton
2020-04-03Cleanup: Rename ExtensionRNA variables from ext to rna_extJulian Eisel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: Resolve HKEY conflictRay Molenkamp
2020-03-18Fix typo causing compile error with WITH_XR_OPENXR disabledJulian Eisel
2020-03-17VR: Initial Virtual Reality support - Milestone 1, Scene InspectionJulian Eisel
2020-03-06GHOST/Keymap: support for detecting repeat eventsCampbell Barton
2020-01-28macOS: add trackpad smart zoom event supportYevgeny Makarov
2020-01-21Cleanup: simplify wmEvent tablet data storage and namingBrecht Van Lommel
2020-01-15WM: support keys F20-F24Asher
2019-12-10GHOST: add support for application/menu keyHarley Acheson
2019-11-18Python API: assume that a crashed Python operator returned FINISHED.Alexander Gavrilov
2019-09-06Python API: implement an Operator callback for dynamic description.Alexander Gavrilov
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-07-02Cleanup: move comments onto own lines to avoid breaking linesCampbell Barton
2019-06-24Fix T65824: Span property ignored in mesh.fill_gridCampbell Barton
2019-06-04Fix status bar and keymap editor showing Call Menu instead of menu nameBrecht Van Lommel
2019-06-03Cleanup: style, use braces in RNACampbell Barton
2019-05-28WM: support X/Y axis cursor wrappingCampbell Barton