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-04-20PyAPI: utility functions for parsing typed RNA argumentsCampbell Barton
2022-04-11Cleanup: malformed C-style comment blocks, spellingCampbell Barton
2022-04-08PyAPI: use keyword only arguments for Text.region_{from/to} stringCampbell Barton
2022-04-08Cleanup: separate format-units for Python argument parsingCampbell Barton
2022-04-07Cleanup: add clarifying comment to `bpy_app_getsets`Sybren A. Stüvel
2022-04-07Cleanup: pass the buffer length into `txt_insert_buf`Campbell Barton
2022-04-07Text Editor: Get/Set region text APIMatheus Santos
2022-04-06Cleanup: spelling & poor wording in code & commentsCampbell Barton
2022-04-06Fix: T78228 Send all python errors to info editorCampbell Barton
2022-04-06Fix off by one error placing the text cursor from a Python exceptionCampbell Barton
2022-04-06Fix accessing an empty context succeeding when it shouldn'tCampbell Barton
2022-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-03-28Cleanup: return success from python_script_error_jumpCampbell Barton
2022-03-28Python: select the start-end range of syntax errorsCampbell Barton
2022-03-28Cleanup: variable/argument naming for Python exception accessCampbell Barton
2022-03-28Fix text editor failure to move the cursor for syntax errorsCampbell Barton
2022-03-28Cleanup: early exit when there is no exceptionCampbell Barton
2022-03-28Cleanup: use "num" as a suffix in: source/blender/pythonCampbell Barton
2022-03-25ImBuf: Add support for WebP image formatAaron Carlisle
2022-03-23Cleanup: use ifdef to disable enum string allocationCampbell Barton
2022-03-18Cleanup: Compilation warningsSergey Sharybin
2022-03-15Cleanup: comments in bpy_driver.c, minor correctionsCampbell Barton
2022-03-15Cleanup: de-duplicate Py_DECREF when evaluating PyDriversCampbell Barton
2022-03-15Fix memory leak when there is an error evaluating a PyDriverCampbell Barton
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-14RNA: Generate property declerations header, solving msg-bus C++ incompatibilityJulian Eisel
2022-03-14Cleanup: use size_t for BLF text API functionsCampbell Barton
2022-03-11Fix out of order event handling when calling operators from gizmosCampbell Barton
2022-03-11Correct error in 1032f111d087e7ba77c16a4af78704019714bd6aCampbell Barton
2022-03-11Text: use simplified logic for txt_to_bufCampbell Barton
2022-03-11RNA: support functions returning allocated stringsCampbell Barton
2022-03-11Cleanup: remove unused variableCampbell Barton
2022-03-10Cleanup: spelling in comments & some minor clarificationsCampbell Barton
2022-03-08PyAPI: optimize depsgraph use in PyDriversCampbell Barton
2022-03-08Fix memory leak evaluating PyDriversCampbell Barton
2022-03-08Cleanup: spelling in comments, use C++ comments for disabled codeCampbell Barton
2022-03-07Python: Add new `annotation_pre` & `annotation_post` handlersAntonio Vazquez
2022-02-22Merge branch 'blender-v3.1-release'Campbell Barton
2022-02-22Python: bump minimum version to 3.10Campbell Barton
2022-02-15RNA: add RNA_collection_is_empty & RNA_property_collection_is_emptyCampbell Barton
2022-02-15Cleanup: minor changes to Python argument parsing loopCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09Cleanup: make file headers more consistentCampbell Barton
2022-02-04Remove internal proxy code, and deprecate related DNA data.Bastien Montagne
2022-01-25Fix: Build issue with MSVC + Python 3.10Ray Molenkamp
2022-01-24Cleanup: Grammar: its self vs. itselfHans Goudey
2022-01-18RNA: display exact integer values without fraction if step is integer.Alexander Gavrilov
2022-01-14Cleanup: spelling in comments, C++ style comments for disabled codeCampbell Barton
2022-01-14Fix crash caused by exception in Python gizmo target get handlerCampbell Barton
2022-01-07Fix T94708: negative reference count error with Python API callbacksCampbell Barton