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-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-18Fix T89240: Crash when moving vertices on a linked duplicateGermano Cavalcante
2021-06-18Fix T88605: Alembic import crashes when missing `arbGeomParams`Sybren A. Stüvel
2021-06-18Cleanup: clang formatJacques Lucke
2021-06-18Fix invalid polygon normal array access building bake dataCampbell Barton
2021-06-18Cleanup: use 'bmesh' prefix for BMesh tessellation utilitiesCampbell Barton
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 undefs from previous commitGermano Cavalcante
2021-06-18Fix T89210: Box selection can fail in graphics editorGermano Cavalcante
2021-06-18Fix T89247: Dereference arguments to comparison function correctlyFen
2021-06-18Fix T89233: Incorrect attribute remove warning for curvesHans Goudey
2021-06-17Raycast geometry node.Lukas Tönne
2021-06-17Fix T89234: Gpencil Separate doesn't copy settings in Stroke/Point modeAntonio Vazquez
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-17Geometry Nodes: improve node locking in evaluatorJacques Lucke
2021-06-17Cleanup: use doxy sections for rna_mesh.cCampbell Barton
2021-06-17Cleanup: rename rna_Mesh_update_data to rna_Mesh_update_data_deg_allCampbell Barton
2021-06-17Cleanup: improved comment for skipping updated with zero user meshesCampbell Barton
2021-06-17Cleanup: split BKE_mesh_copy_settings into two functionsCampbell Barton
2021-06-17Cleanup: spellingCampbell Barton
2021-06-17Cleanup: unused argument, function & shadow variable warningCampbell Barton
2021-06-17VSE: Refactor transform operator codeRichard Antalik
2021-06-17VSE: Reduce transform code complexityRichard Antalik
2021-06-17Revert "Fix T89204: slow repeated rendering with GPUOffscreen.draw_view3d"Brecht Van Lommel
2021-06-16Fix T88342: 'To Sphere' and 'Push/Pull' not working in Pose modeGermano Cavalcante
2021-06-16Fix T89204: slow repeated rendering with GPUOffscreen.draw_view3dBrecht Van Lommel
2021-06-16Edge-scrolling for node editorLukas Tönne
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 operators: Tweak a bit poll functions, forbid in liboverride cases.Bastien Montagne
2021-06-16ShaderFX/LibOverride: Add `BKE_shaderfx_is_nonlocal_in_liboverride` util.Bastien Montagne
2021-06-16Tweaks to Constraints operators poll functions.Bastien Montagne
2021-06-16Fix: Image node alpha socket converted to operations twiceManuel Castilla
2021-06-16Compositor: Full frame Value nodeManuel Castilla
2021-06-16Compositor: Full frame RGB nodeManuel Castilla
2021-06-16Geometry Nodes: fix z-up spline normal calculationJacques Lucke
2021-06-16Cleanup: minor simplification to status allocationCampbell Barton
2021-06-16Fix pose-mode statistics with multi-object editingCampbell Barton
2021-06-16Cleanup: sculpt mode checks when calculating statsCampbell Barton
2021-06-16Alembic: support reading per-vertex UV setsKévin Dietrich
2021-06-16Cleanup: reduce warnings when compiling release builds.Jeroen Bakker