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
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-24BLI_utildefines: add UNUSED_VARS() macroCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-03-30Code cleanup: de-duplicate cotangent weight function & add arg sizesCampbell Barton
2014-01-30Fix T38403: Laplacian smooth on instanced objects leads to crash.Lukas Tönne
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-07Fix T38100: laplacian smooth crashCampbell Barton
2013-12-21Mesh Modifiers: refactor copying using a generic functionCampbell Barton
2013-11-25CMake Build: option to compile without opennl/superlu.Campbell Barton
2013-08-07code cleanup: more confusion with 0/NULL/falseCampbell Barton
2013-07-16fix own regression [#36154] Simple deform modifier doesn't recalculate normalsCampbell Barton
2013-06-08code cleanup: warn undefined compiler defines.Campbell Barton
2013-06-02use booleans for modifiers and api callbacks.Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-03-17code cleanup: incorrect sized array args, remove some redundant code.Campbell Barton
2013-03-08style cleanupCampbell Barton
2013-01-23Fix for [#33959] laplacian smooth gui buggyThomas Dinges
2013-01-22comments for RNA_def_property_ui_range() and clamp some out-of-range values.Campbell Barton
2013-01-21Improved performance for multiple iterations, keeping the same laplacian matrix.Alexander Pinzon
2013-01-19style cleanupCampbell Barton
2013-01-18use openmp sections for felling origindex arraysCampbell Barton
2013-01-17The problem of the peaks is corrected with the use of the normalized version.Alexander Pinzon
2013-01-17code cleanup: double, float - conversion warnings.Campbell Barton
2013-01-16Shape enhanced method exaggerates a shape using a Laplacian smoothing operato...Alexander Pinzon
2012-11-20code cleanup: make bmesh operator names more consistant since python has acce...Campbell Barton
2012-11-03code cleanup: float <> double conversion.Campbell Barton
2012-11-03style cleanup: tabs & whitespaceCampbell Barton
2012-10-27Fix for missing bracket in r51674.Lukas Toenne
2012-10-27style cleanupCampbell Barton
2012-10-24code cleanup: some edits for unused vars in recent smooth addition and some s...Campbell Barton
2012-10-24Merge GSoC project from branch: Laplacian Smooth (Operator & Modifier)Daniel Genrich