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-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
2021-06-18Cleanup: rename test_index_face -> BKE_mesh_mface_index_validateCampbell Barton
2021-06-18Cleanup: remove unused MFace custom-data utilitiesCampbell Barton
2021-06-18Cleanup: move mesh tessellation into it's own fileCampbell Barton
2021-06-18Cleanup: clang-tidyCampbell Barton
2021-06-18Cleanup: replace 'unsigned in' with 'uint'Campbell Barton
2021-06-18Cleanup: use standard identifier for uint64_t string formattingCampbell Barton
2021-06-18Fix T89233: Incorrect attribute remove warning for curvesHans Goudey
2021-06-17Raycast geometry node.Lukas Tönne
2021-06-17Geometry Nodes: Add Curve Subdivision NodeHans Goudey
2021-06-17Geometry Nodes: support minimum twist normal modeJacques Lucke
2021-06-17Geometry Nodes: fix ownership issue in spline to points conversionJacques Lucke
2021-06-17Cleanup: split BKE_mesh_copy_settings into two functionsCampbell Barton
2021-06-16LineArt: Cached calculation for modifiers in the same stack.YimingWu
2021-06-16BLI: add C++ wrapper for task isolationJacques Lucke
2021-06-16BLI: add threading namespaceJacques Lucke
2021-06-16ShaderFX/LibOverride: Add `BKE_shaderfx_is_nonlocal_in_liboverride` util.Bastien Montagne
2021-06-16Geometry Nodes: fix z-up spline normal calculationJacques Lucke