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-04-26Cleanup: autopep8Campbell Barton
2022-04-22Fix various typos and other UI messages issues.Bastien Montagne
2022-04-22Fix T97429: Translateable Unit Names Missing in the File.Bastien Montagne
2022-04-21Cleanup: explicitly disable autopep8 for rna_manual_referenceCampbell Barton
2022-04-20Cleanup: run autopep8 with max-line-length=120 (missed a file)Campbell Barton
2022-04-20Cleanup: run autopep8 with max-line-length=120Campbell Barton
2022-04-20Cleanup: use autopep8 for bl_i18n_utils.settingsCampbell Barton
2022-04-20Cleanup: run autopep8 on release/scripts/modules/Campbell Barton
2022-04-19Fix missing C/Python methods in API docsCampbell Barton
2022-04-19PyDoc: remove multiple `children` properties for Bone typeCampbell Barton
2022-04-11Update RNA to user manual referencesAaron Carlisle
2022-04-11Fix/workaround i18n script not finding some messages anymore.Bastien Montagne
2022-04-07Cleanup: remove incorrect commentSybren A. Stüvel
2022-04-06Cleanup: spelling & poor wording in code & commentsCampbell Barton
2022-04-06Cleanup: use context.path_resolve instead of eval(..)Campbell Barton
2022-04-06PyAPI: Add Context.path_resolve wrapper that supports context membersCampbell Barton
2022-04-05Cleanup: fix various typosBrecht Van Lommel
2022-04-03Curves: Curve PenDilith Jayakody
2022-03-28Fix various UI messages issues.Bastien Montagne
2022-03-24Outliner: Remove list of library overrides from general display modesJulian Eisel
2022-03-15Cleanup: use single back-ticks in regular commentsCampbell Barton
2022-03-14Fix T96395: NDOF entries prevent loading of custom keymaps in 3.2Campbell Barton
2022-03-11PyAPI: use C/RNA API for Text.from_string/to_stringCampbell Barton
2022-03-04Cleanup: unused Python variables & importsCampbell Barton
2022-03-02Cleanup: remove all tweak events from key-map presetsCampbell Barton
2022-03-02Event System: remove tweak events in favor of click-dragCampbell Barton
2022-02-23Cleanup: Simplify manual url version handlingAaron Carlisle
2022-02-23Merge branch 'blender-v3.1-release'Aaron Carlisle
2022-02-23Update RNA to user manual mapping fileAaron Carlisle
2022-02-18Curves: initial brush system integration for curves sculpt modeJacques Lucke
2022-02-11File headers: add license to Python scriptsCampbell Barton
2022-02-11Cleanup: remove white-space before headersCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09Cleanup: use consistent copyright location, move descriptionsCampbell Barton
2022-02-07Fix missing removal of proxy references in py scripts.Bastien Montagne
2022-02-07Merge branch 'blender-v3.1-release'Bastien Montagne
2022-02-07Fix UI messages (typos etc.).Bastien Montagne
2022-02-02Remove operators to manually convert proxies to liboverrides.Bastien Montagne
2022-02-02Cleanup: comment printing when loading XMLCampbell Barton
2022-01-25Cycles: add Point Info nodeBrecht Van Lommel
2022-01-24Cleanup: Grammar: its self vs. itselfHans Goudey
2022-01-18Cleanup: quite old-style-declaration warning, strip trailing spaceCampbell Barton
2022-01-14Python API: add "children_recursive" property to Object & CollectionCampbell Barton
2022-01-10Fix error when keyframing with Custom PropertiesDemeter Dzadik
2022-01-03Fix (unreported) i18n utils failing to create MO files in trunk.Bastien Montagne
2022-01-03Add Georgian to our list of languages.Bastien Montagne
2021-12-25Update RNA to user manual mapping fileAaron Carlisle
2021-11-18Merge remote-tracking branch 'origin/blender-v3.0-release'Sybren A. Stüvel
2021-11-18Fix T92442: undo removal of Eevee cryptomatte accurate mode optionBrecht Van Lommel
2021-11-17cleanup: fix typos in comments and docsluzpaz