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-07-21Fix i18n utils_cli mistake.Bastien Montagne
2021-07-21Cleanup: replace NB with NOTE in commentsCampbell Barton
2021-07-20Docs: Update RNA to user manual mappingsAaron Carlisle
2021-07-15Asset Browser: Python mixin utility for category-specific panelsSybren A. Stüvel
2021-07-06Cleanup: pep8Campbell Barton
2021-06-24Fix failure when baking actions with Bendy BonesJulian Eisel
2021-06-23RNA Manual Reference: Update Mapping FileAaron Carlisle
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-21Add a reason for why an Addon can not be loaded. This change gives a more det...Gaia Clary
2021-06-15Cleanup: unused argument & variable warningsCampbell Barton
2021-06-08PyAPI: use keyword only argumentsCampbell Barton
2021-06-07Fix T88899: `__file__` not set for `text.as_module()`Campbell Barton
2021-06-04Update Camera presetsFynn Grotehans
2021-05-28Merge branch 'blender-v2.93-release'Aaron Carlisle
2021-05-28Docs: Update RNA to User Manual mappingsAaron Carlisle
2021-05-25Fix/Refactor RNA ID preview getter creating preview data.Bastien Montagne
2021-05-21Cleanup: spellingLeon Zandman
2021-05-20Merge remote-tracking branch 'origin/blender-v2.93-release'Sybren A. Stüvel
2021-05-20Fix T86193: Bake Action, wrong rotation order for bonesdreamertooth
2021-05-18WM: check missing space-data & constraints in poll functionsCampbell Barton
2021-05-14Python GPU: Replace part of the code that uses 'bgl' with 'gpu'Germano Cavalcante
2021-05-14PyAPI: use iterators for ID property methods (keys, values & items)Campbell Barton
2021-05-13PyAPI Docs: Cleanup FormattingAaron Carlisle
2021-05-12PyAPI: remove deprecated 'wiki_url' for add-ons 'bl_info'Campbell Barton
2021-05-07Update RNA to User Manual mappingAaron Carlisle
2021-05-05System info: add OS version to sys_info.pyAnkit Meel
2021-05-04Docs: "File > External Data pack operator" lookup for the manualDalai Felinto
2021-05-03Merge branch 'blender-v2.93-release'Alexander Gavrilov
2021-05-03Minor updates to i18n spellcheck tool.Bastien Montagne
2021-05-01Python GPU: Replace a few calls of the bgl module with gpuGermano Cavalcante
2021-04-30Documentation: Replace the bgl API in the gpu module exemplesGermano Cavalcante
2021-04-28Merge branch 'blender-v2.93-release'Campbell Barton
2021-04-28Fix T85688: ExportHelper adds multiple file name extensionsCampbell Barton
2021-04-27Merge branch 'blender-v2.93-release'Aaron Carlisle
2021-04-27Update RNA/User Manual MappingsAaron Carlisle
2021-04-26Merge branch 'blender-v2.93-release'Jacques Lucke
2021-04-26DeprecationWarning fixErik Abrahamsson
2021-04-22Animation: add "LocRotScaleCProp" keying setSybren A. Stüvel
2021-03-31PyAPI: add bl_rna_utils.decompose_data_pathCampbell Barton
2021-03-31Fix bl_rna_utils._TokenizeDataPath function argument extraction errorCampbell Barton
2021-03-30UI: add description methods for `wm.context_*` operatorsCampbell Barton
2021-03-30PyAPI: replace repr with our own escape function in animsys_refactorCampbell Barton
2021-03-26Fix error when an addon has no `__init__.py`Sybren A. Stüvel
2021-03-23Update RNA to Manual MapAaron Carlisle
2021-03-06Cleanup: remove workaround for Python 3.7x crashing with libeditCampbell Barton
2021-03-06Cleanup: unused importsCampbell Barton
2021-03-06Cleanup: unused variablesCampbell Barton
2021-03-05UI: minor changes to preset sortingCampbell Barton
2021-03-05Presets: Improve sort order of presetsAaron Carlisle
2021-03-02Sculpt: Expand OperatorPablo Dobarro