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
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-06-04Cleanup: remove window manager argument for paint cursor APICampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2019-04-23Space_node: Add draw backdrop callback.Ray Molenkamp
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-03-01Cleanup: use variable instead of defineCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-16Cleanup: rename SPACE_IPO -> SPACE_GRAPHCampbell Barton
2019-02-16DNA: rename SpaceButs -> SpacePropertiesCampbell Barton
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-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-12-21RNA: naming, user-preferences -> preferencesCampbell Barton
2018-10-26PyAPI: draw handlers now store args in the capsule contextCampbell Barton
2018-10-26PyAPI: Temp workaround for crash removing cursorCampbell Barton
2018-10-25Cleanup: move params into their own structCampbell Barton
2018-10-25PyAPI: take paint-cursor space/region type argsCampbell Barton
2018-10-25WM: space, region type filtering for paint cursorCampbell Barton
2018-10-25PyAPI: support for Python paint cursorsCampbell Barton
2018-06-12Merge branch 'master' into blender2.8Campbell Barton
2018-06-12WM: remove sloppy region type accessCampbell Barton
2018-06-12WM: rename BKE_regiontype_from_idCampbell Barton
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in Python moduleCampbell Barton
2018-04-20Dopesheet-Timeline: Removal of Timeline Editor!Joshua Leung
2018-04-17Removing Blender Game Engine from Blender 2.8Dalai Felinto
2018-04-17bpy consistency fix handler_add(handle)Dalai Felinto
2017-11-29Cleanup: rename bpy_util -> bpy_capi_utilsCampbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-10-10Fix various compiler warnings.Brecht Van Lommel
2014-04-26Code cleanup: use 'const' for arrays (python)Campbell Barton
2013-11-05code cleanup: typosCampbell Barton
2013-01-10pyapi internal api code: check for == -1 rather then < 0, for known error ret...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-05-15Fix cosmetic typosSergey Sharybin
2012-03-18spelling cleanupCampbell Barton
2011-12-26formatting edits only to use more consisted styleCampbell Barton
2011-12-18formatting edits in py api, no functional changesCampbell Barton
2011-11-05documentation - brief descriptions for bpy api files.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-03-19C, style changes (mostly white space edits), no functional change.Campbell Barton
2011-03-02move anim functions out of bpy_rna.c, its getting too big.Campbell Barton
2011-02-27doxygen: blender/python tagged.Nathan Letwory