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-09-22comment some unused vars / assignments.Campbell Barton
2011-08-29brought back some unused variables removed from previous commit, commented ou...Howard Trickey
2011-08-25Cleaned up unused variablesHoward Trickey
2011-08-24svn merge -r39493:39664 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-23fix [#28344] for this file, the multires smiley has 2 materials, but only 1 l...Campbell Barton
2011-07-29fix for last mergeCampbell Barton
2011-07-29svn merge -r38718:38804 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-07-28New option for multires modifier: Subdivide UVsSergey Sharybin
2011-07-24svn merge -r37335:37500 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-06-14=bmesh=Joseph Eagar
2011-06-09svn merge -r37078:37335 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
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-20svn merge -r36725:36801 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-05-19Fix crash when accessing mesh from python while a mesh with a subsurf modifierBrecht Van Lommel
2011-05-13remove unused varsCampbell Barton
2011-04-15=bmesh= merge from trunk at r36153Joseph Eagar
2011-03-31=bmesh= various bugfixesJoseph Eagar
2011-03-30=bmesh=Joseph Eagar
2011-03-29=bmesh=Joseph Eagar
2011-03-27=bmesh=Joseph Eagar
2011-03-03=bmesh=Joseph Eagar
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-27merge with/from trunk at r35190Joseph Eagar
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