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-07-13LibOverride: Cleanup: Remove option to disable library overrides.Bastien Montagne
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-10Expose override flags to python RNA properties definition.Bastien Montagne
2020-07-10Cleanup: spellingCampbell Barton
2020-07-03Cleanup: remove side effect in assertionJacques Lucke
2020-07-03Clang-Tidy: Enable readability-redundant-control-flowHans Goudey
2020-06-27Doc: correct bpy.msgbus argumentsCampbell Barton
2020-06-24Python API: support integer default for bpy.props.EnumPropertyBrecht Van Lommel
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-06-18Python API: path mapping options for library writing functionCampbell Barton
2020-06-05Code Cleanup: fcurve function namingJeroen Bakker
2020-06-04Cleanup: remove window manager argument for paint cursor APICampbell Barton
2020-06-02Fix T77126: Documented frame_change_pre and frame_change_post handlersSybren A. Stüvel
2020-05-29Merge branch 'blender-v2.83-release'Brecht Van Lommel
2020-05-29Blender: change bugfix release versioning from a/b/c to .1/.2/.3Brecht Van Lommel
2020-05-29PyAPI: use bpy_rna_types_capi.c to set type methodsCampbell Barton
2020-05-29PyAPI: support static & class methods for C RNA API methodsCampbell Barton
2020-05-14Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-14Cleanup: move assignment out of loopCampbell Barton
2020-05-13Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-13Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-13Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-13Fix crash accessing the clipboardCampbell Barton
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-05-01Cleanup: moved drivers to BKE_fcurve_driver.h / fcurve_driver.cSybren A. Stüvel
2020-04-16Fix T73977, T73825: ignore Python user site-packages directory by defaultBrecht Van Lommel
2020-04-08Cleanup: rename to BLI_path_cwd to BLI_path_abs_from_cwdCampbell Barton
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Including "BLI_listbase.h" for LISTBASE_FOREACH macroDalai Felinto
2020-04-03Cleanup: Rename ExtensionRNA variables from ext to rna_extJulian Eisel
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-03-26Cleanup: use doxy sections & add missing sectionsCampbell Barton
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2020-03-19Cleanup/refactor: remove BKE_idcode, in favour of BKE_idtype.Bastien Montagne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-13Python: add foreach_get and foreach_set methods to pyrna_prop_arrayBogdan Nagirniak
2020-03-11Cleanup: rename 'private' to 'embedded' for sub-data IDs.Bastien Montagne
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06Cleanup: move Alembic, AVI, Collada, and USD to `source/blender/io`Sybren A. Stüvel
2020-03-06Cleanup: use ELEM macro for path slash checksCampbell Barton
2020-03-06Cleanup: Message bus, removed incorrect return type from docstringSybren A. Stüvel
2020-03-06Cleanup: spellingCampbell Barton
2020-03-06Cleanup: keyframing return argumentsCampbell Barton
2020-03-06Cleanup: remove unused 'eInsertKeyFlags' from delete API callCampbell Barton
2020-03-06Cleanup: keyframe API naming, high level keyframe APICampbell Barton
2020-03-05Cleanup: redundant castsCampbell Barton
2020-03-04Build System: Add OpenXR-SDK dependency and WITH_XR_OPENXR build optionJulian Eisel
2020-02-20Cleanup: use named unsigned types in the Python APICampbell Barton
2020-02-13Py API: Add `orphans_purge` helper to `bpy.data`.Bastien Montagne