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-09-09Cleanup: remove newlines from logging textCampbell Barton
2021-09-03Fix T87768: `.path_resolve` fails when requested property is None.Campbell Barton
2021-09-02Cleanup: de-duplicate logic in bpy keyframing logicCampbell Barton
2021-09-01Cleanup: use "pyrna_enum_*" prefix for RNA utility functionsCampbell Barton
2021-09-01Cleanup: move RNA utility functions into a generic moduleCampbell Barton
2021-08-31Cleanup: Reduce variable scopeHans Goudey
2021-08-31Cleanup: add CTX_data_pointer_set_ptr & CTX_data_list_add_ptrCampbell Barton
2021-08-27Refactor IDProperty UI data storageHans Goudey
2021-08-26Fix issues with absolute time unitPhilipp Oeser
2021-08-24Fix reporting Python reference leaks with WITH_PYTHON_SAFETYCampbell Barton
2021-08-20DocPy: Cleanup missing newline resulting in wrong html generationAaron Carlisle
2021-08-13PyAPI: remove the .py extension requirement for startup registrationCampbell Barton
2021-08-12RNA: include base types in RNA_struct_type_find_property searchCampbell Barton
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-08-11PyAPI: report unreleased ID's with WITH_PYTHON_SAFETY enabledCampbell Barton
2021-08-10Fix T89253: template_list allows arbitrary data changesGermano Cavalcante
2021-08-09Cleanup: spelling in commentsCampbell Barton
2021-08-07PyDoc: Fix poll_message_set API documentation to consistent with Python stylenutti
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-08-05Fix slicing with negative indicesCampbell Barton
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-29PyAPI: support multi-dimensional arrays for bpy.props vector typesCampbell 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-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 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-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-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell 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