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-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-26GPencil: Duplicate Masks when separate Layer/StrokesAntonio Vazquez
2021-06-25Fix T89430: Realizing NURBS curve instances is brokenHans Goudey
2021-06-25Fix T88756: crash when baking with autosmoothKévin Dietrich
2021-06-25Spreadsheet: Dataset region for spreadsheet editorFabian Schempp
2021-06-24Cleanup: compiler warnings with clangBrecht Van Lommel
2021-06-24Depsgraph: support flushing parameters without a full COW updateCampbell Barton
2021-06-24Fix linking code after own recent commit.Bastien Montagne
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-24Cleanup: correct variable name in commentsCampbell Barton
2021-06-23Fix T88769: GPencil smooth incorrect behavior in cyclic strokesAntonio Vazquez
2021-06-23LibOverride: Also override owner collection in Outliner hierarchy override.Bastien Montagne
2021-06-23Fix Scene/MasterCollection handling in `BKE_main_collection_sync_remap()`.Bastien Montagne
2021-06-23Revert "Revert "Enhanced stats/reports for blendfile reading.""Bastien Montagne
2021-06-23Fix T89249: incorrect mesh validate error with zeroed vertex normalsCampbell Barton
2021-06-23Cleanup: reformat trailing comments that caused line wrappingCampbell Barton
2021-06-23Fix T89374: Erasing/cutting in Grease Pencil makes Blender shut downAntonio Vazquez
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-22Cleanup: Remove extra blank lineAntonio Vazquez
2021-06-22Fix T89366: GPencil hide layers above parented layerAntonio Vazquez
2021-06-22Fix T89343: Point cloud instances not transformed when realizedHans Goudey
2021-06-22Revert "Enhanced stats/reports for blendfile reading."Brecht Van Lommel
2021-06-22Geometry Nodes: Join curve attributes when realizing instancesHans Goudey
2021-06-22Cleanup: Refactor spline copying functionsHans Goudey
2021-06-22Fix deadlock with shrinkwrap and other modifiersBrecht Van Lommel
2021-06-22Enhanced stats/reports for blendfile reading.Bastien Montagne
2021-06-22Cleanup: split BKE_object_batch_cache_dirty_tagGermano Cavalcante
2021-06-22Cleanup: Use more clear visibility tag function nameSergey Sharybin
2021-06-22Cleanup: Use "size" instead of "points_len" in spline codeHans Goudey
2021-06-22Cleanup: Rename variables, use shorter namesHans Goudey
2021-06-21Refactor: Do not keep a copy of depth buffer in RegionView3DGermano Cavalcante
2021-06-21Fix deadlocks in mesh modifier evaluation and particlesBrecht Van Lommel
2021-06-21GPencil: Disable Lights when duplicate layerAntonio Vazquez
2021-06-21Cleanup: pass objects as const argumentsCampbell Barton
2021-06-21Cleanup: Rename spline interpolation functionsHans Goudey
2021-06-21Curves: Multithread Curve to CurveEval conversionHans Goudey
2021-06-20Fix T89302: Broken normals after mesh to curve nodeHans Goudey
2021-06-20Cleanup: make BKE_mesh_loops_to_tessdata a static functionCampbell Barton
2021-06-20Docs: add additional notes on tessellation, update commentsCampbell Barton
2021-06-20Mesh: minor optimization to concave quad check for tessellationCampbell Barton
2021-06-20Mesh: optimize object mode face tessellationCampbell Barton
2021-06-19Spreadsheet Editor: Row FiltersHans Goudey
2021-06-18Armature: add automatic B-Bone Scale toggles.Alexander Gavrilov
2021-06-18Armature: implement lengthwise scaling of B-Bone segments.Alexander Gavrilov
2021-06-18Armature: add B-Bone Y scale channel and extra flag fields to DNA.Alexander Gavrilov
2021-06-18GPencil: Missed flag in previous Copy Settings commitAntonio Vazquez
2021-06-18GPencil: Move copy layer settings to functionAntonio Vazquez
2021-06-18Fix error passing in false as instead of a structCampbell Barton
2021-06-18Fix T88394: crash when editing animated Alembic propertiesSybren A. Stüvel
2021-06-18Cleanup: clang formatJacques Lucke