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-03-05make property spreadsheet a bit more generictemp-spreadsheet-editor-python-prototypingJacques Lucke
2021-03-05show a custom propertyJacques Lucke
2021-03-05cleanupJacques Lucke
2021-03-05draw rna propertiesJacques Lucke
2021-03-05support drawing intsJacques Lucke
2021-03-05initial python spreadsheetJacques Lucke
2021-03-05UI: minor changes to preset sortingCampbell Barton
2021-03-05Presets: Improve sort order of presetsAaron Carlisle
2021-03-02Sculpt: Expand OperatorPablo Dobarro
2021-03-02Cleanup: remove Python 2.x support from complete_calltipCampbell Barton
2021-02-24Fix T85915: Cannot save new theme presetCampbell Barton
2021-02-22i18n messages extraction script: fix handling of C unicode-escapes.Bastien Montagne
2021-02-22Various UI messages fixes and tweaks.Bastien Montagne
2021-02-22Fix i18n messages extraction tool after update to support py 3.10.Bastien Montagne
2021-02-21PyAPI: use postponed annotations to support Python 3.10Campbell Barton
2021-02-21Cleanup: remove duplicate settings from operator_mesh_add templateCampbell Barton
2021-02-19PyAPI: bpy.utils.execfile temporarily overrides the __main__ moduleCampbell Barton
2021-02-16Fix reloading preferences ignoring 'script_directory'Campbell Barton
2021-02-13Merge branch 'blender-v2.92-release'Campbell Barton
2021-02-13RNA Manual Reference: Update mappingsAaron Carlisle
2021-02-04Merge branch 'blender-v2.92-release'Germano Cavalcante
2021-02-04Fix T85363: Cmd + Tab shortcut overridden on macOSJohannes Jakob
2021-02-04Fix T79822: Custom preset casing not preservedAnkur Deria
2021-02-04Presets: Cleanup preset namingNathan Craddock
2021-01-27Merge branch 'blender-v2.92-release'Campbell Barton
2021-01-27Fix T81834: Images not properly duplicated in node_shader_utilsCampbell Barton
2021-01-27Merge branch 'blender-v2.92-release'Campbell Barton
2021-01-27RNA Manual Reference: Update MappingsAaron Carlisle
2021-01-24Cleanup: remove toolbar popup release hackCampbell Barton
2021-01-16Add Object Tool: rename keymap, expose in keymap editorCampbell Barton
2021-01-14Fix T84549: Keymap presets written without repeat enabledCampbell Barton
2021-01-03Update RNA to manual url mappingsAaron Carlisle
2020-12-29Fix T83749: Better handling of alpha in generic Nodes material wrapper for IO...Bastien Montagne
2020-12-28Cleanup: UI messages fixes.Bastien Montagne
2020-12-22Animation: Bake Action, improved discontinuity filter for bonesSybren A. Stüvel
2020-12-21Fix part of T84004: Some 2.92 alpha UI strings can't be translated.Bastien Montagne
2020-12-21Fix part of T84004: Some 2.92 alpha UI strings can't be translated.Bastien Montagne
2020-12-21Fix some UI messages and update i18n spellcheck utils.Bastien Montagne
2020-12-18Fix mistake in Bake Action discontinuity fixSybren A. Stüvel
2020-12-18Fix T83351: Baked object rotation has discontinuitiesSybren A. Stüvel
2020-12-16Fix exported keymaps loading in 2.91 and olderCampbell Barton
2020-12-15Asset System: New Asset Browser editorJulian Eisel
2020-12-11Cleanup: trailing spaceCampbell Barton
2020-12-10PyAPI: add bpy.utils.unescape_identifierCampbell Barton
2020-12-09Fix custom property UI handling names with quotes and back-slashesCampbell Barton
2020-12-07UI: Fix mistakes in UI messages.Bastien Montagne
2020-12-04i18n utils CLI: add missing RTL process command.Bastien Montagne
2020-12-04i18n utils: Add first version of the CLI wrapper around i18n tools.Bastien Montagne
2020-12-04i18n utils: Add a helper to list and match po files with languages codes.Bastien Montagne
2020-12-04i18n utils : Reduce dependency to Blender bpy API, step 2.Bastien Montagne