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-20Speedup rigid body "Copy from Active" operatorJagannadhan Ravi
2021-07-20Fix T89982: Geometry Nodes: 'New' Button tries to create node_tree on active ...Philipp Oeser
2021-07-19Cleanup: remove unused pathlib importCampbell Barton
2021-07-16VSE: Fix multicam splitting all selected stripsRichard Antalik
2021-07-15Assets: Open Blend File operatorSybren A. Stüvel
2021-07-06Cleanup: pep8Campbell Barton
2021-07-05Geometry Nodes: new Viewer nodeJacques Lucke
2021-06-15Cleanup: use private methods for internal operator utilitiesCampbell Barton
2021-06-08PyAPI: use keyword only argumentsCampbell Barton
2021-05-31Merge branch 'blender-v2.93-release'Brecht Van Lommel
2021-05-31Fix T88670: Load Previous Settings does not copy symlinksBrecht Van Lommel
2021-05-29UI: Match tooltip with interface nameAaron Carlisle
2021-05-26Fix T88534: Unable to add a Geometry Node Tree on Volume objectPhilipp Oeser
2021-05-18WM: check missing space-data & constraints in poll functionsCampbell Barton
2021-05-18Merge branch 'blender-v2.93-release'Campbell Barton
2021-05-18Fix error calling select-camera without a 3D viewCampbell Barton
2021-05-13UI: Use term 'Preferences' instead of 'User Prefs'Aaron Carlisle
2021-05-06Merge branch 'blender-v2.93-release'Campbell Barton
2021-05-06PlayAnim: support limiting the cache by memory instead of framesCampbell Barton
2021-04-16Fix various Blender 3.0 versioning issuesRay Molenkamp
2021-04-15Spreadsheet: breadcrumbs and node pinningJacques Lucke
2021-04-12Cleanup: defer 'os' imports in startup scriptsCampbell Barton
2021-04-09Cleanup: defer importing nodeitems_utils (missed last commit)Campbell Barton
2021-03-31WM: use data-path utility functions for WM operatorsCampbell Barton
2021-03-30UI: add description methods for `wm.context_*` operatorsCampbell Barton
2021-03-26UI: Use unified format for "Warning" in descriptionsYevgeny Makarov
2021-03-25Fix T83390: Remove temporary, for-one-release deprecation hintsSybren A. Stüvel
2021-03-23Fix error in clip.setup_tracking_scene with cyclesCampbell Barton
2021-03-23Cleanup: unused variables, importsCampbell Barton
2021-03-23Cleanup: import operator class directly for Python operatorsCampbell Barton
2021-03-20Fix T86746: Description missing from Quick LiquidFalk David
2021-03-19Fix T86208: copy node group button is inconsistent in geometry nodesAngus Stanton
2021-03-16Revert removal of lambda usage for Python RNA callbacksCampbell Barton
2021-03-11Fix T86199: error when adding custom fluid diffusion presetSiddhartha Jejurkar
2021-03-11Fix (unreported): crash on undo when using pinned id in spreadsheetJacques Lucke
2021-03-10Spreadsheet: new spreadsheet editorJacques Lucke
2021-03-10Cleanup: remove annotations from startup scriptsCampbell Barton
2021-03-06Cleanup: unused importsCampbell Barton
2021-03-06Cleanup: unused argumentsCampbell Barton
2021-03-05Fix T86293: crash undoing after executing the python console in certainPhilipp Oeser
2021-02-24UI: Clean up use of the term "Metaballs"Yevgeny Makarov
2021-02-24UI: Cleanup and fix labels and descriptions in various placesYevgeny Makarov
2021-02-24Fix T85930: Custom Property Error: Wrong SubtypeCampbell Barton
2021-02-21UI: Correct the text alignment in the quick setup (splash screen) dialogYevgeny Makarov
2021-02-21PyAPI: use postponed annotations to support Python 3.10Campbell Barton
2021-02-18Fix T85410: Quick liquid domain alignmentMatt Hill
2021-02-16Cleanup: spellingCampbell Barton
2021-02-16Fix add-on & app-template installation logic for overwriting modulesCampbell Barton
2021-02-16Cleanup: remove local copy of shutil.copytree from Python 3.8Campbell Barton
2021-02-14Cleanup: Source Code Typosluzpaz