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-13Docs: correct RST syntax for GPU documentationCampbell Barton
2022-04-13Cleanup: use C++ comments for disabled codeCampbell Barton
2022-04-13gpy.types.GPUUniformBuf: support any object exposing buffer interfaceGermano Cavalcante
2022-04-13gpu.types.Buffer: fill buffer interface with just what is requestedGermano Cavalcante
2022-04-13Fix size of MAT3 and MAT4 in GPUShaderCreateInfo.push_constantGermano Cavalcante
2022-04-13Fix cases where 'Py_buffer' might not be releasedGermano Cavalcante
2022-04-13Fix possible pointer being freed without being allocated in pygpu moduleGermano Cavalcante
2022-04-13pyGPU: Port 'StageInterfaceInfo' and 'ShaderCreateInfo' typesGermano Cavalcante
2022-04-12Fix: BMesh Python API errors after vertex_normals additionHans Goudey
2022-04-11PyGPU: make sure the UniformBuffer is padded to 16 bytesGermano Cavalcante
2022-04-11Fix crash when creating a 'gpu.types.Buffer'Germano Cavalcante
2022-04-11BMesh Python API: add access to vertex crease layerKévin Dietrich
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-25Cleanup: spelling in comments, stringsCampbell Barton
2022-03-25ImBuf: Add support for WebP image formatAaron Carlisle
2022-03-24Cleanup: use "filepath" instead of "filename" for full pathsCampbell Barton
2022-03-23Cleanup: use ifdef to disable enum string allocationCampbell Barton
2022-03-22Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2022-03-18Cleanup: Compilation warningsSergey Sharybin
2022-03-15Docs: correct doc-string for BPY_driver_resetCampbell Barton
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-14Fix gpu.types.GPUTexture not passing data buffer to 3D texturesIyad Ahmed
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-11Fix T94121: PyAPI: ID property group returns wrong type with iter()Campbell Barton
2022-03-10Cleanup: spelling in comments & some minor clarificationsCampbell Barton