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-10Cleanup: spelling in commentsCampbell Barton
2022-04-07Cleanup: clang-formatCampbell Barton
2022-04-05Refactor: Unify vertex and sculpt colors into newJoseph Eagar
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-07-06Cleanup: rename 'count' to 'len'Campbell Barton
2021-01-05BMesh: add use_shapekey to BMesh transform operatorsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-04-20Cleanup: add missing macros to clang-formatCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-27Cleanup: style, use braces for bmeshCampbell 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
2017-11-26Cleanup: move edge-rotate into own fileCampbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2016-03-14Fix T47788: Symmetrize flips multi-res dataCampbell Barton
2015-09-04Partial revert of warning cleanupCampbell Barton
2015-09-04Quiet warningsJulian Eisel
2015-04-29Fix T44542: 'extend selection' editmode tool would select hidden elements.Bastien Montagne
2015-01-12BMesh: Tweak behavior for select more/lessCampbell Barton
2014-11-06Editmesh: select more/less can now step over adjacent facesCampbell Barton
2014-09-29Cleanup: remove smooth_ from 'smooth_factor'Campbell Barton
2014-09-28Fix T25582: Add a 'smooth factor' to smooth_vertex BMesh op.Bastien Montagne
2014-07-21Math Lib: rename mul_serie_m3 to mul_m3_series & reorder argsCampbell Barton
2014-07-20Math Lib: use variable length args for mul_serie_m3,m4 (instead of trailing N...Campbell Barton
2013-10-16fix [#37100] Segfault when I rotate an edgeCampbell Barton
2013-10-09code cleanup: redundant includes and add minor comments.Campbell Barton
2013-08-21use BM_CREATE_NOP arg rather then zero, with pointer and bool args in either ...Campbell Barton
2013-07-30function renaming for own recently added BLI_math functions, suggested by Bre...Campbell Barton
2013-07-28move alloca define into its own header since its not related to BLI_arrayCampbell Barton
2013-07-26fix [#36282] Spin error with non uniform scaleCampbell Barton
2013-07-26optimization: call one bmesh operator for rotate (not 3).Campbell Barton
2013-07-08move normal recalculation into its own source file.Campbell Barton
2013-07-08fix [#36047] Recalculate normals produces faulty normals on certain simple me...Campbell Barton
2013-06-04edit-mesh improvements to select shortest pathCampbell Barton
2013-05-15fix for own recent change with normal calculation (with no faces it wasn't fr...Campbell Barton
2013-05-13add missing STACK_INIT, also quiet float <> double conversion warnings.Campbell Barton
2013-05-12remove BLI_array allocations from uv/color reverse, rotate. Campbell Barton
2013-05-12bmesh recalculate normals - remove BLI_array reallocation, the max size of th...Campbell Barton
2013-05-12remove wanton use of array reallocation for mesh smoothing.Campbell Barton
2013-04-23from bug report [#34984] bmesh.ops.recalc_face_normals() ignores use_flip=TrueCampbell Barton
2013-03-21code cleanup: remove double call to BKE_node_instance_key(), rename ruler (lo...Campbell Barton
2013-01-20fix for own error in recent BLI_array commitCampbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2012-12-03revert part of r52720, Id rather leave these as-is, even if they give warning...Campbell Barton
2012-12-02Silent a bunch of gcc warnings (usually dummy, but noisy!).Bastien Montagne
2012-11-29fix [#33029] Applying modifier leaks memoryCampbell Barton
2012-11-28bmesh operator naming - use clearer names for args eg: (mat -> matrix, use_si...Campbell Barton
2012-11-27use clearer names for 'single' bmesh operator args & add '%e' to BMO_op_vinit...Campbell Barton
2012-11-27py/bmesh api - add support for single item buffers (odd feature but used quit...Campbell Barton