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
2018-06-04Cleanup: strip trailing space in bmesh moduleCampbell Barton
2018-05-25Applied soc-2017-normal-toolsRohan Rathi
2018-04-16Multi-Object EditingCampbell Barton
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-03-13Merge branch 'master' into blender2.8Campbell Barton
2018-03-13Cleanup: doxygen commentsCampbell Barton
2018-03-02Merge branch 'master' into blender2.8Campbell Barton
2018-03-01Refactor: Merge non-functional-change part of 'edit normals' 2017 GSoC.Bastien Montagne
2018-02-22Merge branch 'master' into blender2.8Bastien Montagne
2018-02-22Fix (unreported) meshes changing shading when creating empty clnors data.Bastien Montagne
2018-02-22Cleanup: clnor code: more 'do not use same varname for two different things'.Bastien Montagne
2018-02-08Object Mode: move to workspace structCampbell Barton
2017-11-26Removing OMP: nuke last usages in bmesh_mesh.cBastien Montagne
2017-11-26Fix for Fix (c): broken atomic lock in own bmesh code.Bastien Montagne
2017-11-25Fix broken atomic_cas lock in own recent commit in bmesh.Bastien Montagne
2017-11-24Cleanup leftover timing debug prints from own recent commits.Bastien Montagne
2017-11-23Getting rid of OMP: first usage of new parallel BMesh items iteration instead.Bastien Montagne
2017-10-06Cleanup: Math lib naming (use v3 suffix)Campbell Barton
2017-05-15Cleanup: warnings, styleCampbell Barton
2017-05-06bmesh: use 'uint' instead of 'unsigned int'Campbell Barton
2017-03-31Fix T51072: The reference of a pyobject may be being overwritten in `bm_mesh_...Germano Cavalcante
2017-03-14Fix T50876: Cycles Crash - Cycles crashes before sampling when certain meshes...Bastien Montagne
2016-07-07Cleanup: spelling, styleCampbell Barton
2016-07-02BMesh: utility function to resize bmesh elementsCampbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2015-12-22BMesh: store stackdepth as an indexCampbell Barton
2015-10-07BMesh: maintain select-history when sortingCampbell Barton
2015-09-01Fix T45939: Crash w/ BMesh.*.sort()Campbell Barton
2015-09-01BMesh: add asserts for BMesh sort ghash lookupsCampbell Barton
2015-09-01Cleanup: redundant castCampbell Barton
2015-05-11GHash: avoid redundant castsCampbell Barton
2015-04-25Cleanup: use 8 space indent for multi-line argsCampbell Barton
2015-04-20Editmesh select nearest fixesCampbell Barton
2015-02-06Fix T43579: FBX Export shading issue (Broken normals?)Bastien Montagne
2015-02-05Add Custom Loop Normals.Bastien Montagne
2015-01-19Make use/computation of lnors consistant.Bastien Montagne
2014-08-25BMesh: New operator flag not to clear historyCampbell Barton
2014-08-07BMesh: use existing lookup tables when remappingCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-12Replace BLI_SMALLSTACK_FREE with fake user (quiet warnings in msvc)Campbell Barton
2014-07-11Fix potential bug in loop normals code.Bastien Montagne
2014-06-05Avoid openmp sections in BM_mesh_elem_index_ensureCampbell Barton
2014-06-05Code cleanup: mixup hflag/htypeCampbell Barton
2014-06-05BMesh: avoid using OpenMP when nothing to doCampbell Barton
2014-05-28Fix T40405: Blender crashes on FBX export instantly.Bastien Montagne
2014-05-01Add BLI_compiler_compat.h to help with portabilityCampbell Barton
2014-05-01Include removal gave problems with windows, ifdef some back in for windows onlyCampbell Barton
2014-05-01Revert "Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869...Campbell Barton
2014-05-01Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869cc7a.Thomas Dinges
2014-04-30Code cleanup: remove unused includesCampbell Barton