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-12-10Cleanup: move public doc-strings into headers for various API'sCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-12-07Cleanup: Fix various source typosluzpaz
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-18Cleanup: replace 'unsigned in' with 'uint'Campbell Barton
2020-11-20Cleanup: spellingCampbell Barton
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-08-24Fix T68807: smoothing group issuePhilipp Oeser
2019-07-10Fix broken Mesh 'calc_smooth_groups' logic.Bastien Montagne
2019-07-02Cleanup: move comments onto own lines to avoid breaking linesCampbell Barton
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
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: blank lines over doxy headersCampbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-07-16Cleanup: Use const qualifier for UV vertex mapSergey Sharybin
2018-07-16Cleanup: More clear naming in UV vertex/element mappingsSergey Sharybin
2018-07-13Cleanup: right shift argumentsCampbell Barton
2017-10-20Cleanup: redundant castsCampbell Barton
2017-06-02Cleanup: styleCampbell Barton
2016-07-25Cleanup: debug-only variable.Bastien Montagne
2016-07-21Add BKE_mesh_calc_islands_loop_poly_uvmap and use it in new OSD UV subdiv.Bastien Montagne
2016-07-21BKE mesh mapping: add new BKE_mesh_edge_loop_map_create().Bastien Montagne
2016-05-21BKE Mesh mapping: add 'vert to looptri' mapping generator.Bastien Montagne
2016-03-22Mesh API: add BKE_mesh_vert_edge_vert_map_createCampbell Barton
2015-10-04BLI_Buffer: add BLI_buffer_reinitCampbell Barton
2015-10-04BLI_Buffer: support over 2gb allocationsCampbell Barton
2015-09-04Quiet warningsJulian Eisel
2015-07-23Fix memory leaks mesh w/ mesh remappingCampbell Barton
2015-07-23Utility function to get poly -> looptri mappingCampbell Barton
2015-06-20Transform: UV islands were split by windingCampbell Barton
2015-05-17BMesh: don't check winding for uv-vert-mapCampbell Barton
2015-04-30Data transfer - Loop Islands Hell Fixes.Bastien Montagne
2015-04-28Minor cleanup in comments.Bastien Montagne
2015-04-28Fix T44530 UV islands fail on subsurf after mirror modifier.Antony Riakiotakis
2015-04-09Seriously... Fix building!Bastien Montagne
2015-04-09Fix part of T44320 selecting islands can fail.Antony Riakiotakis
2015-02-20Fix possible (unlikely) memory leakCampbell Barton
2015-01-09BKE: Add 'mesh remap' code.Bastien Montagne
2014-10-13Mesh calc smooth group: several fixes.Bastien Montagne
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton