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-08-29Fix T41630: Edge Split Modifier don't work anymore when a Array Modifier is a...Bastien Montagne
2014-08-25Fix T41580: Cast modifier - Edit Cache problems.Bastien Montagne
2014-08-20Fix for recent solidify rim-only patchCampbell Barton
2014-08-18Cleanup: assert / warnCampbell Barton
2014-08-15Solidify Modifier "Rim Only" OptionCampbell Barton
2014-08-13Math Lib: name signed versions of dist_to_plane_v3 explicitlyCampbell Barton
2014-08-13SpellingCampbell Barton
2014-08-12Rewritten Array Modifier D443Campbell Barton
2014-08-01Cleanup: Move SpaceTransform helpers from `BKE_shrinkwrap` to `BLI_math_matrix`.Bastien Montagne
2014-07-26Correct includes on different endian systemsCampbell Barton
2014-07-21Math Lib: rename mul_serie_m3 to mul_m3_series & reorder argsCampbell Barton
2014-07-20Math Lib: use variable length args for mul_serie_m3,m4 (instead of trailing N...Campbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-17Fix T34664: bevel face material can be set in tool and modifier.Howard Trickey
2014-06-29Correction to last commitCampbell Barton
2014-06-28BLI_stackdefinesCampbell Barton
2014-06-28BLI_stack: use strict flagsCampbell Barton
2014-06-25Use fill function for setting origindexCampbell Barton
2014-06-25Speedup for skin modifier, avoid calculating normals many timesCampbell Barton
2014-06-24move STACK_* macros into BLI_stackdefines.hCampbell Barton
2014-06-18Code cleanup: use bool instead of intSergey Sharybin
2014-06-14Skin Modifier: use BLI_bitmap to tag edgesCampbell Barton
2014-06-13BLI_bitmap: rename macrosCampbell Barton
2014-06-13Code cleanup: replace interp_v2_v2v2 with mid_v2_v2v2Campbell Barton
2014-06-12Fix T40582: issues with apply scale when having multires and scene simplifySergey Sharybin
2014-06-01Fix a typo in a comment.Tamito Kajiyama
2014-05-26Fix T40315: Boolean modifier with Freestyle edgesSergey Sharybin
2014-05-22Fix T40215: Boolean looses bevel widthCampbell Barton
2014-05-15Fix T40053: Cloth simulation, rest shape key does not functionSergey Sharybin
2014-05-14Code cleanup: indentationCampbell Barton
2014-05-13Fix T40151: Problem in normal with subdivision surface + Boolean modifierSergey Sharybin
2014-05-03Fix T39997: Multiple boolean modifiers sharing the same right operand crashesSergey Sharybin
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenloader, gpu, imbuf, makesdna, modif...Campbell Barton
2014-04-19Math Lib: add shell_v3v3_normalized_to_dist and v2 versionCampbell Barton
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-14CMake: fix for standalone player and remove recast modifier referenceCampbell Barton
2014-03-13Fix T39152: Blender crash when duplicate mesh with hooks and laplacian deform.Bastien Montagne