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
2022-09-09Cleanup: Simplify BKE_mesh_nomain_to_meshHans Goudey
2022-09-08Cleanup: prefer terms verts/polys over vertices/polygonsCampbell Barton
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-04-20Mesh: Avoid unnecessary normal calculation and dirty tagsHans Goudey
2022-04-04Fix T96999: RNA mesh transform does not mark normals dirtyHans Goudey
2022-02-24Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-24Fix: Crash switching between sculpt and edit modeHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-07-08Cleanup: spellingCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Depsgraph: support flushing parameters without a full COW updateCampbell Barton
2021-05-21Cleanup: quiet -Warray-parameter warnings from GCC11Campbell Barton
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2020-03-24RNA: expose comparison tolerance for Mesh.unit_test_compareHabib Gahbiche
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-08-25RNA: remove Mesh.update() calc_loop_triangles argumentCampbell Barton
2019-07-31Added BKE_mesh_clear_geometry() functionSybren A. Stüvel
2019-06-03Cleanup: style, use braces in RNACampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-28Cleanup/refactor clnor code: add high-level helpers to set custom normals.Bastien Montagne
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-12-17RNA: Add Mesh.count_selected_items()Campbell Barton
2018-10-24Fix T57366: Mesh.from_pydata invalid loose-edge stateCampbell Barton
2018-10-10Python API: add loop triangles access, remove tessfaces.Brecht Van Lommel
2018-08-23Rename: *_batch_cache_dirty > *_batch_cache_dirty_tagDalai Felinto
2018-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-09Merge branch 'master' into blender2.8Campbell Barton
2018-06-09Cleanup: trailing space in RNACampbell Barton
2017-08-22Cleanup: naming for mesh dirty flagsCampbell Barton
2017-06-27RNA: update_gpu_tag() to force Batch re-generationCampbell Barton
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-05-24Fix T51561: Normal maps fail w/ quad + eeveeCampbell Barton
2017-02-22Cycles: Fix shading with autosmooth and custom normalsSergey Sharybin
2017-01-13Fix small spelling errorAaron Carlisle
2017-01-11RNA: Expose autosmooth face splittingSergey Sharybin
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne
2016-02-28BKE_mesh: add polygon flipping tools.Bastien Montagne
2015-10-12Add functions to compute normals (verts, polys and loops ones) for a given sh...Bastien Montagne
2015-03-30Fix T41191: Custom Loop Normals Viewport shading not updating when set from p...Bastien Montagne
2015-03-20Fix T43786: Cycles bake disregards Auto Smooth (vertex per-face normals)Sergey Sharybin
2015-03-16Cleanup: warningsCampbell Barton
2015-03-13Add an option to mesh.calc_tessface() to get rid of polygons and loopsSergey Sharybin
2015-03-04RNA: rename mesh validate argumentCampbell Barton
2015-02-06Fix some UI messages from own recent merge, and RNA code checking for final '...Bastien Montagne