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-10-12Mesh: remove derivedFinal from various placesCampbell Barton
2018-06-05Moved function declarations from BKE_DerivedMesh.h to BKE_mesh_runtime.hSybren A. Stüvel
2018-06-01Mesh: Replace DM for mesh -> curve conversionCampbell Barton
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2015-04-17Fix T44411: poll() function of MESH_OT_knife_project was not strict enough.Bastien Montagne
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-02-26BMesh: add overwrite option to BM_mesh_elem_hflag_enable/disable_testCampbell Barton
2013-11-01Add 'cut-through' option for Knife Project operator.Howard Trickey
2013-05-01fix error running ED_view3d_project_float_v3_m4 on 2d vec (thanks Sergey for ...Campbell Barton
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-01code cleanup: split editmesh_tools.c, into inset, bevel (both modal operators...Campbell Barton
2013-03-21code cleanup: misc warnings/styleCampbell Barton
2013-03-20- add knife project to toolbar.Campbell Barton
2013-03-16own error in recent knife-project changes.Campbell Barton
2013-03-15fix for own bad mistake using alloca in a loop, also knife project wasnt sele...Campbell Barton
2013-03-15knife projection feature,Campbell Barton