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
2011-07-28New option for multires modifier: Subdivide UVsSergey Sharybin
2011-06-09replace log() calls with constantsCampbell Barton
2011-06-06Bake from multires meshSergey Sharybin
2011-06-02Fix #27539: Sculpt data is lost after editing base meshSergey Sharybin
2011-05-19Fix crash when accessing mesh from python while a mesh with a subsurf modifierBrecht Van Lommel
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-12access past array bounds in layerInterp_mdisps, also make some vars const.Campbell Barton
2011-01-31Todo issue: sculpting on deformed meshSergey Sharybin
2011-01-30Total displacement levels should be set in multires_topology_changedSergey Sharybin
2011-01-13remove/comment unused varsCampbell Barton
2011-01-11comment/remove unused vars from particle and multires code.Campbell Barton
2011-01-08Fix for bug [#21534] Multires modifier strange deformationsNicholas Bishop
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-05Get rid of uninitialized variable and malicios derived mesh relising.Sergey Sharybin
2011-01-02Splitting quad into triangles and merging triangles into quad shouldSergey Sharybin
2011-01-02Multires math function used for layer interpolation moved from customdata.c t...Sergey Sharybin
2010-12-14Initial implementation of mdisps layer interpolationSergey Sharybin
2010-12-13Use mdisps layer from edit_mesh when adding/removing multires modifierSergey Sharybin
2010-11-20== Multires ==Nicholas Bishop
2010-11-10Removed unused code from multires moduleSergey Sharybin
2010-11-08Fixed own mistake from previous commit -- get_levels_from_disps can't be usedSergey Sharybin
2010-11-08Fix crash when creating new faces in edit modeSergey Sharybin
2010-11-05Read external mdisp when hamdling topology changesSergey Sharybin
2010-11-05minor c90 compat edits. (no functional changes).Campbell Barton
2010-11-04Fix #24388: multires base meshSergey Sharybin
2010-11-02Fix #24485: Applying scale to multires object end up in a blender crashSergey Sharybin
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-25Fix #24255: Multires object gets modified when joining it to another multires...Sergey Sharybin
2010-10-21/WX enabled for MSVC in CMake too.Nathan Letwory
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-09-09== Multires ==Nicholas Bishop
2010-07-05Fix #22213: applying deform modifier in front of multires modifier crashes,Brecht Van Lommel
2010-06-22Fix #22589: pressing subdivide or updating displacements after sculptingBrecht Van Lommel
2010-06-22Enabled openmp multithreading for multires/subsurf again, but onlyBrecht Van Lommel
2010-06-07Fixed bug #22293, v2.49b to v2.5alpha2 incompatibilityNicholas Bishop
2010-06-06- Added checking if modifier is active in find_multires_modifierSergey Sharybin
2010-06-02Sculpt & modifiers: patch by Sergey Sharybin, with modifications by me.Brecht Van Lommel
2010-06-01Fix #22239: external btx won't load.Brecht Van Lommel
2010-06-01Workaround #20467: disabled OpenMP multithreading on subsurf/multires/sculptBrecht Van Lommel
2010-05-21Removed unused argument mmd from multires reshape functions.Sergey Sharybin
2010-05-10Recommit fix that I seem to have uncommitted accidentally, had the fixBrecht Van Lommel
2010-05-07Merge image related changes from the render branch. This includes the imageBrecht Van Lommel
2010-05-07Multires: fix for "failed to read" error message with external displacements.Brecht Van Lommel
2010-04-13Todo #21831: Deform modifier is applied to base mesh instead ofSergey Sharybin
2010-03-22Sculpt Mode Bugfixes:Brecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21removed unused includes, except for physics and particle related filesCampbell Barton
2010-02-12correct fsf addressCampbell Barton