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-04-15Fix T39610: Shared mesh used for Mesh Deform causes crashSergey Sharybin
2014-04-13Split Normals I (2/5): Add basic BMesh support of split normals.Bastien Montagne
2014-04-04Code cleanup: no need to use calloc when memory is initialized afterCampbell Barton
2014-04-03Fix T39567: simple deform modifier errorCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-30Code cleanup: use strict flags for BLI_randCampbell Barton
2014-03-30Code cleanup: de-duplicate cotangent weight function & add arg sizesCampbell Barton
2014-03-28Code cleanup: use sqrtf when input and output are floatCampbell Barton
2014-03-20Code cleanup: use boolsCampbell Barton
2014-03-18KDTree: deprecate 'normal' argumentCampbell Barton
2014-03-17Code cleanup: comments and typosCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-03-13Fix T39152: Blender crash when duplicate mesh with hooks and laplacian deform.Bastien Montagne
2014-03-05Fix T38962: Boolean modifier crashes when only right operand has UV layerSergey Sharybin
2014-03-04Fix T38941: Laplacian Deform crashes on OSXBastien Montagne
2014-02-27Fix T38859: Laplacian Deform CrashCampbell Barton
2014-02-25Fix T38003: Skin modifier crash with long edgesCampbell Barton
2014-02-24Fix T38755: Crash when having cyclic dependency and curve deformSergey Sharybin
2014-02-22Code cleanup: styleCampbell Barton
2014-02-19Fix T38567: Branch smoothing on skin modifier brokenCampbell Barton
2014-02-17Remove left-over form debug timeSergey Sharybin
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-02-13Rework carve integration into boolean modifierSergey Sharybin
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-07Bevel Modifier: fix bug T37916, bad result after mirror modifier.Howard Trickey
2014-02-07Fix T38521: skin modifier crash with zero radius vertices.Brecht Van Lommel
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell 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-26Code Cleanup: style and correct API class refCampbell Barton
2014-01-24Bevel modifier can use vertex groups for edge bevel now.Howard Trickey
2014-01-23Cleanup: int/short to bool in BKE_cdderivedmesh.h functions (and TRUE/FALSE t...Bastien Montagne
2014-01-17Code Cleanup: spellingCampbell Barton
2014-01-17BMesh: add bmesh delete functions that dont depend on operator flagsCampbell Barton
2014-01-17Build Modifier - Add "Reversed" OptionJoshua Leung
2014-01-16Minor change to last commit to solidify, only allocate bitmap as neededCampbell Barton
2014-01-16Fix T38116: Crash when using solidify modifier on multi-user meshSergey Sharybin
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-15Fix T38227: Cloth cache storing only every 10 frames.Sergej Reich
2014-01-15Code Cleanup: use iroundfCampbell Barton
2014-01-14Bevel Modifier: add width type and profile control.Howard Trickey
2014-01-13Code Cleanup: replace checks for ima->source with BKE_image_is_animatedCampbell Barton
2014-01-13Remove direct displist creation from array modifierSergey Sharybin
2014-01-13Remove direct displist creation from curve deformSergey Sharybin
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-08Add profile control parameter to Bevel.Howard Trickey
2014-01-07Fix T38100: laplacian smooth crashCampbell Barton
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-26Code Cleanup: remove object arg to CDDM_from_mesh mesh_create_derivedCampbell Barton