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-09Fix memory leak with Python RNA property get callback errorsCampbell Barton
2021-03-17Comments: document memory management for `BPyPropStore`Campbell Barton
2021-03-17PyAPI: use union to store pointer poll callbackCampbell Barton
2021-03-16Cleanup: use doxy sections for 'bpy.props' moduleCampbell Barton
2021-03-16Cleanup: use _fn suffix in bpy.propsCampbell Barton
2021-03-16Fix T86332: Error using lambda in annotations in Python 3.10Campbell Barton
2021-03-04Fix logic for calling PyObject_GC_UnTrackCampbell Barton
2021-02-22PyAPI: expose unstable type bpy.props._PropertyDeferredCampbell Barton
2021-02-21PyAPI: use postponed annotations to support Python 3.10Campbell Barton
2021-02-21PyAPI: expose bpy_prop_deferred function & keywordsCampbell Barton
2021-02-20PyAPI: use a new type for storing the deferred result of bpy.propsCampbell Barton
2021-02-13Fix T85573: Building with Python 3.10a5 failsCampbell Barton
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-12-09Fix T83566: bpy.props.CollectionProperty gives incorrect errorCampbell Barton
2020-11-02Revert "Cleanup: store results of function calls in const values."Bastien Montagne
2020-11-02Cleanup: store results of function calls in const values.Bastien Montagne
2020-10-29RNA properties subtypes enum: sync definitions everywherePhilipp Oeser
2020-09-21Add missing new liboverride option to py-defined collections props doc.Bastien Montagne
2020-09-20LibOverride: expose `PROPOVERRIDE_LIBRARY_INSERTION` to py-defined properties.Bastien Montagne
2020-09-19Cleanup: use parenthesis for if statements in macrosCampbell Barton
2020-09-07UI: Add temperature unitsHans Goudey
2020-09-02PY API doc: fix doc for new override option of properties.Bastien Montagne
2020-08-20Cleanup: use const variables where possible in the Python APICampbell Barton
2020-08-07Cleanup: Python, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-03Fix parameters in bpy.props.StringProperty Python API docsnutti
2020-07-10Expose override flags to python RNA properties definition.Bastien Montagne
2020-06-24Python API: support integer default for bpy.props.EnumPropertyBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-10-16Cleanup: define PY_SSIZE_T_CLEAN for PythonCampbell Barton
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-08-05PyRNA: support separators in enum-items listsCampbell Barton
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-31Clarify in FloatProperty generated docs: single precision floats.Howard Trickey
2019-06-21Cleanup: spelling, grammar, and other correctionsCampbell Barton
2019-04-29Cleanup: comments (long lines) in pythonCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-29Cleanup: style, use braces for the Python APICampbell Barton
2019-02-27Fix typos related to unitsVaishnav S
2019-02-23Cleanup: quiet undeclared variable warningCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17Units: add support for light power units in Watt. Use for Eevee lights.Brecht Van Lommel
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-19Cleanup: add trailing commasCampbell Barton
2019-01-11Cleanup: remove tabs after line startCampbell Barton
2018-12-20Cleanup: argument wrapping indentationCampbell Barton
2018-10-09Fix misuse of Py_INCREF in module creation.mano-wii