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-08-04Cleanup: inconsistent parameter nameJacques Lucke
2021-08-04Expose Color Management as argument for gpu.types.GPUOffScreen.draw_view3d()Gottfried Hofmann
2021-08-03Cleanup: use C++ comments or 'if 0' for commented codeCampbell Barton
2021-07-30Cleanup: spelling in commentsCampbell Barton
2021-07-30PyAPI: defer freeing existing properties on registrationCampbell Barton
2021-07-30PyAPI: include the property name & type in registration errorsCampbell Barton
2021-07-30Cleanup: use pyrna_enum_value_parse_string parser for enum argsCampbell Barton
2021-07-30Cleanup: bpy.props variable namesCampbell Barton
2021-07-30PyAPI: support accessing the original value for RNA enum parsingCampbell Barton
2021-07-30Cleanup: replace macros with converter callbacks for bpy.propsCampbell Barton
2021-07-29Fix memory leaks in Python gizmo get/set handlersCampbell Barton
2021-07-29Fix gpu.types.GPUTexture crash when the size argument was too bigCampbell Barton
2021-07-29Cleanup: use PyC_AsArray_FAST function where possibleCampbell Barton
2021-07-29PyAPI: support multi-dimensional arrays for bpy.props vector typesCampbell Barton
2021-07-29PyAPI: add multi-dimensional array conversion utility functionsCampbell Barton
2021-07-28Cleanup: reduce indentation in bpy.propsCampbell Barton
2021-07-27Fix memory leak with Python RNA property get callback errorsCampbell Barton
2021-07-27PyAPI: support different int sizes for PyC_AsArrayCampbell Barton
2021-07-27Cleanup: pass sizeof array element to PyC_AsArrayCampbell Barton
2021-07-23PyDocs: Fix syntax errors resulting in warningsAaron Carlisle
2021-07-23Cleanup: double spaces in stringsCampbell Barton
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-22Fix name used when parsing argumentsGermano Cavalcante
2021-07-22PyGPU: new method 'GPUFrameBuffer.read_depth'Germano Cavalcante
2021-07-22Fix T89733: Py API: bpy.data.orphans_purge argument parsingYann Lanthony
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-20Cleanup: use '#if 0' for disabling multiple linesCampbell Barton
2021-07-19Cleanup: minor correction to delaunay_2d_cdt doc-stringCampbell Barton
2021-07-18Update documentation string for mathutils.geometry.delaunay_2d_cdt.Howard Trickey
2021-07-18Make it optional to track input->output mapping in delaunay_2d_calc.Howard Trickey
2021-07-16Cleanup: sort struct declarationsCampbell Barton
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-15Library loading: Fix access of out-of-scope memory in py context managerSybren A. Stüvel
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-07-08Docs: Fix minor incorrect syntax errorsnutti
2021-07-05BMesh: remove redundant mesh-backups from EDBM_op_* APICampbell Barton
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Depsgraph: support flushing parameters without a full COW updateCampbell Barton
2021-06-24Fix linking code after own recent commit.Bastien Montagne
2021-06-24Cleanup: update clang-format so PyObject_HEAD indents properlyCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Revert "Revert "Enhanced stats/reports for blendfile reading.""Bastien Montagne
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-21Docs: improve imbuf.write docstringCampbell Barton
2021-06-17Revert "Fix T89204: slow repeated rendering with GPUOffscreen.draw_view3d"Brecht Van Lommel
2021-06-16Fix T89204: slow repeated rendering with GPUOffscreen.draw_view3dBrecht Van Lommel