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-09-16Cleanup: spelling in commentsCampbell Barton
2022-04-20PyAPI: utility functions for parsing typed RNA argumentsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-09-01Cleanup: move RNA utility functions into a generic moduleCampbell Barton
2021-08-11PyAPI: report unreleased ID's with WITH_PYTHON_SAFETY enabledCampbell 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-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: update clang-format so PyObject_HEAD indents properlyCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-02-19PyAPI: use real module for bpy.typesCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-28Cleanup: correct usage of extern-C blocks in various placesJacques Lucke
2020-05-13PyAPI: support PyGetSetDef when extending RNA typesCampbell Barton
2020-05-13Cleanup: split RNA type extension methods into it's own APICampbell Barton
2020-02-20Cleanup: use named unsigned types in the Python APICampbell Barton
2019-04-29Cleanup: comments (long lines) in pythonCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-23Cleanup: quiet undeclared variable warningCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-02-28WorkSpace: UI filtering for add-onsCampbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-04-13Datablock ID PropertiesAlexander Romanov
2016-07-23Cleanup: styleCampbell Barton
2016-01-06'users of ID' py API.Bastien Montagne
2013-03-22code cleanup: shadowing, adjust type.Campbell Barton
2013-01-07code cleanup: warnings and use stdbool for bpy* funcs.Campbell Barton
2012-12-20Change region drawing callbacks to work much closer to how blender manages th...Campbell Barton
2012-10-26fix for crash when a python operator or render engine was freed in the C code...Campbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-02-27use LIKELY/UNLIKELY macros for operations that run a lot.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-09-30fix for crash generating messages.txt, I wasn't getting this crash because I ...Campbell Barton
2011-08-05ifdef out support for for python owning and freeing BPy_StructRNA because thi...Campbell Barton
2011-08-05pyrna - add own callable function type rather then using a standard python me...Campbell Barton
2011-06-07disable the readonly state while rna property callbacks run.Campbell Barton
2011-06-02mathutils support for color arithmetic, also some minor whitespace edits. Campbell Barton
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-10remove some duplicate declarationsCampbell Barton
2011-04-03quiet various warnings, also disable -Wdouble-promotion with cmake since it g...Campbell Barton
2011-03-03Py/RNA API: WITH_PYTHON_SAFETYCampbell Barton
2011-03-03Py/RNA api:Campbell Barton
2011-03-03Py/RNA api - real collection iterator Campbell Barton
2011-03-02align weakref list for rna (properties were using wrong pointer)Campbell Barton
2011-03-02move anim functions out of bpy_rna.c, its getting too big.Campbell Barton