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-06-06Cleanup: unused argumentCampbell Barton
2021-06-06VSE: Remove seq->tmp usage from transform codeRichard Antalik
2021-06-05Cleanup: spelling in commentsCampbell Barton
2021-06-05Edit Mesh: partial updates for normal and face tessellationCampbell Barton
2021-06-03Overlay: Flash on Mode Transfer overlayPablo Dobarro
2021-06-03LibOverride: Add `override_hierarchy_create`to ID's RNA API.Bastien Montagne
2021-06-03Fix T88762: UI using tab to enter next button could clamp the hard min/Philipp Oeser
2021-06-03Cleanup: spelling in comments, correct outdated commentsCampbell Barton
2021-06-03Cleanup: use doxy sections for node_relationships.ccCampbell Barton
2021-06-03Fix invalid return values from file_executeCampbell Barton
2021-06-02Cleanup: Fix build warningsRichard Antalik
2021-06-02VSE: Add strip-time intersection test functionRichard Antalik
2021-06-02Cleanup: Strip duplication codeRichard Antalik
2021-06-02Nodes: move some files to C++Jacques Lucke
2021-06-02Cleanup: unused variableCampbell Barton
2021-06-02GPencil: New operator to Normalize strokesAntonio Vazquez
2021-06-02Object: support running transfer mode in any object modeCampbell Barton
2021-06-02VSE: Use own category for metadata panelRichard Antalik
2021-06-01Cleanup: Split draw_cache_extract_mesh into multiple files.Jeroen Bakker
2021-06-01BMesh: remove checks for tessellating 2 sided facesCampbell Barton
2021-06-01Cleanup: correct sculpt quat argument sizeCampbell Barton
2021-06-01GPU: add 2D projection functionCampbell Barton
2021-06-01Fix buffer overrun in paint_line_strokes_spacingCampbell Barton
2021-05-31Cleanup: else-after-returnJacques Lucke
2021-05-31Fix T88569: UI VSE: Menu-based range change, doesn't update the Timeline scro...Philipp Oeser
2021-05-31Fix T88666: Cryptomatte: EXR sequence does not update when scrubbing the time...Jeroen Bakker
2021-05-28Merge branch 'blender-v2.93-release'Hans Goudey
2021-05-28Fix incorrect Denoise node SSE 4.1 warning on macOS IntelBrecht Van Lommel
2021-05-28Merge branch 'blender-v2.93-release'Philipp Oeser
2021-05-28Fix T88635: VSE: Select Linked gives unpredictable resultsPhilipp Oeser
2021-05-27Fix T88625: Multiobject UV hiding/unhiding does not work with UV_SYNC_SELECTIONPhilipp Oeser
2021-05-27Cleanup: rename BKE_main_id_{clear_newpoins => newptr_and_tag_clear}Campbell Barton
2021-05-27Cleanup: remove duplicate LIB_TAG_NEW untag codeErik Abrahamsson
2021-05-27Cleanup: inconsistent parameter nameJacques Lucke
2021-05-27Cleanup: simplify logic for copying vector button as textCampbell Barton
2021-05-27Fix incorrect BLI_snprintf usageCampbell Barton
2021-05-27Cleanup: specify array sizes, remove warnings in commentsCampbell Barton
2021-05-27Cleanup: use UndoMesh as links instead of allocating LinkDataCampbell Barton
2021-05-27Undo: resolve inefficient edit-mesh memory use with multiple objectsCampbell Barton
2021-05-26Cleanup: array-parameter warning with GCC 11Campbell Barton
2021-05-26Cleanup: shadow warningCampbell Barton
2021-05-26GPencil: Bake GPencil object transforms into a new GPencil objectAntonio Vazquez
2021-05-26Merge branch 'blender-v2.93-release'Philipp Oeser
2021-05-26Fix T88251: "Operator Cheat Sheet" CrashPhilipp Oeser
2021-05-25GPencil: Add a use_light option when creating object.YimingWu
2021-05-25Blenlib: Explicit Colors.Jeroen Bakker
2021-05-25Revert "Blenlib: Explicit Colors."Jeroen Bakker
2021-05-25Blenlib: Explicit Colors.Jeroen Bakker
2021-05-25Fix T86956: VSE shading mode ignores Grease Pencil Vertex colors.Jeroen Bakker
2021-05-25Merge branch 'blender-v2.93-release'Richard Antalik