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
path: root/source
AgeCommit message (Expand)Author
2020-11-02Revert "VSE: Media transform redesign"Richard Antalik
2020-11-02Revert "Cleanup: store results of function calls in const values."Bastien Montagne
2020-11-02VSE: Media transform redesignRichard Antalik
2020-11-02Fix T77819: Snap Incremental does not match grid in all casesGermano Cavalcante
2020-11-02UI: Enable writing global area data (top-bar, status-bar) to .blend'sJulian Eisel
2020-11-02LibOverride: make some pose options overridable.Bastien Montagne
2020-11-02Cleanup: store results of function calls in const values.Bastien Montagne
2020-11-02Fix py-defined pointer properties wrong tag re ID ownership.Bastien Montagne
2020-11-02Cleanup: Document output of `BKE_object_where_is_calc` and friendsSybren A. Stüvel
2020-11-02Cleanup: Sanitise return value of `ED_object_parent_set()`Sybren A. Stüvel
2020-11-02GPencil: Cleanup comments typo errorAntonio Vazquez
2020-11-02Add comment about size of generated previews of filebrowser thumnails.Bastien Montagne
2020-11-02Another attempt at fixing T81963: Random rare crashes in override code.Bastien Montagne
2020-11-02LibOverride: Do not assert on missing operands in apply function.Bastien Montagne
2020-11-02Revert "Parenting: fix return value when parenting object to itself"Sybren A. Stüvel
2020-11-02Cleanup: use logging for "Found bundled Python" messageCampbell Barton
2020-11-02Cleanup: remove unused FileList.prv_w/hCampbell Barton
2020-11-02Fix incompatible pointer types warning with GCCCampbell Barton
2020-11-01Rename BKE_sequencer.hRichard Antalik
2020-11-01Revert "PyAPI: remove bpy.app.binary_path_python"Campbell Barton
2020-11-01Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-01PyAPI: set sys.executable to None when Python can't be foundCampbell Barton
2020-11-01Cleanup: Fix typo in commentHans Goudey
2020-11-01Fix T82089 Boolean on empty mesh with collection fails.Howard Trickey
2020-11-01Fix T82089 Boolean on empty mesh with collection fails.Howard Trickey
2020-11-01Fix new boolean performance bug.Howard Trickey
2020-10-31Fix new boolean performance bug.Howard Trickey
2020-10-31GPencil: Change maximum limit of Join strokeAntonio Vazquez
2020-10-31Merge branch 'blender-v2.91-release'Antonio Vazquez
2020-10-31Fix T82265: GPencil interpolate crash when next frame was NULLAntonio Vazquez
2020-10-31Cleanup: clang-formatLukas Stockner
2020-10-31Update tooltip, Tablet API can now be changed at runtime.Nicholas Rishel
2020-10-31Fix T82244: Crash when trying to use the rotate operator on the timelineGermano Cavalcante
2020-10-30Sculpt: Dyntopo detail size edit operatorPablo Dobarro
2020-10-30Sculpt: Add normal orientation to lasso trim toolPablo Dobarro
2020-10-30Fix crash when using multiple Sculpt Vertex Color layers for renderingPablo Dobarro
2020-10-30Refactor: move WorkSpace .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-10-30Refactor: move bScreen .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-10-30GPencil: New material parameter to rotate textureAntonio Vazquez
2020-10-30Merge branch 'blender-v2.91-release' into masterBastien Montagne
2020-10-30Fix (unreported) buffer-overflow in new lattice code.Bastien Montagne
2020-10-30Refactor: move Area .blend I/O to blenkernelJacques Lucke
2020-10-30Fix buffer-overflow in lattice deform evaluationJulian Eisel
2020-10-30Refactor: move view3dshading .blend I/O to blenkernelJacques Lucke
2020-10-30Refactor: move ParticleSettings .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-10-30Merge remote-tracking branch 'origin/blender-v2.91-release'Sybren A. Stüvel
2020-10-30Parenting: fix return value when parenting object to itselfSybren A. Stüvel
2020-10-30Fix undo steps not allowing re-using old BMain in non-global undo.Bastien Montagne
2020-10-30Cleanup: malformed doxygen sectionsCampbell Barton
2020-10-30Docs: note the purpose of UserDef_Runtime.is_dirtyCampbell Barton